Releases: witnet/web3-jsonrpc-gateway
Releases · witnet/web3-jsonrpc-gateway
1.7.23
- remove decommissioned chains
- revisit package scripts
1.7.22
- fix(celo): set some gasLimit value on all txs
1.7.21
fix: correctly prompt web3 library being used
1.7.20
Implements new parameter:
ETHERS_FORCE_EIP_155
: If set, chainId
will be explicitly added to all eth_call
and eth_sendTransaction
calls. Default value: false
.
Fixes dist/bin/celo
:
- Properly convert incoming
params.gas
into tx.gasPrice
.
1.7.19
chore: bump package version to 1.7.19
1.7.18
chore: bump package version to 1.7.17
1.7.17
chore: bump package version to 1.7.17
1.7.16
chore: bump package version to 1.7.16
1.7.15
- Avoid
eth_blockNumber
calls on every eth_call
if rollback protection is disabled.
- Cache provider's
chainId
upon construction.
1.7.14
chore: bump package version to 1.7.14