Skip to content

Releases: ethereum-pocr/go-ethereum

Kerleano v2.0 release

13 Dec 21:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.10.23...v1.10.26-pocr-2.0.0

v7-impl

11 Nov 22:32
4f4c660
Compare
Choose a tag to compare
v7-impl Pre-release
Pre-release

Release geth with pocr

What's Changed

Full Changelog: v1.10.23...v7-impl

Sentry Omega (v1.10.23)

30 Aug 09:32
d4b3847
Compare
Choose a tag to compare

Important changes for the POCR Network

This is the version deployed for Kerleano as of 2 dec 2022

JSON-RPC API
The log filtering system now uses a LRU cache for block logs, speeding up repeated queries for the same block range. The cache size can be configured using the --cache.blocklogs command-line flag. (ethereum/go-ethereum#25459)
eth_createAccessList is now much faster when no gas limit is provided. (ethereum/go-ethereum#25467)
eth_feeHistory now also works with the finalized block specifier. (ethereum/go-ethereum#25442)
The built-in callTracer now supports an option onlyTopCall. Enabling this option makes the tracer skip internal calls. We added this option to enable use of the callTracer to get the return data of reverted transactions. (ethereum/go-ethereum#25430)

Go-library changes
Storage of trie node hash preimages is now disabled by default. You can enable it again using the --cache.preimages flag. (ethereum/go-ethereum#25287, ethereum/go-ethereum#25538, ethereum/go-ethereum#25533)
The ethash mining implemenation now removes temporary DAG files, which could be left of disk when geth was interrupted while generating a DAG. (ethereum/go-ethereum#25381)
ethclient now supports the eth_feeHistory method. (ethereum/go-ethereum#25403)
The eth wire protocol test suite now supports protocol version eth/67. (ethereum/go-ethereum#25306)
RLP-decoding of trie nodes is ~33% faster due to reduced allocations in the decoder. (ethereum/go-ethereum#25357)
The RPC server supports a new option ReadHeaderTimeout. (ethereum/go-ethereum#25338)
Registering of clef ruleset UIs should now work correctly. (ethereum/go-ethereum#25455)

vpolitar1.10.17

12 Jul 14:21
b655e7e
Compare
Choose a tag to compare

Release geth with pocr

Vectra release

12 Jul 13:47
Compare
Choose a tag to compare

Important changes for POCR:
The new --discovery.port flag allows configuring a separate port for the UDP listener. (ethereum/go-ethereum#24979)

Setting p2p bootstrap nodes in the config file now works even when a pre-defined network is selected on the command-line. (ethereum/go-ethereum#25174)

eth_chainId now always returns the configured chain ID regardless of sync status. This is a violation of EIP-695, but the previous behavior caused issues with CL clients. (ethereum/go-ethereum#25166, ethereum/go-ethereum#25168)
Transaction objects returned by RPC (e.g. from eth_getTransactionByHash) now always include the chainId field, even for untyped (legacy) transactions. (ethereum/go-ethereum#25155)

Handling of certain reorg corner cases is improved in the Engine API. (ethereum/go-ethereum#25187, ethereum/go-ethereum#25139)

The engine API is now only available with JWT authentication. Might be breaking

A new diagnostic tool, geth snapshot inspect-account, allows investigations of snapshot data (ethereum/go-ethereum#24765).

Optimizations related to block processing (ethereum/go-ethereum#23500, ethereum/go-ethereum#24958, ethereum/go-ethereum#24616).

Nicer format when showing chain config (ethereum/go-ethereum#24904).

master: Merge pull request #24 from ethereum-pocr/fix/bug_workflow_branch_name

06 May 16:16
b655e7e
Compare
Choose a tag to compare