pox-locking#7195
Conversation
|
I need to handle deploying sBTC in more of the tests. |
Coverage Report for CI Build 25578453708Warning No base build found for commit Coverage: 46.434%Details
Uncovered Changes
Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
The tests need to deploy an sBTC contract so that the pox-5 contract can refer to it at the epoch 4.0 activation.
aaronb-stacks
left a comment
There was a problem hiding this comment.
LGTM -- just a note about being careful with the pox-5.clar move/linking.
hstove-stacks
left a comment
There was a problem hiding this comment.
LGTM! I think we might want to tweak some the contract value setters as we get closer to launch, but I don't think that should block this PR at all.
Also, thanks a ton for the integration tests, there is a lot of really helpful setup code in there.
|
I'll review and fix those failing tests before merging. |
Bump the default test 4.0 activation height so that tests that do not intend to test epoch 4 behavior stay in 3.4.
Clarigen needed to run again to get the new types for `register-for-bond` and the new `set-bond-admin` function. Then the setup needed to set the bond admin to the deployer.
9b31092
into
stacks-network:pox-wf-integration
This adds pox-locking for the pox-5 and adds some integration tests.