Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

demo: blockchain, p2p and wallet integration #446

Open
oleganza opened this issue May 14, 2020 · 0 comments
Open

demo: blockchain, p2p and wallet integration #446

oleganza opened this issue May 14, 2020 · 0 comments
Milestone

Comments

@oleganza
Copy link
Contributor

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.

@oleganza oleganza added this to the Stubnet milestone May 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant