-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[r2r] Implement block headers storage for IndexedDB and re-enable spv in wasm #1644
Conversation
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!
In general, everything looks great, we only need to change a few small details.
mm2src/coins/utxo/utxo_block_header_storage/wasm/block_header_table.rs
Outdated
Show resolved
Hide resolved
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
Outdated
Show resolved
Hide resolved
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
Outdated
Show resolved
Hide resolved
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
Outdated
Show resolved
Hide resolved
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
Outdated
Show resolved
Hide resolved
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
Outdated
Show resolved
Hide resolved
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
this is ready for another round of review @sergeyboyko0791 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fixes! Just a few minor changes please (mostly related to the unit tests) :)
# Conflicts: # mm2src/coins/utxo/utxo_block_header_storage/indexedb_block_header_storage.rs # mm2src/coins/utxo/utxo_block_header_storage/sql_block_header_storage.rs # mm2src/coins/utxo/utxo_builder/utxo_coin_builder.rs # mm2src/coins/utxo/utxo_builder/utxo_conf_builder.rs # mm2src/coins/utxo/utxo_tests.rs
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
Signed-off-by: borngraced <samiodev@icloud.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes! Just one minor suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Work 🔥 !
completes task 4 in #1612