Fantom releases
All upstream releases, security advisories and RSS announcements indexed for Fantom by KeyAudit.
github · 20
-
v1.1.3-rc.5
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)
-
v1.1.3-rc.4
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 of emitted events per second. For API nodes, the update is recommended. It addresse…
-
v1.1.3-rc.3
Pre-release for Go-opera 1.1.3
-
stacktrace
ftm release stacktrace published on GitHub. See original release notes for technical changes.
-
v1.1.2-rc.6
Go-opera 1.1.2-rc.6 is a maintenance release. It includes the following fixes: - Fix a `db heal` when combined with fully pruned EVM (e.g. with `--gcmode=full`) (#432) - Fix compatibility with go1.17 and go1.18 (#434) - Fix performance issues with LevelDB presets during archive g…
-
v1.1.2-rc.5
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 hardware, it can achieve approximately ~1.3x improvement for events/blocks processi…
-
v1.1.1-rc.2
v1.1.1-rc.2 is a hotfix release for an issue. The upgrade is highly recommended for all nodes. This release features automatic EVM pruning which can be enabled with either `--gcmode full` or `--gcmode light` flag. `--gcmode full` option will prune much more EVM nodes than `--gcmo…
-
1.1.1-rc.1
Release v1.1.1-rc.1 allows new read nodes to use new customizable genesis files and to sync using `snapsync` mode. The upgrade is highly recommended for API nodes, as it fixes race condition in filter API calls and enables improved gas price (priority fee) estimation. The upgrade…
-
1.1.0-rc.5
v1.1.0-rc.5 is a hotfix release for API nodes. It adds support of `eth_feeHistory` API method required by some EIP-1559 clients. Release notes: - Add support for eth_feeHistory API method: #300
-
1.1.0-rc.4
**The releases 1.1.x enable the support of London and LLR hard-fork upgrades**. Release notes: - Fix #245 - Fix panics on non-existing block RPC requests (#254) - Save snapsync journal during stopping (#241)
-
1.1.0-rc.3
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
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
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
Release notes: - performance tweak, log level - only used for API node
-
1.0.2-rc.5
- 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 po…
-
1.0.2-rc.3
Release notes: - support geth evm 1.10.3 - data pruning and storage optimization
-
txtracing/1.0.1-rc.3
Release notes: - for tracing nodes only.
-
api/1.0.1-rc.4
Release notes: - for RPC API servers only.
-
1.0.1-rc.1
Release notes: - raise topics limit - fix gas used - improve txpool and price config
-
1.0.0-rc.2
Release notes: - improvements in p2p, emitter, topics and events processing - fine tuning memory and cache usage