-
Notifications
You must be signed in to change notification settings - Fork 69
Refactor FullySignedTransaction
helpers
#479
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
Refactor FullySignedTransaction
helpers
#479
Conversation
🦋 Changeset detectedLatest commit: 11c510e The changes in this PR will be included in the next version bump. This PR includes changesets to release 40 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
BundleMonFiles updated (4)
Unchanged files (123)
Total files change +201B +0.06% Final result: ✅ View report in BundleMon website ➡️ |
Documentation Preview: https://kit-docs-943potfc8-anza-tech.vercel.app |
fbad903
to
b6e4837
Compare
0128277
to
c1b833d
Compare
3941581
to
d7ab026
Compare
c1b833d
to
d2c1252
Compare
d7ab026
to
b433163
Compare
d2c1252
to
a9d2409
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.
b433163
to
aee8ba5
Compare
1ff66ef
to
d55aa07
Compare
aee8ba5
to
8049329
Compare
8049329
to
f0467c6
Compare
6ec858e
to
f780cb8
Compare
f0467c6
to
f5461ca
Compare
f5461ca
to
811b8db
Compare
2311a56
to
d205506
Compare
8327a4a
to
997881e
Compare
d205506
to
61c1f71
Compare
997881e
to
e42c9e7
Compare
Merge activity
|
e42c9e7
to
11c510e
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR renames
assertTransactionIsFullySigned
toassertIsFullySignedTransaction
and adds a newisFullySignedTransaction
helper. This helps keep our naming consistent across the library.