-
Notifications
You must be signed in to change notification settings - Fork 316
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
feat: add pox-4 signer-key to StackingClient methods #1614
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
65d2ad5
to
f09ba06
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1614 +/- ##
==========================================
- Coverage 66.39% 66.31% -0.08%
==========================================
Files 119 119
Lines 8719 8764 +45
Branches 1947 1953 +6
==========================================
+ Hits 5789 5812 +23
- Misses 2692 2708 +16
- Partials 238 244 +6 ☔ View full report in Codecov by Sentry. |
f09ba06
to
100c09a
Compare
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.
What happens if a signer key arg is provided before pox-4 is activated?
Good point 😉 For now I assumed folks adding a signer-key know what they're doing, currently the ABI would fail. |
Added a better ensure check. |
ed8427b
to
3560789
Compare
Delegate stack stx won't have signer key. There is an issue stacks-network/stacks-core#4274 |
Also FYI new function arg |
3560789
to
1d7d930
Compare
Thanks 🙏 Will wait for the PRs to merge to update the remainder |
Added a helper for the signer signature: #1628 Now that this is in the next branch, I don't think there will be any more changes to the pox-4 function signatures. |
2ae8964
to
45e0a47
Compare
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, nice job @janniks!
This is great, and I've been testing with a local version of Lockstacks and it works as expected. One change request, though: can you change |
Done ✅ Thanks |
Waiting on
signer-key
in pox stacks-network/stacks-core#4277