-
Notifications
You must be signed in to change notification settings - Fork 11
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: 🎸 allow submitting offline tx with just payload
#1438
Conversation
A signed |
f701e12
allow users to pass in only the inner payload in `network.submitTransaction`
allow users to pass in only the inner raw payload in `network.submitTransaction`
f701e12
to
7b295c3
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 minor comments code comments
d305da0
|
/fast-forward |
🎉 This PR is included in version 27.4.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
allow users to pass in only the inner payload in
network.submitTransaction
Breaking Changes
None
JIRA Link
DA-1451
Checklist