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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Currently, blockchain is processed internally and stored alongside wallet data. We need to move it under the ownership of the p2p part, and store it separately from the wallet/accounts data. UI will communicate with p2p part over mpsc channels to request current status, spendable utxos (#426) and submit transactions.
We should probably use 3 separate DBs for blockchain, index and wallet data.
The text was updated successfully, but these errors were encountered:
Currently, blockchain is processed internally and stored alongside wallet data. We need to move it under the ownership of the p2p part, and store it separately from the wallet/accounts data. UI will communicate with p2p part over mpsc channels to request current status, spendable utxos (#426) and submit transactions.
We should probably use 3 separate DBs for blockchain, index and wallet data.
The text was updated successfully, but these errors were encountered: