-
Notifications
You must be signed in to change notification settings - Fork 696
Feat/stackerdb miners contract #4188
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
25 commits
Select commit
Hold shift + click to select a range
2d9577a
feat: .miners contract
jcnelson 21e3000
fix: boost chunk size to 16MB, which is the maximum block size
jcnelson 5dcaf59
feat: add method to generate a stackerdb chunk for the miner
jcnelson 70ef39c
chore: log an error if the miner isn't in the .miners stackerdb
jcnelson e293848
feat: synthesize a stackerdb config for the .miners contract using th…
jcnelson befd7c4
feat: unit tests for stackerdb config generation and stackerdb chunk …
jcnelson c7cd4af
feat: boot code for .miners
jcnelson 180a519
chore: instantiate .miners with pox-4, and also, clean up and consoli…
jcnelson 9b7cd92
fix: only announce stackerdb DBs when not in IBD
jcnelson 16ff7e5
feat: synthesize a .miners stackerdb directly every Bitcoin block
jcnelson e5a4ed2
chore: fix failing unit tests
jcnelson b1705d4
Retrieve slot version and id from stacker db directly and propose a b…
jferrant 20518f5
Add naka integration test to check block written to stacker db .miner…
jferrant 71edfd5
CRC: failing to make the stackerdb should fail refreshing the burncha…
jferrant e053b8d
CRC: replace dup code with boot_code_tx_auth in clarity.rs
jferrant 786fafa
CRC: cleanup make_miners_stackerdb_config indexing
jferrant ddad5a3
CRC: the first ever miner config should include the test peer miner p…
jferrant f9036f4
Always create stacker dbs if they don't exist
jferrant b2662d7
CRC: do not store miners_stackerdb in miner
jferrant c3d3884
CRC: Subscribe to MinedBlocks and zero out the signatures to ensure t…
jferrant 5520a30
CRC: add .miners to NodeConfig if is a miner neon node
jferrant 4d111e4
BUG: fix stacker db refresh logic
jferrant c7eb461
BUG: fix tests setup_stackerdb to reconfigure rather than create
jferrant b701acb
CRC: move tip calculation to outer loop to minimize IO
jferrant 3cb02e0
CRC: rip out .miners dummy contract
jferrant 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.