Releases: gxchain/ethereumjs-monorepo
Releases · gxchain/ethereumjs-monorepo
@gxchain2-ethereumjs/[email protected]
- add custom hash function for header
@gxchain2-ethereumjs/[email protected]
- Add
generateTxReceipt
callback forrunTx
@gxchain2-ethereumjs/[email protected]
- add
beforeTx
andafterTx
callback forvm.runTx
- add
runTxOpts
forvm.runBlock
- update test cases
@gxchain2-ethereumjs/[email protected]
- Add
result
parameter toafterApply
callback
@gxchain2-ethereumjs/[email protected]
- Add
listenHardforkChanged
option for vm
@gxchain2-ethereumjs/[email protected]
- Add customizable database option for blockchain
GXChain2 first release
- Add debug api for
runBlock
andrunCall
- Fix activate hardforks for common
@gxchain2-ethereumjs/[email protected]
- Remove the pow check when assigning block rewards
- Add customizable
genReceiptTrie
callback forrunBlock