-
-
Notifications
You must be signed in to change notification settings - Fork 821
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: dataSuffix
#431
feat: dataSuffix
#431
Conversation
🦋 Changeset detectedLatest commit: 91e3f49 The changes in this PR will be included in the next version bump. 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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +5.1 kB (+2%) Total Size: 257 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #431 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 268 268
Lines 22658 22665 +7
Branches 1925 1927 +2
=======================================
+ Hits 22643 22650 +7
Misses 14 14
Partials 1 1
|
Nice! Needed for Redstone. |
Co-authored-by: awkweb <[email protected]>
Co-authored-by: awkweb <[email protected]>
PR-Codex overview
This PR adds a
dataSuffix
argument to thewriteContract
andsimulateContract
functions, allowing users to append data to the end of the calldata.Detailed summary
dataSuffix
argument towriteContract
andsimulateContract
dataSuffix
is of typeHex
dataSuffix
is optionalwriteContract
andsimulateContract
to includedataSuffix
argument