hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Add an optional shared writable state #9358

Open steven-sheehy opened 2 weeks ago

steven-sheehy commented 2 weeks ago

Problem

For #9357 and to support easier local debugging, it would be useful to have an optional component that persists state changes across contract calls.

Solution

Alternatives

No response