-
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] IndexedDB Cursor Iterator #1678
Conversation
* Add `CursorIter::next` * Add `IdbEmptyCursor`
* Make `height: BeBigUint` instead of `u64` * Fix `BlockHeaderStorageTable::TICKER_HEIGHT_INDEX` index
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 and very clear to me! thanks
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 enhancement! Only non-blockers
mm2src/coins/utxo/utxo_block_header_storage/wasm/indexeddb_block_header_storage.rs
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
d8bc96c
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.
Re-approve
Fixes #1643
IDBBlockHeadersStorage