neoneo-go/pkg/core/mpt
Anna Shaleva 8162e9033d *: replace slice.Copy with bytes.Clone
And refactor some code a bit, don't use bytes.Clone where type-specific
helpers may be used instead.

Close #2907.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2024-03-05 13:54:10 +03:00
..
base.go [#2442] English Check 2022-05-04 19:48:27 +03:00
batch.go [#2442] English Check 2022-05-04 19:48:27 +03:00
batch_test.go storage: expose private storage map for more efficient MPT batch 2022-02-17 23:41:10 +03:00
bench_test.go mpt: use BinWriter.Grow() instead of custom buffer 2021-08-10 09:34:05 +03:00
billet.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
billet_test.go *: use require.ErrorIs instead of require.True(t, error.Is()) 2023-05-04 17:03:47 +03:00
branch.go [#2442] English Check 2022-05-04 19:48:27 +03:00
compat_test.go *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +03:00
doc.go *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +03:00
empty.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
extension.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
hash.go [#2442] English Check 2022-05-04 19:48:27 +03:00
helpers.go [#2442] English Check 2022-05-04 19:48:27 +03:00
helpers_test.go core: implement statesync module 2021-09-07 19:43:27 +03:00
leaf.go limits: new package with storage limits 2022-07-08 23:30:30 +03:00
node.go [#2442] English Check 2022-05-04 19:48:27 +03:00
node_test.go mpt: add the notion of MPT mode 2022-02-10 19:15:18 +03:00
proof.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
proof_test.go mpt: add the notion of MPT mode 2022-02-10 19:15:18 +03:00
trie.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
trie_store.go *: replace slice.Copy with bytes.Clone 2024-03-05 13:54:10 +03:00
trie_store_test.go core: support Store interface over MPT 2022-04-29 16:10:04 +03:00
trie_test.go storage: simplify (*MemCachedStore).Put/Delete interface 2022-02-16 18:24:20 +03:00