fix(deps): update dependency web3 to v1 #1186
Open
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.
This PR contains the following updates:
0.18.4
->1.5.3
By merging this PR, the issue #1076 will be automatically resolved and closed:
Release Notes
ChainSafe/web3.js (web3)
v1.5.3
Compare Source
Fixed
Changed
maxPriorityFeePerGas
from1 Gwei
to2.5 Gwei
(#4284)v1.5.2
Compare Source
Fixed
type
defaulting foreth.sendTransaction
,eth.sendRawTransaction
(#4241)type: 0x0
was being added to legacy transaction when usingeth.signTransaction
(#4241)v1.5.1
Compare Source
Added
maxPriorityFeePerGas
andmaxFeePerGas
now included in_txInputFormatter
(#4217)maxPriorityFeePerGas
ofmaxFeePerGas
present_txInputFormatter
deletestx.gasPrice
(fixes #4211) (#4217)latest
,pending
,earliest
) togetFeeHistory
(#4224)web3.eth.sendTransaction
(#4220)v1.5.0
Compare Source
Added
eth_feehistory
call (#4191)toNumber
method toweb3.utils
(#4191)Changed
v1.4.0
Compare Source
Added
Changed
stable
to1.10.3
ine2e.geth.instamine.sh
andscripts/e2e.geth.automine.sh
(#4154)v1.3.6
Compare Source
Changes
underscore
package from1.9.1
to1.12.1
(#4051)@ensdomains/ens
package from^0.4.5
to^0.6.0
(#4059)ethers
package from^5.0.18
to^5.1.4
(#4059)Removes
v1.3.5
Compare Source
Added
web3-eth2-core
andweb3-eth2-beaconchain
packages (#3892)web3.utils.soliditySha3
(#3908).nvmrc
file using Node.js versionv.14.15.1
(#3817)1.3.0
and onwards (#3961)Changed
web3-eth2-core
andweb3-eth2-beaconchain
(#3892)tsc
script in all packages tocompile
; updates the correspondinglerna run
usage in the mainpackage.json
(#3894)@chainsafe/geth-dev-assistant
from0.1.5
to0.1.9
(#3950)elliptic
from6.5.3
to6.5.4
forweb3-eth-accounts
(#3941)elliptic
from6.5.3
to6.5.4
forweb3-bzz
(#3940)elliptic
from6.5.3
to6.5.4
forweb3-core-requestmanager
(#3945)web3-eth-iban
in ES6 (#3955)v1.3.4
Compare Source
Changed
fromBlock
option forlogs
subscriptions (defaults tolatest
) (#3883)web3-eth2-base
toweb3-eth2-core
andweb3-eth2-beacon
toweb3-eth2-beaconchain
(#3833)ts-node
from version^8.10.2
to^9.0.0
(#3856)npm audit fix
which fixed 4 vulnerabilities (#3856)web3-eth2-beaconchain
type declarations (#3859) and (#3865)IBaseAPISchema
andIBaseAPIMethodSchema
toindex.d.ts
forweb3-eth2-core
(#3878)web3-eth2-core
(#3878)Removed
notImplemented
flag from ETH2 Beacon Chain package methods schema (#3861)IETH2BeaconChain
interface in favor of exporting a class type:ETH2BeaconChain
(#3878)index.d.ts
files in favor oftypes.ts
forweb3-eth2-core
andweb3-eth2-beaconchain
(#3878)schema.ts
fromweb3-eth2-core
(#3878)dtslint
npm command fromweb3-eth2-core
andweb3-eth2-beaconchain
asindex.d.ts
files were removed (#3878)Added
ETH2Core
class export toindex.d.ts
forweb3-eth2-core
(#3878)v1.3.3
Compare Source
Fixed
dist
to latest release (1.3.2
) (#3875)v1.3.2
Compare Source
Fixed
v1.3.1
Compare Source
Added
web3-eth2-core
package (#3743) (renamed toweb3-eth2-base
)web3-eth2-beaconchain
package (#3743) (renamed toweb3-eth2-beacon
)stripHexPrefix
method toweb3-utils
package (#3776)Changed
Removed
packages/web3
. Added documentation to root README (#3717)Fixed
v1.3.0
Compare Source
Added
Changed
npm run build
now uses TSC to compile (.js allowed) and the build folder is now located underlib
(#3652)web3-providers-ipc
oboe
version to 2.1.5 (#3661)Fixed
eth_subscription
provider events (#3660)clearSubscriptions
(#3689)v1.2.11
Compare Source
Fixed
Added
v1.2.10
Compare Source
Added
request
method (#3625)Changed
genesis
block in 1.x documentation (#3594)toBlock
when subscribing to contract events (#3207)Fixed
_txInputFormatter
with hex prefix check (#3317)fromBlock
value when re-subscribing to events over WS (#3596)Function
type log parameter decoding (#2826)v1.2.9
Compare Source
Added
sending
andsent
events for tx submissions (#3438)latestBlockHash
arg toconfirmation
event handler payload (#3438)method.encodeABI
(#3549)transactionPollingTimeout
(#3513)Changed
@web3-js/scrypt-shim@0.1.0
toscrypt-js@3.0.1
Fixed
account.hashMessage
with non-ASCII characters (#3523)handleRevert
added (#3452)method.call
description (#3558)v1.2.8
Compare Source
Added
AbstractProvider
interface. (#3499)methods
andcall
. (#3454)Changed
web3-eth-abi
ABICoder dependency. (#3490)Fixed
dtslint
. (#3479)v1.2.7
Compare Source
Added
Changed
docs/_build
foldereth_call
that will not default to your first account anymore iffrom
is not set. If a sender is not explicitly defined, theeth_call
will be executed fromaddress(0)
. (#3467)eth_call
without explicitly setting a sender.view
methods that refer to amsg.sender
without explicitly setting afrom
address in your request options, you may see unexpected behavior.web3.js
, thefrom
address can be specified on a per-call basis or by setting thedefaultAccount
property.Fixed
v1.2.6
Compare Source
Added
Changed
v1.2.5
Compare Source
Added
eth_requestAccounts
asrequestAccounts
added to web3-eth package (#3219)sha3Raw
andsoliditySha3Raw
added to web3-utils package (#3226)eth_getProof
asgetProof
added to web3-eth package (#3220)BN
andBigNumber
objects are now supported by theabi.encodeParameter(s)
method (#3238)getPendingTransactions
added to web3-eth package (#3239)handleRevert
module property (#3248)receipt
does now exist as property on the error object for transaction related errors (#3259)internalType
added toAbiInput
TS interface inweb3-utils
(#3279)HttpProvider
options (#2980)Changed
eth-lib
dependency updated (0.2.7 => ^0.2.8) (#3242)Fixed
defaultBlock
property handling fixed (#3247)clearSubscriptions
does no longer throw an error if no running subscriptions do exist (#3246)Accounts.signTransaction
fixed (#3280)v1.2.4
Compare Source
Fixed
v1.2.3
Compare Source
Fixed
v1.2.2
Compare Source
Added
eth.getChainId
method (#3113)connected
event on subscription creation (#3028)Fixed
0
as a validfromBlock
ortoBlock
filter param (#1100)null
(#2183)net_version
when signing txs (#2378)tx
object passed to functionsignTransaction
(#2190)v1.2.1
Compare Source
Fixed
websocket
dependency fixed (#2971, #2976)requestOptions
added toWebsocketProvider
(#2979)v1.2.0
Compare Source
Released with 1.0.0-beta.37 code base.
v0.20.7
Compare Source
v0.20.6
: latest maintenance releaseCompare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
v0.19.1
Compare Source
v0.19.0
Compare Source
Another maintenance release with some small additions.
The main work is going into 1.0 at https://github.com/ethereum/web3.js/pull/558 right now.
This release contains the following additions:
web3
object thanks to @nanexcoolweb3.eth.signTransaction()
thanks to @denisgranhapersonal.importRawKey
,personal.sign
andpersonal.ecRecover
thanks to @peculiarityAlso thanks goes to @peculiarity and @zmitton for smaller fixes.