-
Notifications
You must be signed in to change notification settings - Fork 117
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
PoX-4 tests #1762
PoX-4 tests #1762
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/pox-3-force-unlocks #1762 +/- ##
============================================================
+ Coverage 71.26% 71.33% +0.07%
============================================================
Files 85 85
Lines 11525 11529 +4
Branches 2516 2519 +3
============================================================
+ Hits 8213 8224 +11
+ Misses 3162 3155 -7
Partials 150 150 ☔ View full report in Codecov by Sentry. |
Vercel deployment URL: https://stacks-blockchain-1cwbv8hlz-blockstack.vercel.app 🚀 |
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.
LGTM
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.
👏4️⃣
const revokeStackDbTx = await standByForTxSuccess(revokeTxResult.txId); | ||
|
||
const revokeStackResult = decodeClarityValue(revokeStackDbTx.raw_result); | ||
expect(revokeStackResult.repr).toEqual('(ok true)'); // ERR_STACKING_PERMISSION_DENIED |
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.
nit: misleading comment?
pox-4
enabled: feat: epoch 2.5 withpox-4
stacks-regtest-env#26