tapyrus-core icon indicating copy to clipboard operation
tapyrus-core copied to clipboard

UTXO snapshot creation in Tapyrus

Open Naviabheeman opened this issue 8 months ago • 0 comments

This PR ports 'dumptxoutset' rpc from bitcoin core. It is renamed as utxosnapshot in Tapyrus. SnapshotMetadata class in Tapyrus includes network Id and mode. Other data such as version, Bloch hash and coin count are the same as bitcoin. But block height is not included as it can be deduced from the hash.

Functional test rpc_dumptxoutset.py is ported as rpc_utxosnapshot.py and enhanced to verify the snapshot metadata

Naviabheeman avatar Jun 12 '24 12:06 Naviabheeman