neo-go/pkg/core/dao
Roman Khimov f80680187e storage: expose private storage map for more efficient MPT batch
It couldn't be done previously with two maps and mixed storage, but now all of
the storage changes are located in a single map, so it's trivial to do exact
slice allocations and avoid string->[]byte conversions.
2022-02-17 23:41:10 +03:00
..
dao.go storage: expose private storage map for more efficient MPT batch 2022-02-17 23:41:10 +03:00
dao_test.go dao: simplify buffer management for private DAO 2022-02-17 22:27:39 +03:00