-
-
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: make payable value required #397
Conversation
🦋 Changeset detectedLatest commit: 117d097 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: 0 B Total Size: 251 kB ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #397 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 267 267
Lines 22599 22599
Branches 1915 1918 +3
=======================================
Hits 22575 22575
Misses 21 21
Partials 3 3 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* feat: make payable value required * fix: types
PR-Codex overview
This PR focuses on adding a required
value
parameter for payable functions.Detailed summary
value
parameter for payable function calls insimulateContract.test.ts
andestimateContractGas.test.ts
contract.ts
andcontract.test-d.ts
to makevalue
a required parameter for payable functionsclever-drinks-rule.md
to reflect the changes made in this PR