-
Notifications
You must be signed in to change notification settings - Fork 131
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
Adapt parser for Bitcoin Core's block storage XOR #93
Comments
Just for clarity: The XOR pattern is only applied when the blocksdir is freshly created, and there is also an option to disable it (on creation). So an alternative to adapt the parser would be to require the option to be disabled, for now. (Possibly for esplora a config update similar to commit Blockstream/esplora@52c1ecd could work) |
…block Order History events in the same confirmation height.
I added support that basically doesn't look at any config, but rather uses the presence of the |
Blockstream: electrs/src/new_index/fetch.rs Lines 153 to 170 in 306f66a
mempool: Looks like that portion is untouched so you could just merge that in if you want. |
We plan to release it as a patch v3.0.1 once Core releases v28 |
Resolved by #130. |
bitcoin/bitcoin#28052
The text was updated successfully, but these errors were encountered: