Releases: vechain/web3-providers-connex
Releases · vechain/web3-providers-connex
v1.1
Here is what's new in v1.1:
- Make it compatible with the latest versions of
web3.js
v4.x and ethers.js
v6.x
- Add three new JSON-RPC APIs
eth_requestAccounts
debug_traceTransaction
debug_traceCall
- Make
eth_chainId
return the 256-bit genesis block ID rather than the 8-bit chain tag
v1.0.0
What's changed
- Implemented the JSON-RPC provider according to EIP-1193
- Fixed bugs
- Supported more APIs such as
net_version
and web3_clientVersion
- Supported fields
transactionIndex
and logIndex