-
Notifications
You must be signed in to change notification settings - Fork 43
fix(MultiSig)!: change interface and substitute adaptive_address for autonomy #384
Conversation
/cc @KaoImin |
I think the type of this PR is |
Will this PR have BRACKING_CHANGE? |
Yes, now question mark has been added and BREAKING CHANGE have been explicitly add in the commit msg\ Yes, already dispatch sdk modification to java sdk and js sdk |
/hold Wait SDK adaption |
/hold cancel |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LycrusHamster, yejiayu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
fix(multi-sig)!: change interface and substitute adaptive_address for autonomy
BREAKING CHANGE: the interface is changed and affect on all sdk/clients
What this PR does / why we need it:
due to the bech32 format, the adaptive address is not suitable.
so we add 'autonomy' field.
B.T.W. change the UpdateAccountPayload to make it non-ambigious
B.T.W. change the genesis payload to remove ambiguity.
Docs is here
https://github.com/HuobiGroup/huobi-chain-docs/pull/8
Java sdk:
nervosnetwork/muta-sdk-java#24
Js sdk:
nervosnetwork/muta-sdk-js#23