internal/web3ext: remove deprecated debug api (#1031)

* internal/web3ext: remove debug api backtraceAt

* internal/web3ext: remove debug api setMutexProfileRate
This commit is contained in:
Daniel Liu 2025-05-08 15:58:44 +08:00 committed by GitHub
parent fe422720f3
commit c70186be18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -316,11 +316,6 @@ web3._extend({
call: 'debug_vmodule',
params: 1
}),
new web3._extend.Method({
name: 'backtraceAt',
call: 'debug_backtraceAt',
params: 1,
}),
new web3._extend.Method({
name: 'stacks',
call: 'debug_stacks',
@ -397,11 +392,6 @@ web3._extend({
call: 'debug_mutexProfile',
params: 2
}),
new web3._extend.Method({
name: 'setMutexProfileRate',
call: 'debug_setMutexProfileRate',
params: 1
}),
new web3._extend.Method({
name: 'writeMutexProfile',
call: 'debug_writeMutexProfile',