Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 3.12 KB

0.1.4 (Unreleased)

  • feat: Add override to eth_call request [GH-240]
  • fix: Recovery of typed transactions [GH-238]
  • fix: Parse nonce and mixHash on Block [GH-228]
  • feat: abi decodes function string in multilines [GH-212]
  • feat: abi DecodeStruct uses the abi tag instead of the default mapstructure [GH-211]
  • feat: Implement ens reverse resolver [GH-210]
  • fix: Jsonrpc eth_getLogs request cannot return string [GH-209]

0.1.3 (13 June, 2022)

  • Fix out-of-bounds reading of bytes during ABI decoding [GH-205]
  • Update fastrlp to 59d5dd3 commit to fix a bug on bytes length check [GH-204]
  • Fix out-of-bounds RLP unmarshal of transactions [GH-203]

0.1.2 (5 May, 2022)

  • Update btcd library to new v0.22.1
  • Add option in contract to send transactions with EIP-1559 [GH-198]
  • Add custom TxnOpts to send a transaction in contract [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 make Call in contract [GH-194]
  • Add testcases for contract signature and transaction signing [GH-193]
  • Add eth_feeHistory rpc endpoint [GH-192]
  • Update testserver to go-ethereum:v1.10.15 [GH-191]
  • Do not decode to in Transaction if not exists [GH-190]

0.1.1 (25 April, 2022)

  • 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 update Contract and abigen format. [GH-167]

0.1.0 (5 March, 2022)

  • Initial public release.