File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121- [ \# 350] ( https://github.com/cosmos/evm/pull/350 ) Fix p256 precompile test flakiness
2222- [ \# 376] ( https://github.com/cosmos/evm/pull/376 ) Fix precompile initialization for local node development script
2323- [ \# 384] ( https://github.com/cosmos/evm/pull/384 ) Fix debug_traceTransaction RPC failing with block height mismatch errors
24+ - [ \# 441] ( https://github.com/cosmos/evm/pull/441 ) Align precompiles map with available static check to Prague.
2425
2526### IMPROVEMENTS
2627
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ func NewAvailableStaticPrecompiles(
9191 opt (& options )
9292 }
9393 // Clone the mapping from the latest EVM fork.
94- precompiles := maps .Clone (vm .PrecompiledContractsBerlin )
94+ precompiles := maps .Clone (vm .PrecompiledContractsPrague )
9595
9696 // secp256r1 precompile as per EIP-7212
9797 p256Precompile := & p256.Precompile {}
You can’t perform that action at this time.
0 commit comments