-
Notifications
You must be signed in to change notification settings - Fork 274
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
update DOT sdk #3816
update DOT sdk #3816
Conversation
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
072dad4
to
08eb878
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.
PR is not ready for review
fc7ed1e
to
aaf690a
Compare
@@ -179,7 +179,7 @@ export type StakeArgsPayeeRaw = { controller?: null; stash?: null; staked?: null | |||
*/ | |||
export interface StakeArgs { | |||
value: string; | |||
controller?: { id: string }; | |||
controller: { id: string }; |
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.
Undocumented breaking change. Need a BREAKING CHANGE: in the commit footer.
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.
this is actually reverting the previous change a6f6a0d
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.
i'll keep that in mind for future breaking changes
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.
I have insufficient context to review this PR.
To flush it from my review queue, I am leaving this comment 🌊
This PR will still appear in the review queue of the other team members.
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.
Im lacking some context on the dot implementation, but from skimming the PR it lgtm. If you can get an approval from eth-alt or staking I'll approve this PR.
update DOT library to remove controller optional field -> paritytech/txwrapper-core#309 and paritytech/substrate#14039
DOT is defaulting the controller address as the stash address