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).
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).
GitHub
Release v1.1.2-rc.5 · Fantom-foundation/go-opera
1.1.2-rc.5 is an optimization release. Improvements include batched genesis blocks processing, configurable DBs management, parallel EVM logs search and optimizations in p2p protocol.
Depending on ...
Depending on ...
Attention, for anyone running a tracing node. here is a new version https://github.com/Fantom-foundation/go-opera/tree/release/txtracing/1.1.2-rc.6.1 Please check it out, rebuild and then rerun your node.
GitHub
GitHub - Fantom-foundation/go-opera at release/txtracing/1.1.2-rc.6.1
Opera blockchain protocol secured by the Lachesis consensus algorithm - GitHub - Fantom-foundation/go-opera at release/txtracing/1.1.2-rc.6.1
We have a new release.
For read node, API node and validator node:
https://github.com/Fantom-foundation/go-opera/releases/tag/v1.1.3-rc.4
For txtracing node: https://github.com/Fantom-foundation/go-opera/tree/release/txtracing/1.1.3-rc.4
For read node, API node and validator node:
https://github.com/Fantom-foundation/go-opera/releases/tag/v1.1.3-rc.4
For txtracing node: https://github.com/Fantom-foundation/go-opera/tree/release/txtracing/1.1.3-rc.4
GitHub
Release v1.1.3-rc.4 · Fantom-foundation/go-opera
Go-opera 1.1.3-rc.4 is an optimization release to enhance performance.
This update includes an enhanced event emission algorithm, which reduces Time to Finality (TTF) without increasing the number ...
This update includes an enhanced event emission algorithm, which reduces Time to Finality (TTF) without increasing the number ...
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.
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.
GitHub
Release v1.1.3-rc.5 · Fantom-foundation/go-opera
Go-opera 1.1.3-rc.5 is a small optimization release aimed to fix a performance issue.
db_size metric calculation is less active (#519)
Fix genesis hashes for public testnet (#516)
db_size metric calculation is less active (#519)
Fix genesis hashes for public testnet (#516)
A friendly reminder: Please upgrade your nodes to go-opera version 1.1.3-rc.5. Thanks for your support.