plugeth/trie
Guillaume Ballet 41f89ca944
core/state, trie: remove Try prefix in Trie accessors (#26975)
This change renames StateTrie methods to remove the Try* prefix. 

We added the Trie methods with prefix 'Try' a long time ago, working
around the problem that most existing methods of Trie did not return the
database error. This weird naming convention has persisted until now.

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2023-03-27 10:48:46 +02:00
..
committer.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
database_test.go
database.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
encoding_test.go all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
encoding.go
errors.go
hasher.go
iterator_test.go core/state, trie: remove unused error-return from trie Commit operation (#26641) 2023-02-09 08:56:59 -05:00
iterator.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
node_enc.go
node_test.go
node.go
nodeset.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
preimages.go
proof_test.go trie: reduce unit test time (#26918) 2023-03-20 04:09:35 -04:00
proof.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
secure_trie_test.go core/state, trie: remove unused error-return from trie Commit operation (#26641) 2023-02-09 08:56:59 -05:00
secure_trie.go core/state, trie: remove Try prefix in Trie accessors (#26975) 2023-03-27 10:48:46 +02:00
stacktrie_test.go
stacktrie.go trie, accounts/abi: add error-checks (#26914) 2023-03-17 06:19:51 -04:00
sync_test.go core/state, trie: remove Try prefix in Trie accessors (#26975) 2023-03-27 10:48:46 +02:00
sync.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2023-02-21 06:12:27 -05:00
tracer_test.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
tracer.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00
trie_id.go
trie_reader.go
trie_test.go trie: reduce unit test time (#26918) 2023-03-20 04:09:35 -04:00
trie.go core/state, trie: port changes from PBSS (#26763) 2023-03-14 04:50:53 -04:00