Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
- I still think this issue should be opened here
Report
To facilitate UTXO snapshot loading through the GUI, specifically for the QML implementation, we need to extend the Node interface in src/interfaces/node.h and provide a corresponding implementation in src/node/interfaces.cpp.
This addition will enable the QML GUI to interact with the core functionality for loading UTXO snapshots.
A draft implementation of this functionality is available for review and testing in the bitcoin/gui-qml repository, PR 424.
This draft can serve as a reference point for the required changes and help evaluate the feature’s integration with the GUI.