-
Notifications
You must be signed in to change notification settings - Fork 41
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
make less likely to spend coinbase #3
Merged
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
ClaytonNorthey92
force-pushed
the
clayton/no-coinbase
branch
5 times, most recently
from
February 26, 2024 18:30
d0f7e69
to
0b970ab
Compare
ClaytonNorthey92
changed the title
don't generate coinbase to address under test
make less likely to spend coinbase in e2e tests
Feb 26, 2024
ClaytonNorthey92
force-pushed
the
clayton/no-coinbase
branch
from
February 26, 2024 19:29
e73787f
to
d905dfa
Compare
ClaytonNorthey92
changed the title
make less likely to spend coinbase in e2e tests
small pop miner fixes
Feb 26, 2024
ClaytonNorthey92
changed the title
small pop miner fixes
small pop miner and test fixes
Feb 26, 2024
ClaytonNorthey92
changed the title
small pop miner and test fixes
small pop tx parsing and test fixes
Feb 26, 2024
ClaytonNorthey92
requested review from
jcvernaleo,
max-sanchez,
marcopeereboom and
joshuasing
February 26, 2024 19:37
ClaytonNorthey92
added
area: test
This adds or improves test coverage
size: S
This change is small (+/- <80)
area: bfg
This is a change to BFG (Bitcoin Finality Governor)
labels
Feb 26, 2024
ClaytonNorthey92
force-pushed
the
clayton/no-coinbase
branch
3 times, most recently
from
February 27, 2024 19:37
fa49615
to
5ae49b6
Compare
closing for #12 |
actually, re-opening in case the other takes longer than expected |
* generate 5000 blocks to start network test, to make it less likely that we will choose a premature utxo * give time for l2 keystone to be mined fixes #2
ClaytonNorthey92
force-pushed
the
clayton/no-coinbase
branch
from
February 28, 2024 12:51
d6f8e83
to
f88485d
Compare
ClaytonNorthey92
changed the title
small pop tx parsing and test fixes
make less likely to spend coinbase
Feb 28, 2024
joshuasing
approved these changes
Feb 28, 2024
jcvernaleo
approved these changes
Feb 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
web3cryptoguy
pushed a commit
to web3cryptoguy/heminetwork
that referenced
this pull request
Nov 1, 2024
* generate 5000 blocks to start network test, to make it less likely that we will choose a premature utxo * give time for l2 keystone to be mined fixes hemilabs#2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: bfg
This is a change to BFG (Bitcoin Finality Governor)
area: test
This adds or improves test coverage
size: S
This change is small (+/- <80)
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.
Summary
prior, upon investigating full network e2e tests, I was seeing the following:
bfg: bad-txns-premature-spend-of-coinbase, tried to spend coinbase at depth N
Changes
fixes #2