-
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.6.1 #4445
Merged
Merged
v1.6.1 #4445
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your Render PR Server URL is https://web3-js-pr-4445.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c5geso3ru51toppvh0q0. |
Pull Request Test Coverage Report for Build 1463785530
💛 - Coveralls |
As part of the RC process, am doing some test installations in other projects and running their tests to see if everything.
|
* ➖ Remove unused dependency * ⬆️ Update dependencies * 👷 Update webpack config to exclude static json files
* 👷 Update the build configurations * 🔧 Update karma configuraiton to remove uninteded config * 🎨 Update build steps to minimize build size * 🎨 Update build config
As part of the RC process, am doing some test installations in other projects and running their tests to see if everything.
|
* 🎨 Improve the block header timeout handling * Update comment web3.rst (#4511) * Update comment web3.rst * updating changelog Co-authored-by: Alex <alex.luu@mail.utoronto.ca> Co-authored-by: Anh Hong <hong4rc@gmail.com> Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
nazarhussain
approved these changes
Nov 15, 2021
luu-alex
approved these changes
Nov 15, 2021
This was referenced Feb 11, 2022
This was referenced Mar 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (eth_createAccessList - Closes #4081 #4332)Changed
tx.chainId
iftx.common.customChain.chainId
is provided forweb3.eth.accounts.signTransaction
function (add tx.chainId if tx.common.chainId not provided #4293)Web3.utils
, removed context for_
(underscore lib) (Web3.utils._ undefined #4403)block.baseFeePerGas
to number (Format baseFeePerGas to number in returned blocks - Closes #4326 #4330)web3-eth-personal.sendTransaction
example in documentation (Update doc example for web3.eth.personal (#4397) #4409)Fixed
web3.rst
example in documentation (Update comment web3.rst #4511)BlockHeader
typing (receiptRoot
->receiptsRoot
) (Fix buggyBlockHeader
ts interface #4452)