Skip to content

Releases: Fantom-foundation/go-opera

1.1.0-rc.3

11 Feb 11:27
Compare
Choose a tag to compare
1.1.0-rc.3 Pre-release
Pre-release

This pre-release is only used for Testnet (RPC or validator nodes)
Release notes:

  • API: Fix nil pointer dereference in eth_getTransactionReceipt (#250)
  • Config: Don't overwrite default datadir from config file (#247)

1.1.0-rc.2

07 Feb 18:27
Compare
Choose a tag to compare
1.1.0-rc.2 Pre-release
Pre-release

This pre-release is only used for Testnet (RPC or validator nodes)
Release notes:

  • Fix rare crash due to the race condition in snapsync storage (#235)
  • Fix receipt bloom being zero after initial caching (#232)

1.1.0-rc.1

02 Feb 00:08
Compare
Choose a tag to compare
1.1.0-rc.1 Pre-release
Pre-release

This pre-release is only used for Testnet (RPC or validator nodes)
Pre-release notes:

  • Add London upgrade support from geth 1.10.8 (#163)
  • Add LLR implementation (#183, #200, #204, #216)
  • Add snapsync support based on LLR and geth snapsync protocol (#199, #206)

api/1.0.2-rc.7

28 Jan 19:26
Compare
Choose a tag to compare
api/1.0.2-rc.7 Pre-release
Pre-release

Release notes:

  • performance tweak, log level
  • only used for API node

1.0.2-rc.5

28 Aug 05:25
Compare
Choose a tag to compare
  • Updated go-ethereum version
  • Emitter saves previous emitted event ID not only into DB but also into in a file. It decreases the chance of an accidental doublesign after a loss of DB data (e.g. after a crash)
  • New gas-based GPO algorithm. It relies on a sum of available gas power for each validator rather than a median price of previous transactions
  • Restrictions on logs search topics range to reduce the API DoS attack surface
  • Enabled processing of a block and events as a parallel pipeline
  • Major performance improvements of the events emission
  • Minor performance improvements of the events processing
  • Additional caching for transaction signature recovering

1.0.2-rc.3

22 Aug 23:06
Compare
Choose a tag to compare
1.0.2-rc.3 Pre-release
Pre-release

Release notes:

  • support geth evm 1.10.3
  • data pruning and storage optimization

api/1.0.1-rc.4

16 Aug 23:27
Compare
Choose a tag to compare
api/1.0.1-rc.4 Pre-release
Pre-release

Release notes:

  • for RPC API servers only.

txtracing/1.0.1-rc.3

16 Aug 23:31
Compare
Choose a tag to compare
txtracing/1.0.1-rc.3 Pre-release
Pre-release

Release notes:

  • for tracing nodes only.

1.0.1-rc.1

24 Jun 08:51
e544db7
Compare
Choose a tag to compare

Release notes:

  • raise topics limit
  • fix gas used
  • improve txpool and price config

1.0.0-rc.2

15 Jun 22:41
3ed4005
Compare
Choose a tag to compare

Release notes:

  • improvements in p2p, emitter, topics and events processing
  • fine tuning memory and cache usage