-
-
Notifications
You must be signed in to change notification settings - Fork 945
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: signTransaction
, sendRawTransaction
, prepareTransactionRequest
#1058
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 7def68c 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 |
Size Change: +3.81 kB (+1%) Total Size: 329 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #1058 +/- ##
==========================================
+ Coverage 90.86% 99.82% +8.96%
==========================================
Files 260 272 +12
Lines 25848 27248 +1400
Branches 1535 2182 +647
==========================================
+ Hits 23486 27200 +3714
+ Misses 2343 43 -2300
+ Partials 19 5 -14
|
It would be cool if the same could be done for |
@insulineru - could you call |
Added
prepareTransactionRequest
,signTransaction
, andsendRawTransaction
.Ref: #785
PR-Codex overview
Focus of this PR:
Adding new functions
prepareTransactionRequest
,signTransaction
, andsendRawTransaction
to the codebase.Detailed summary:
prepareTransactionRequest
,signTransaction
, andsendRawTransaction
functions.prepareRequest
function and replaced it withprepareTransactionRequest
in exports.