Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rjl493456442
73f5bcb75b
core, accounts, eth, trie: handle genesis state missing (#28171)
* core, accounts, eth, trie: handle genesis state missing
* core, eth, trie: polish
* core: manage txpool subscription in mainpool
* eth/backend: fix test
* cmd, eth: fix test
* core/rawdb, trie/triedb/pathdb: address comments
* eth, trie: address comments
* eth: inline the function
* eth: use synced flag
* core/txpool: revert changes in txpool
* core, eth, trie: rename functions
|
1 year ago |
.. |
backends
|
core, accounts, eth, trie: handle genesis state missing (#28171)
|
1 year ago |
auth.go
|
all: replace uses of ioutil with io and os (#24869)
|
3 years ago |
backend.go
|
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716)
|
1 year ago |
base.go
|
accounts/abi/bind: handle UnpackLog with zero topics (#26920)
|
2 years ago |
base_test.go
|
accounts/abi/bind: handle UnpackLog with zero topics (#26920)
|
2 years ago |
bind.go
|
accounts/abi: resolve name conflict for methods starting with a number (#26999)
|
2 years ago |
bind_test.go
|
accounts/abi: resolve name conflict for methods starting with a number (#26999)
|
2 years ago |
template.go
|
all: remove trailing whitespace (#27741)
|
1 year ago |
util.go
|
accounts/abi/bind: improve WaitMined error handling (#24321)
|
3 years ago |
util_test.go
|
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038)
|
3 years ago |