Releases: paxosglobal/go-ethereum
Releases · paxosglobal/go-ethereum
Bump geth to v1.11.6
update with upstream master
This adds more tests and updates the branch to upstream/master
Fixing import
Merge pull request #4 from paxosglobal/fix-transactionbyhash Fixing the Simulated and Adding a new Fn TransactionByHashWithBlockNum
Adding TransactionByHashWithBlockNum
Adding TransactionByHashWithBlockNum
add a new function TransactionByHashWithBlockNum
add a new TransactionByHashWithBlockNum which returns the actual block number hex string
More simulator capabilities, based on v1.8.17
v1.8.18-pax-more-sim Fix compilation error on sim.
More simulator capabilities, based on v1.8.17
v1.8.18-more-sim-1 update getblockbynumber to use same type casting as headerbynumber
More simulator capabilities, based on v1.8.17
EIP-1186 eth_getProof (#17737) * first impl of eth_getProof * fixed docu * added comments and refactored based on comments from holiman * created structs * handle errors correctly * change Value to *hexutil.Big in order to have the same output as parity * use ProofList as return type
Receipt with block number
v1.8.16-pax types, rawdb: add block location fields to receipt
More simulator capabilities
v1.8.14-more-sim update getblockbynumber to use same type casting as headerbynumber