-
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
v1.5.0 #4187
v1.5.0 #4187
Conversation
Your Render PR Server URL is https://web3-js-pr-4187.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c3s836c6fj3bokfvn5dg. |
Pull Request Test Coverage Report for Build 1061416194
💛 - Coveralls |
@spacesailor24 Shouldn't we also add support for the eth_feeHistory call? |
Yes, you're correct. This slipped through, I'll work on getting this added today Thank you! |
@corymsmith v1.5.0-rc.1 has been released, and contains |
Replicating the steps mentioned in previous releases As part of the RC process, am doing some test installations in other projects and running their tests to see if everything.
(This list will be actively edited)
Running synthetix with rc 1.5.0 gives us 6 errors. https://github.com/Synthetixio/synthetix/tree/v2.45.0 |
Failing Synthetix tests appear to be unrelated to web3.js, moving forward with release |
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.
🚀
Added
eth_feehistory
call (eth_feeHistory (EIP 1559) #4191)Changed
An example of signing an EIP-1559 transaction with
web3-eth-accounts