-
Notifications
You must be signed in to change notification settings - Fork 6
Merge george-update into main
#16
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
Conversation
Signed-off-by: georgepisaltu <[email protected]>
Signed-off-by: georgepisaltu <[email protected]>
Signed-off-by: georgepisaltu <[email protected]>
Signed-off-by: georgepisaltu <[email protected]>
dmitry-markin
left a comment
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 don't really understand the bridging stuff — should it be reverted to use polkadot instead of rococo before the mainnet launch? I.e., we use this code for a testnet, but later move from rococo to polkadot?
Yes that's pretty much it |
- Add authorize_account_for_size() convenience method that estimates and authorizes in one call - Add signer_account() method to TransactionSubmitter trait to derive account from signer - Update AsyncBulletinClient to automatically use signer's account if not explicitly set - Clarify authorization documentation: mention Root/sudo requirement and no fees - Clarify estimate_authorization helper purpose in docs Addresses franciscoaguirre's comments: - Comment #15: API that calls estimation underneath - Comments #16/#17: Get account from keypair/signer automatically - Comment #11: Clarify 'required values' in authorization docs - Comment #14: Mention Root requirement and no fees for authorization
- Add authorize_account_for_size() convenience method that estimates and authorizes in one call - Add signer_account() method to TransactionSubmitter trait to derive account from signer - Update AsyncBulletinClient to automatically use signer's account if not explicitly set - Clarify authorization documentation: mention Root/sudo requirement and no fees - Clarify estimate_authorization helper purpose in docs Addresses franciscoaguirre's comments: - Comment #15: API that calls estimation underneath - Comments #16/#17: Get account from keypair/signer automatically - Comment #11: Clarify 'required values' in authorization docs - Comment #14: Mention Root requirement and no fees for authorization
No description provided.