Fantom Validators Announcements
85 subscribers
6 links
Download Telegram
Channel photo updated
Channel name was changed to «Fantom Validators Announcements»
Hi All, We have a new release:
https://github.com/Fantom-foundation/go-opera/releases/tag/v1.1.2-rc.5

This can be used for read node, API node and validator node.

Notes:

1) Migrate from an existing opera version (1.1.1-rc.2), please use:
--db.migration.mode reformat --db.preset legacy-ldb

This applies to all types of nodes. Reformatting will finish almost instantly.

2) Sync a new node from scratch

a) Validator nodes and critical nodes, you can use:
--db.preset ldb-1 (Don't need --db.migration.mode flag, if you don’t migrate an existing DB)

b) Non-critical nodes (including rpc, api and tracing) you can use either:
--db.preset ldb-1 (will sync slightly faster, but may respond slower on multiple parallel API queries)
--db.preset pbl-1 (will sync longer, but have more stable API response time).
If you havent upgraded to 1.1.3-rc4 or if your nodes become laggy more frequently,
you can upgrade your nodes directly to the below version.

https://github.com/Fantom-foundation/go-opera/releases/tag/v1.1.3-rc.5

https://github.com/Fantom-foundation/go-opera/releases/tag/v1.1.3-rc.5

Fix a performance issue of db_size metric due to intense calculation of current data size. It also disables the calculation if --metrics isn't enabled. Nodes 1.1.2-rc.6 and 1.1.3-rc4 need to upgrade to 1.1.3-rc.5.
A friendly reminder: Please upgrade your nodes to go-opera version 1.1.3-rc.5. Thanks for your support.