Skip to content

Releases: splunk/splunk-connect-for-ethereum

v2.1.1

07 Aug 23:18
Compare
Choose a tag to compare

2.1.1 (2020-08-07)

Bug Fixes

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

Packages

v2.1.0

08 Jul 19:09
Compare
Choose a tag to compare

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)

Packages

v2.0.7

08 May 00:24
Compare
Choose a tag to compare

2.0.7 (2020-05-08)

Bug Fixes

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

Packages

v2.0.6

09 Apr 01:37
Compare
Choose a tag to compare

2.0.6 (2020-04-09)

Bug Fixes

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

Packages

v2.0.5

07 Mar 11:03
Compare
Choose a tag to compare

2.0.5 (2020-03-07)

Bug Fixes

  • removed unnecessary dependency on web3-utils (2939685)

Packages

v2.0.4

07 Mar 09:51
Compare
Choose a tag to compare

2.0.4 (2020-03-07)

Bug Fixes

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

Packages

v2.0.3

07 Mar 01:38
Compare
Choose a tag to compare

2.0.3 (2020-03-07)

Bug Fixes

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

Packages

v2.0.2

13 Feb 23:57
Compare
Choose a tag to compare

2.0.2 (2020-02-13)

Bug Fixes

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

Packages

v2.0.1

12 Feb 23:43
Compare
Choose a tag to compare

2.0.1 (2020-02-12)

Bug Fixes

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

Packages

v2.0.0

11 Feb 22:36
Compare
Choose a tag to compare

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

Packages