Skip to content

Commit e2a1ee8

Browse files
fix(evm-rpc): remove unsafe debug API methods. (#2412)
* fix(evm-rpc): remove unsafe debug API methods. * refactor: make code organization suggestion from Gemini input
1 parent 9000cf3 commit e2a1ee8

File tree

2 files changed

+109
-314
lines changed

2 files changed

+109
-314
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ feat(evm/grpc-query): Update the "/eth.evm.v1.Query/Balance" query to work with
6464
"0x" Ethereum hex and "nibi"-prefixed Bech32 address formats. Return no Eth
6565
address when Wasm contract addresses are queried because 32-byte address space
6666
(wasm contract length) is not uniquely identified in 20-byte space (EOA length).
67+
- [#2412](https://github.com/NibiruChain/nibiru/pull/2412) - fix(evm-rpc): remove
68+
unsafe debug API methods.
6769

6870
### Dependencies
6971
- Bump `cipher-base` from 1.0.4 to 1.0.6 ([#2390](https://github.com/NibiruChain/nibiru/pull/2390))

0 commit comments

Comments
 (0)