-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency web3 to v1.10.4 #18
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/web3-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 65.62% 65.62%
=======================================
Files 11 11
Lines 64 64
=======================================
Hits 42 42
Misses 22 22 Continue to review full report at Codecov.
|
dfeac84
to
ba31c92
Compare
6ae270e
to
c3e4991
Compare
c3e4991
to
0c72e54
Compare
0c72e54
to
f6a5faf
Compare
9a3a9a3
to
d3a6bfb
Compare
d3a6bfb
to
1f40234
Compare
1f40234
to
949aa55
Compare
649e043
to
51c1045
Compare
696339b
to
30b1b40
Compare
30b1b40
to
8dfbd0d
Compare
f382699
to
52f3441
Compare
52f3441
to
45cff40
Compare
45cff40
to
c9203a5
Compare
c9203a5
to
e8e634c
Compare
e8e634c
to
0ab18f0
Compare
0ab18f0
to
faec97e
Compare
faec97e
to
f2eedd7
Compare
f2eedd7
to
2c08fe2
Compare
2c08fe2
to
fff2312
Compare
fff2312
to
29bae66
Compare
29bae66
to
19fa1fd
Compare
19fa1fd
to
39e063c
Compare
39e063c
to
bc30b39
Compare
bc30b39
to
10eb0f9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
1.0.0-beta.35
->1.10.4
Release Notes
ChainSafe/web3.js (web3)
v1.10.4
Compare Source
Security
Maintenance Countdown:
Commencing from January 1, 2024, a 90-day countdown has been initiated, signaling the transition of Web3.js version 1.x into an end-of-maintenance phase.
Timeline of Changes:
90-Day Countdown (1/1/24 - 3/31/24): During this period, we strongly encourage users to plan accordingly and initiate the upgrade to Web3.js version 4.x
No New Bug Fixes (4/1/24 onwards):
Starting April 1, 2024, new bug fixes for Web3.js version 1.x will no longer be provided. To benefit from continued support and access to new features, we recommend upgrading to Web3.js version 4.x
End of Security Fixes (7/1/24):
Security fixes for Web3.js version 1.x will be discontinued from July 1, 2024. Upgrading to Web3.js version 4.x is crucial to ensure the security of your applications.
v1.10.3
Compare Source
Security
web3-eth-accounts
: Bumped@ethereumjs
dependencies (#6457)Updated dependencies (#6491)
v1.10.2
Compare Source
Fixed
v1.10.1
Compare Source
Fixed
int
s (#6239)submitWork
parameters, accepts 3 parameters instead of an array (#5200)Changed
v1.10.0
Compare Source
Fixed
web3-providers-http
package to effectively propagate useful error infomation about failed HTTP connections (#5955)web.eth.handleRevert = true
(#6000)Changed
transaction.type
is now formatted to a hex string before being send to provider (#5979)transaction.type === '0x1' && transaction.accessList === undefined
, thentransaction.accessList
is set to[]
(#5979)chainId
parameter fromtoChecksumAddress()
function types (#5888)Added
getPastEvents
method to filterallEvents
and specific event (#6015)Security
v1.9.0
Compare Source
Fixed
Changed
hexFormat
param togetTransaction
andgetBlock
that accepts the value'hex'
(#5845)utils.toNumber
andutils.hexToNumber
can now return the large unsafe numbers asBigInt
, iftrue
was passed to a new optional parameter calledbigIntOnOverflow
(#5845)Security
v1.8.2
Compare Source
Changed
crypto-browserify
module is now used only in webpack builds for polyfilling browsers (#5629)ethereumjs-util
to7.1.5
(#5629)lerna
4 to version 6 (#5680)Fixed
web3.utils._jsonInterfaceMethodToString
(#5550)Removed
clean-webpack-plugin
has been removed from dev-dependencies (#5629)Added
https-browserify
,process
,stream-browserify
,stream-http
,crypto-browserify
added to dev-dependencies for polyfilling (#5629)readable-stream
to dev-dependancies for webpack (#5629)Security
npm audit fix
for libraries update (#5726)v1.8.1
Compare Source
Fixed
removed
property (#4877)Changed
v1.8.0
Compare Source
Changed
sha3
andsha3Raw
type definition to acceptBuffer
(#5357)eth_sendSignedTransaction
code example (#5402)Fixed
web3-eth-contract
'scall
andsend
methods no longer mutateoptions
argument (#5394)Added
AbiType
(#5165)safe
andfinalized
block tags added (#5410)v1.7.5
Compare Source
Changed
Added
maxFeePerGas
andmaxPriorityFeePerGas
(#5121)createAccessList
types in web3.eth (#5146)Fixed
AbstractProvider
interface (#5150)Security
got
lib version and fixed other libs using npm audit fix (#5178) (#5254)v1.7.4
Compare Source
Fixed
f.call = this.call
when intrinsic is frozen (#4918) (#4938)Changed
Added
web3.eth.Contract.setProvider()
as per public documentation (#4822) (#5001)Security
npm audit fix
to address vulnerabilities and update libraries (#5014)v1.7.3
Compare Source
Fixed
v1.7.2
Compare Source
Changed
close
event listener (#4825) (#4839)Security
npm audit fix
to update libraries (#4860)Fixed
provider.disconnect
function (#4833)v1.7.1
Compare Source
Added
transactionPollingInterval
added to web3, contract and method constructor options. defaults to 1 second. (#4584)Fixed
methods.myMethod.send
(#4599)web3.eth.accounts.signTransaction
(#4576)methods.myMethod.estimateGas
(#4702)Changed
Removed
Security
npm audit fix
to address vulnerabilities and update libraries (#4719) (#4728)v1.7.0
Compare Source
Added
maxPriorityFeePerGas
andmaxFeePerGas
added toTransaction
andTransactionConfig
interfaces (#4232) (#4585)Fixed
Changed
number
tohex
according to the spec (#4529)v1.6.1
Compare Source
Added
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (#4332)Changed
tx.chainId
iftx.common.customChain.chainId
is provided forweb3.eth.accounts.signTransaction
function (#4293)Web3.utils
, removed context for_
(underscore lib) (#4403)block.baseFeePerGas
to number (#4330)web3-eth-personal.sendTransaction
example in documentation (#4409)Fixed
web3.rst
example in documentation (#4511)BlockHeader
typing (receiptRoot
->receiptsRoot
) (#4452)v1.6.0
Compare Source
Changed
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/[email protected]
to[email protected]
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.
v1.0.0-beta2
[Compare Source](https://redirect.github.com/ChainSafe/web3.js/compare/171817cc9b71743201524c65687e445584668aa8...627af5091
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.