-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Implement find-satoshi command #20
Conversation
cberner/redb#107 should fix the data corruption in redb :) |
Updated to the |
Oh right, gotta figure out how to test this on CI. I guess we'll have to create some fake |
I just updated to latest redb, and it is way faster! It is also crashing a little bit:
|
Could you have run out of space? The TODO on the line above that is ominous lol: You probably need about If not, good chance I have a memory leak. I already fixed one in the delete code path this week :) |
That was definitely it! I updated to latest master and got |
# This is the 1st commit message: Add kafka feature and stream # The commit message #2 will be skipped: # Add more fields in stream event # The commit message #3 will be skipped: # Add more fields in stream event # The commit message #4 will be skipped: # Add new_output_value # The commit message #5 will be skipped: # Gracefully handle owner issue # The commit message #6 will be skipped: # Add txid # The commit message #7 will be skipped: # Add more fields and consolidate the schema of the events # The commit message #8 will be skipped: # Update sat details name # The commit message #9 will be skipped: # Add sync producer flush # The commit message #10 will be skipped: # We probably only care about Text for now for the content body # The commit message #11 will be skipped: # Add STREM_HTTP_URL and also with kafka poll for extra care # The commit message #12 will be skipped: # Add auth header # The commit message #13 will be skipped: # Fix auth header typo # The commit message #14 will be skipped: # Use rustls # The commit message #15 will be skipped: # disable default reqwest features # The commit message #16 will be skipped: # disable default reqwest features # The commit message #17 will be skipped: # revert http client # The commit message #18 will be skipped: # Add block_hash for reorg # The commit message #19 will be skipped: # Rebase latest ord # The commit message #20 will be skipped: # graceful handle 0-value inscription # The commit message #21 will be skipped: # Add BLOCKS_BEHIND # The commit message #22 will be skipped: # Add BLOCKS_BEHIND # The commit message #23 will be skipped: # Change to use threadedproducer # The commit message #24 will be skipped: # Add brc20 indexing and versioning # The commit message #25 will be skipped: # Update dockerfile # The commit message #26 will be skipped: # Add sats domain # The commit message #27 will be skipped: # Fix clippy # The commit message #28 will be skipped: # Make domain generic # The commit message #29 will be skipped: # Fix name validation # The commit message #30 will be skipped: # Add tx_block_index # The commit message #31 will be skipped: # Add cursed handling of number and unbound satpoint # The commit message #32 will be skipped: # Add Dockerfile
👀 @cberner