This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
v1.6.1 #4445
Merged
Merged
v1.6.1 #4445
Conversation
This file contains hidden or 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 |
Contributor
Author
|
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
Contributor
Author
|
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 <[email protected]> Co-authored-by: Anh Hong <[email protected]> Co-authored-by: Alex <[email protected]>
Contributor
Author
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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_createAccessListas both an rpc call (web3.eth.createAccessList) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList) (eth_createAccessList - Closes #4081 #4332)Changed
tx.chainIdiftx.common.customChain.chainIdis provided forweb3.eth.accounts.signTransactionfunction (add tx.chainId if tx.common.chainId not provided #4293)Web3.utils, removed context for_(underscore lib) (Web3.utils._ undefined #4403)block.baseFeePerGasto number (Format baseFeePerGas to number in returned blocks - Closes #4326 #4330)web3-eth-personal.sendTransactionexample in documentation (Update doc example for web3.eth.personal (#4397) #4409)Fixed
web3.rstexample in documentation (Update comment web3.rst #4511)BlockHeadertyping (receiptRoot->receiptsRoot) (Fix buggyBlockHeaderts interface #4452)