neoneo-go/pkg/core/mpt
Roman Khimov 433275265f *: use require.ErrorIs instead of require.True(t, error.Is())
This is just a much better way to do the same thing. Inspired by
nspcc-dev/neofs-sdk-go#407.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-05-04 17:03:47 +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 golangci: enable/fix misspell 2022-09-02 18:36:26 +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 [#2442] English Check 2022-05-04 19:48:27 +03:00
proof_test.go mpt: add the notion of MPT mode 2022-02-10 19:15:18 +03:00
trie.go [#2442] English Check 2022-05-04 19:48:27 +03:00
trie_store.go core: support Store interface over MPT 2022-04-29 16:10:04 +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