-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fixup base fee type #6456
Fixup base fee type #6456
Conversation
documentation does not match, a bigint should be returned |
was build process recently modified? not sure why no jobs were run. @avkos , @jdevcs , @luu-alex, @Muhammad-Altabba anything look odd to you? |
@3commascapital , test suites need to be approved first, its running now |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 4.x #6456 +/- ##
=======================================
Coverage 89.39% 89.39%
=======================================
Files 212 212
Lines 8137 8137
Branches 2213 2213
=======================================
Hits 7274 7274
Misses 863 863
Flags with carried forward coverage won't be shown. Click here to find out more.
|
seems like it's just node connection issues? not sure how to debug this |
Hi @3commascapital And, then you can see the command that you can also run on your machine: |
Hello @jdevcs, |
Its fix in recently merged PR. |
unfrotunately when i run these locally, the task stalls out. this particular script has been running for 10 mins and has not moved forward:
|
@3commascapital looks like you fixed ur textcases, we have some inconsistent test cases that are failing not related to you. |
just wanted to bump this if there is anyone else that needs to approve to move it forward |
@3commascapital Hey there, thanks for the patience. I think the last thing you need to do is update the changelog with your change and it should be good to go |
thanks @luu-alex . done! |
2 more changes needed, thanks alot for ur contributions |
Co-authored-by: Alex <[email protected]>
❤️ thank you! |
Description
Please include a summary of the changes and be sure to follow our Contribution Guidelines.
Type of change
Checklist:
npm run lint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:coverage
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.