Breaking Changes:
- Allow external signers to modify the payload (#6030) (Thanks to https://github.com/Tbaut)
- Add
allowCallDataAlteration
toSignatureOptions
, andSignerOptions
. This will default to true when its not inputted. This is strictly tied to signing payloads via external signers.
- Add
Contributed:
- fix(ExtrinsicPayload): decode assetId with and without option (#6037) (Thanks to https://github.com/carlosala)
Changes: