- feat: Add override to
eth_call
request [GH-240] - fix: Recovery of typed transactions [GH-238]
- fix: Parse
nonce
andmixHash
onBlock
[GH-228] - feat:
abi
decodes function string in multilines [GH-212] - feat:
abi
DecodeStruct uses theabi
tag instead of the defaultmapstructure
[GH-211] - feat: Implement
ens
reverse resolver [GH-210] - fix: Jsonrpc eth_getLogs request cannot return string [GH-209]
- Fix out-of-bounds reading of bytes during ABI decoding [GH-205]
- Update
fastrlp
to59d5dd3
commit to fix a bug on bytes length check [GH-204] - Fix out-of-bounds RLP unmarshal of transactions [GH-203]
- Update
btcd
library to newv0.22.1
- Add option in
contract
to send transactions with EIP-1559 [GH-198] - Add custom
TxnOpts
to send a transaction incontract
[GH-195] - Add
ens resolve
command to resolve an ENS name [GH-196] - Fix signing of typed transactions [GH-197]
- Fix. Use
ethgo.BlockNumber
input to makeCall
in contract [GH-194] - Add
testcases
for contract signature and transaction signing [GH-193] - Add
eth_feeHistory
rpc endpoint [GH-192] - Update
testserver
togo-ethereum:v1.10.15
[GH-191] - Do not decode
to
inTransaction
if not exists [GH-190]
- Retrieve latest nonce when sending a transaction on
contract
[GH-185] - Add
etherscan.GasPrice
function to return last block gas price [GH-182] - Add
4byte
package and cli [GH-178] - Install and use
ethers.js
spec tests for wallet private key decoding [GH-177] - Add
GetLogs
function Etherscan to return logs by filter [GH-170] - Add
Copy
function to major data types [GH-169] - Parse
fixed bytes
type in event topic [GH-168] - Introduce
NodeProvider
and updateContract
andabigen
format. [GH-167]
- Initial public release.