forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Epic] Split Omni specific implementation from Bitcoin core #1305
Merged
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
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
August 21, 2023 06:58
f4e7db6
to
3869278
Compare
* Move experimental btc balance records to its own database * Split mempool functionality * Switch to transaction and mempool events * Switch coins cache to local storage Signed-off-by: Anthony Fieroni <[email protected]>
* Remove depends to block index * DB / persistent storage simplifications Signed-off-by: Anthony Fieroni <[email protected]>
* Migrate db records to prefix binary format * Remove depends to internal core mutexes * TxIndex isn't mandatory Signed-off-by: Anthony Fieroni <[email protected]>
* Full txindex removal * Code refinition, simplification * All tests pass Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
* Optimize protocol layer transaction storage * Simplify leveldb batch * Allow transaction existance check Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
* Fix omni mempool transaction tracking * Keep spent transaction inputs 100 blocks in case of reorg Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
August 21, 2023 13:57
3869278
to
9ef64ae
Compare
Signed-off-by: Anthony Fieroni <[email protected]>
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
August 21, 2023 16:25
9ef64ae
to
6b12e8c
Compare
Signed-off-by: Anthony Fieroni <[email protected]>
DerionFaleneva
approved these changes
Aug 22, 2023
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
August 22, 2023 04:51
6b12e8c
to
ccfd268
Compare
Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
Signed-off-by: Anthony Fieroni <[email protected]>
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
September 13, 2023 05:36
8d4bfda
to
1699e23
Compare
Very nice! Any chance we get testing green? What's currently blocking it? |
Tests are
|
Signed-off-by: Anthony Fieroni <[email protected]>
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
4 times, most recently
from
October 4, 2023 05:45
5906912
to
a86091d
Compare
Signed-off-by: Anthony Fieroni <[email protected]>
bvbfan
force-pushed
the
split_omni_from_bitcoin
branch
from
October 9, 2023 05:50
a86091d
to
c8fcc2f
Compare
Signed-off-by: Anthony Fieroni <[email protected]>
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.
Todo's:
Pending:
Fixes: #1293 #1294