Skip to content

Latest commit

Β 

History

History
295 lines (141 loc) Β· 13.4 KB

CHANGELOG.md

File metadata and controls

295 lines (141 loc) Β· 13.4 KB

3.5.8 (2022-09-23)

Bug Fixes

  • πŸ› Upgrade to Node 16 (373e406)

3.5.7 (2022-09-08)

Bug Fixes

  • πŸ› upgrade dependencies in lockfile (b6dc45d)

3.5.6 (2022-09-01)

Bug Fixes

  • πŸ› Update @types/debug (3b707dd)

3.5.5 (2022-09-01)

Bug Fixes

  • πŸ› Remove the yarn cache from the Docker image (3d1caa7)

3.5.4 (2022-08-29)

Bug Fixes

  • πŸ› Upgrade dependencies of ethlogger (93c0f94)

3.5.3 (2022-08-22)

Bug Fixes

  • πŸ› Update Alpine base image to 14.20 (28c996a)

3.5.2 (2022-08-04)

Bug Fixes

  • πŸ› geth adapter should only call supported generic rpcs (d0fa3b8)

3.5.1 (2022-05-16)

Bug Fixes

3.5.0 (2021-12-15)

Features

  • 🎸 Log Ethereum balance of token transfers and NFTs (4b018c0)

3.4.1 (2021-12-14)

Bug Fixes

  • πŸ› NFT watcher: Filter events by contract address (ce6b339)

3.4.0 (2021-12-13)

Bug Fixes

  • πŸ› Distinguish token index from splunk index (81b7179)

Features

  • 🎸 Add transactionHash to NFT payload (1741444)

3.3.1 (2021-12-02)

Bug Fixes

  • πŸ› Support contracts throwing when asked for tokenURI (55aa44b)

3.3.0 (2021-11-24)

Features

3.2.0 (2021-11-11)

Features

  • 🎸 Watch ERC-20 token transfers (2acc77f)

3.1.0 (2021-09-14)

Features

  • 🎸 add http/s proxy support for RPC endpoints (f0436fc)

3.0.1 (2021-04-26)

Bug Fixes

  • πŸ› accept truffle-style ABI files without contractName (e2f3e28)

3.0.0 (2021-03-30)

Bug Fixes

  • πŸ› compatibility with nodes not supporting eth_protocolVersion (256c4d9)
  • πŸ› Parsing error of certain parameter data types (504e482)

Features

  • 🎸 ABI decoding of tuple arrays (cbf3ecf)
  • 🎸 enable reconciliation of struct data by default (90e57e0)

BREAKING CHANGES

  • Output of decoded transactions and events may look different with the change of the default behavior. Set reconcileStructShapeFromTuples to false in ethlogger.yaml to restore the behavior of previous versions.

2.4.0 (2021-03-24)

Features

  • 🎸 Exposing git commit SHA in --version output (e2ca052)

2.3.0 (2020-11-24)

Features

  • 🎸 Add besu adapter (9718835)

2.2.1 (2020-11-12)

Bug Fixes

  • πŸ› properly decode tuple values in call/event inputs (28edb0b)

2.2.0 (2020-08-19)

Features

  • 🎸 Support for Quorum private transaction payload (a25aad9)

2.1.1 (2020-08-07)

Bug Fixes

  • πŸ› stop polling debug_metrics for recent Geth versions (66180f7), closes #49

2.1.0 (2020-07-08)

Bug Fixes

  • πŸ› avoid bigint overflow when parsing gas related info (c743bbb), closes #53

Features

  • 🎸 New config paramter to skip contract match requirement (29403f4)
  • 🎸 New debug mode to determine contract info (465efdd)

2.0.7 (2020-05-08)

Bug Fixes

  • πŸ› HEC timeout in docker-compose examples (6dda3f4), closes #43

2.0.6 (2020-04-09)

Bug Fixes

  • πŸ› avoid panic when parsing certain ABI param types (f4a2d94), closes #35

2.0.5 (2020-03-07)

Bug Fixes

  • removed unnecessary dependency on web3-utils (2939685)

2.0.4 (2020-03-07)

Bug Fixes

  • πŸ› adjusted log level during platform introspection (291afd1)

2.0.3 (2020-03-07)

Bug Fixes

  • πŸ› deterministic signature order for anonymous ABI decoding (8f0c380)

2.0.2 (2020-02-13)

Bug Fixes

  • πŸ› extended peer information now with dedicated config (54bdfd9)

2.0.1 (2020-02-12)

Bug Fixes

  • πŸ› avoid collecting pending transactions if not supported (56863bd)

2.0.0 (2020-02-11)

Bug Fixes

  • πŸ› ethlogger crashes when certain rpc methods are disabled (ee56c01)
  • πŸ› possible duplicate output of blocks (80bb0da)
  • πŸ› too many pending transactions emitted (7a01bb4)

Features

  • 🎸 anonymous ABI decoding (e6eb3d9), closes #20
  • 🎸 support for CHAIN_ID (EIP-155) and common name lookup (0dfff09)

BREAKING CHANGES

  • 🧨 Anonymous ABI decoding is enabled by default
  • 🧨 Pending transaction collection is now disabled by default

1.2.1 (2020-01-30)

Bug Fixes

  • πŸ› error decoding log events with no topics (2dad7dc)
  • πŸ› geth node introspection if nodeInfo method is disabled (e3f04a0)

1.2.0 (2020-01-16)

Bug Fixes

  • πŸ› improved debug logging for ABI repository (1948fcb)

Features

  • 🎸 support for quorum nodes with raft consensus (e2186e2)

1.1.1 (2020-01-10)

Bug Fixes

  • allow variables in HEC user-agent (dcb5cb8)

1.1.0 (2020-01-10)

Bug Fixes

  • πŸ› cleanup of CLI help information (029b16d)

Features

  • 🎸 allow for not collecting block information (1e44dd5)

1.0.2 (2020-01-08)

Bug Fixes

  • revert change to run ethlogger as unprivileged user for now (cdea011)

1.0.1 (2020-01-05)

Bug Fixes

  • run ethlogger in docker as unprivileged user (8155cee)

1.0.0 (2020-01-03)

Features