d247184157
Reintroduce memKVStore to keep track of fwd and reverse mappings. On reverse mapping, rather than store a mapping to marshalled capability; we store the index. capability.Keeper and all scopedKeeper have access to a capability map that maps index to the capability pointer. This is done to make sure that all writes to memKVStore get reverted on a fail tx, while also allowing GetCapability to retrieve the original memory pointer from the go map. Go map must be accessed only by first going through the memKVStore. SInce writes to go map cannot be automatically reverted on tx failure, it gets cleaned up on failed GetCapability calls. Closes: #5965 |
||
---|---|---|
.. | ||
gas.go | ||
gas_test.go | ||
iterator.go | ||
iterator_test.go | ||
pruning.go | ||
pruning_test.go | ||
store.go | ||
store_test.go | ||
utils.go | ||
utils_test.go | ||
validity.go | ||
validity_test.go |