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.
Martin HS
a5a4fa7032
all: use uint256 in state ( #28598 )
...
This change makes use of uin256 to represent balance in state. It touches primarily upon statedb, stateobject and state processing, trying to avoid changes in transaction pools, core types, rpc and tracers.
1 year ago
..
database.go
core, cmd, trie: fix the condition of pathdb initialization ( #28718 )
1 year ago
database_test.go
all: use uint256 in state ( #28598 )
1 year ago
difflayer.go
trie/triedb/pathdb: improve error log ( #28177 )
1 year ago
difflayer_test.go
…
disklayer.go
trie/triedb/pathdb: improve dirty node flushing trigger ( #28426 )
1 year ago
errors.go
core, accounts, eth, trie: handle genesis state missing ( #28171 )
1 year ago
history.go
trie/triedb/pathdb: improve dirty node flushing trigger ( #28426 )
1 year ago
history_test.go
trie/triedb/pathdb, core/rawdb: enhance error message in freezer ( #28198 )
1 year ago
journal.go
core, accounts, eth, trie: handle genesis state missing ( #28171 )
1 year ago
layertree.go
…
metrics.go
…
nodebuffer.go
trie/triedb/pathdb: improve error log ( #28177 )
1 year ago
testutils.go
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
2 years ago