mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-04 01:54:28 +00:00
ff23980dc6
* add env INTERMEDIATE_TRIE_CACHE * try to use assert.New() pattern * Fix "maligned" linter warnings to reduce space consumption of structs: core/types/accounts/account.go:18:14: struct of size 136 bytes could be of size 128 bytes (maligned) type Account struct { -- trie/node.go:44:10: struct of size 80 bytes could be of size 72 bytes (maligned) duoNode struct { -- trie/resolve_set.go:28:17: struct of size 56 bytes could be of size 48 bytes (maligned) type ResolveSet struct { -- trie/resolver.go:34:15: struct of size 88 bytes could be of size 72 bytes (maligned) type Resolver struct { -- trie/visual.go:32:17: struct of size 104 bytes could be of size 96 bytes (maligned) type VisualOpts struct { |
||
---|---|---|
.. | ||
contracts | ||
database_test.go | ||
database.go | ||
db_state_writer.go | ||
dump.go | ||
helper.go | ||
intermediate_trie_cache.go | ||
intra_block_state_test.go | ||
intra_block_state.go | ||
journal.go | ||
readonly.go | ||
state_object_test.go | ||
state_object.go | ||
state_test.go | ||
stateless.go | ||
trace.go |