neo-go/pkg/core/stateroot
Roman Khimov d143696328 stateroot: try to fix MPT caching/updating
It was completely ruined by bf20db09e0. MPT was
updating bc.dao directly which shouldn't ever happen, it must write into the
same cache and then Persist these KVs as usual.
2021-03-27 00:33:11 +03:00
..
callbacks.go stateroot: broadcast state on new blocks 2021-03-09 13:51:11 +03:00
module.go stateroot: try to fix MPT caching/updating 2021-03-27 00:33:11 +03:00
prometheus.go stateroot: move state-root related logic to core/stateroot 2021-03-09 13:48:29 +03:00
store.go stateroot: try to fix MPT caching/updating 2021-03-27 00:33:11 +03:00
validators.go stateroot: broadcast state on new blocks 2021-03-09 13:51:11 +03:00