-
Notifications
You must be signed in to change notification settings - Fork 30
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
Filling Sqlite DB with missing Transaction data from Bitcoin DB #258
Conversation
This file contains 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
Collaborator
andyoknen
commented
Apr 2, 2022
•
edited
Loading
edited
- TX Inputs
- TX Outputs with empty address - OP_RETURN outs
commit 9cb7dd4 Merge: dcd1ed1 b660f9f Author: Andy Oknen <[email protected]> Date: Fri Apr 1 17:35:36 2022 +0300 Merge pull request #242 from tawmaz/bitcoin_unittests Fix unittests and clean transactions in sqlite database commit b660f9f Author: tawmaz <[email protected]> Date: Mon Mar 21 16:21:23 2022 -0700 Remove in-progress SQL database transaction validation functions - Remove GetTransactionHashes, verifydb, and CleanExpiredTransactions until those functions can be fully developed. commit 5fefc67 Author: tawmaz <[email protected]> Date: Thu Mar 10 22:17:40 2022 -0800 Fix nested sqlite transaction in CleanExpiredTransactions commit 0b3a87c Author: tawmaz <[email protected]> Date: Mon Feb 28 16:00:02 2022 -0800 New user account creation in pocketnet_social_tests and code formating commit 0221ddc Author: tawmaz <[email protected]> Date: Thu Feb 10 17:21:23 2022 -0800 Fix orphan transactions in SQLite database and add unitttest - Clean expired transactions from SQLite Payload and Transactions db - Fix error in SQLite query for orphaned transactions - Enable mempool_tests - Add verifydb function to validate sqlite transactions are present on the blockchain - Additional debugging and check mempool for existance of transactions - Re-arrange locks in LoadMemPool to be consistent with lock usage through rest of code - Refactor CleanSQLite function and print error if transaction to delete is present in blocks or mempool - Verify DB deletes orphan transactions and add removal reason to CleanSQLite logging - Use GetTransaction call to verify TX is valid - Fix segmentation fault caused by accessing mempool TX which has been removed - Enable unittests txvalidation_tests, txvalidationcache_tests, and validation_block_tests - Remove unused parameter from ProcessNewBlock - Add test pocketnet_block_tests - pocketnet_block_tests: test InvalidateBlock and adding block to chain - Add transactions to block from mempool - Fix execution of unittests and disable Segwit on regtest for now - Fix pocketnet_block_tests error by setting up mocktime for tests - Intermittent test failures were occuring because blocks were generated with same timestamp and same hash value due to one second time stamp granularity. Now timestamp is incremented for each block. - Enable wallet tests.
tawmaz
reviewed
Apr 2, 2022
Feature/enable static arg
…s/consensus.h::MAX_BLOCK_SERIALIZED_SIZE
Increase MAX_PROTOCOL_MESSAGE_LENGTH for consistent with src/consensu…
Fixes/0.20.20
lostystyg
approved these changes
Jun 1, 2022
only1question
approved these changes
Jun 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.