-
Notifications
You must be signed in to change notification settings - Fork 347
Add queues to track the need for transaction enhancement and/or verification of mined status. #1473
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
301e8b4
zcash_client_sqlite: Add an internal newtype for transaction primary …
nuttycom 1057ddb
zcash_client_sqlite: Add a table to track transaction status and enri…
nuttycom 1820788
zcash_client_backend: Add `block_height` argument to `decrypt_and_sto…
nuttycom 7fbc656
zcash_client_sqlite: Ensure that max_observed_unspent height is set c…
nuttycom 3da29d2
zcash_client_backend: Add transaction data requests.
nuttycom 69828bc
zcash_client_sqlite: Add `target_height` column to `transactions` table.
nuttycom a3109cf
zcash_client_sqlite: Add queue for transparent spend detection by add…
nuttycom 52f7a77
Apply suggestions from code review
nuttycom 366a3e3
Apply suggestions from code review
nuttycom dada980
zcash_client_sqlite: Add testing for transaction data request generat…
nuttycom d96bc11
Add a comment explaining why it is safe to unconditionally delete the
daira 8752ad7
zcash_client_backend: Add `target_height` to `SentTransaction`
nuttycom 171cc3d
Address review comments in `transaction_data_requests`
nuttycom 239f7ff
Improve the accuracy of a comment in `set_transaction_status`.
daira 56e4233
Minor simplifications.
daira 1023ce7
Replace the `put_tx_meta` workaround in `send_multi_step_proposed_tra…
daira 0bfa3d3
Merge remote-tracking branch 'daira/1485-improve-multi-step-test' int…
nuttycom 5a1645a
zcash_client_sqlite: Make transaction retrieval depend upon presence …
nuttycom b47c7bf
zcash_client_sqlite: Improve the internal documentation of `set_trans…
nuttycom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.