You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaces: Rename and enhance UTXO snapshot methods
- Renamed the `loadSnapshot` method to `utxoSnapshot` in the node interface for clarity.
- Added a new `generate` method in the `Snapshot` interface to create a UTXO snapshot of the current chainstate and write it to disk.
- Updated the `SnapshotImpl` class to implement the new `generate` method, including file handling and error management.
These changes improve the clarity and functionality of UTXO snapshot handling in the node interface.
0 commit comments