hashgraph / hedera-mirror-node

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

Design: Shadow forking functionality in Archive Node #7325

Open bibitibooo1 opened 9 months ago

bibitibooo1 commented 9 months ago

Future Hedera development might benefit from having the capabilities of performing tests and final validations on a real production state, while using local development network. This could both save time to mimic the exact state of a given network (which is also prone to error) and in debugging issues reported for a specific network and set of entities. Shadow forking could be integrated into Hedera’s local-node inside mirror node as initial step and strongly benefit these use cases.

bibitibooo1 commented 8 months ago

Canceled because of Nick's new initiative.