-
Notifications
You must be signed in to change notification settings - Fork 108
Ensure e2e network tests can't spend coinbase #2
Copy link
Copy link
Closed
Labels
area: hemictlThis is a change to hemictlThis is a change to hemictlstatus: in reviewThis has been resolved by a pull request that is awaiting reviewThis has been resolved by a pull request that is awaiting reviewtype: bugThis is a bugThis is a bugtype: testThis adds or improves test coverageThis adds or improves test coverage
Metadata
Metadata
Assignees
Labels
area: hemictlThis is a change to hemictlThis is a change to hemictlstatus: in reviewThis has been resolved by a pull request that is awaiting reviewThis has been resolved by a pull request that is awaiting reviewtype: bugThis is a bugThis is a bugtype: testThis adds or improves test coverageThis adds or improves test coverage
Type
Fields
Give feedbackNo fields configured for issues without a type.
Confirmation
Describe the bug
As of now, we generate N=300 blocks to fund pop miner's address. This causes a chance that we spend the coinbase, and we get this error:
let's come up with a method so that the pop miner has no chance of using coinbase
Expected behaviour
pop miner not able to prematurely spend coinbase
Environment
This can be reproduced in the Github Action
Version:
Operating System:
Architecture:
Additional Information
No response