mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
hive: fixes missing baseFeePerGas field in mapper.jq
this is the last bugfix needed to run hive/ethereum/consensus simulator and pass all London test cases.
This commit is contained in:
parent
65ea8a12a9
commit
da1346bdaa
@ -48,7 +48,8 @@ def to_bool:
|
||||
"nonce" : .nonce,
|
||||
"parentHash" : .parentHash,
|
||||
"timestamp" : .timestamp,
|
||||
"alloc" : .alloc
|
||||
"alloc" : .alloc,
|
||||
"baseFeePerGas": .baseFeePerGas
|
||||
}|remove_empty,
|
||||
"config": {
|
||||
"chainId": env.HIVE_CHAIN_ID|to_int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user