Skip to content

Releases: paxosglobal/go-ethereum

Bump geth to v1.11.6

01 May 16:36
ecc2edb
Compare
Choose a tag to compare

Update to v1.11.6 of upstream geth

update with upstream master

21 Oct 13:22
Compare
Choose a tag to compare

This adds more tests and updates the branch to upstream/master

Fixing import

14 Jun 17:25
66bfe0e
Compare
Choose a tag to compare
Merge pull request #4 from paxosglobal/fix-transactionbyhash

Fixing the Simulated and Adding a new Fn TransactionByHashWithBlockNum

Adding TransactionByHashWithBlockNum

13 Jun 21:04
e139f6c
Compare
Choose a tag to compare

Adding TransactionByHashWithBlockNum

add a new function TransactionByHashWithBlockNum

13 Jun 15:18
817dd6c
Compare
Choose a tag to compare

add a new TransactionByHashWithBlockNum which returns the actual block number hex string

More simulator capabilities, based on v1.8.17

18 Oct 23:15
Compare
Choose a tag to compare
v1.8.18-pax-more-sim

Fix compilation error on sim.

More simulator capabilities, based on v1.8.17

18 Oct 23:41
Compare
Choose a tag to compare
v1.8.18-more-sim-1

update getblockbynumber to use same type casting as headerbynumber

More simulator capabilities, based on v1.8.17

18 Oct 23:05
Compare
Choose a tag to compare
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

18 Oct 22:01
Compare
Choose a tag to compare
v1.8.16-pax

types, rawdb: add block location fields to receipt

More simulator capabilities

18 Oct 22:38
Compare
Choose a tag to compare
v1.8.14-more-sim

update getblockbynumber to use same type casting as headerbynumber