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.
10 months ago
..
database.go
core, cmd, trie: fix the condition of pathdb initialization ( #28718 )
11 months ago
database_test.go
all: use uint256 in state ( #28598 )
10 months ago
difflayer.go
trie/triedb/pathdb: improve error log ( #28177 )
1 year ago
difflayer_test.go
all: activate pbss as experimental feature ( #26274 )
1 year ago
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
all: implement path-based state scheme ( #25963 )
1 year ago
metrics.go
all: implement path-based state scheme ( #25963 )
1 year ago
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 )
1 year ago