git: f0f4fe064d73 - main - net-p2p/go-ethereum: update to 1.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 09:27:53 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0f4fe064d737b100569987030c60bcf4aced5bc commit f0f4fe064d737b100569987030c60bcf4aced5bc Author: Enrique Fynn <me@enriquefynn.com> AuthorDate: 2023-06-19 08:05:36 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-20 09:22:39 +0000 net-p2p/go-ethereum: update to 1.12.0 ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.12.0 * Geth now defaults to use Pebble as a backend if no existing database is found. If a previous LevelDB database exists Geth will keep using that, and if you must have LevelDB for some compatibility reasons, you can force it in Geth with the --db.engine=leveldb flag. Other improvements: * Add block overrides to eth_call * Make batched state-test execution possible Assorted bugfixes: * Do not ignore null address while iterative dump * Fix flatCallTracer crasher * Prevent pebble shutdown-panic * Make websocket use default "HTTP_PROXY" by default * Make eth_estimateGas use latest block by default * Add txHash field on txTraceResult * Fix crash on querying finalized block PR: 272022 Reported by: me@enriquefynn.com (maintainer) --- net-p2p/go-ethereum/Makefile | 3 +-- net-p2p/go-ethereum/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index a329b9a3485d..467311d31183 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.11.4 -PORTREVISION= 1 +DISTVERSION= 1.12.0 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 50085153a5e5..8c20656179df 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1678555588 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.mod) = 7be76fdce2ed0f2972e1ece2bec6e8861a47f96b085f725c5586f9c112fbaa91 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.mod) = 5864 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.zip) = 45758481fa1fddc0c11904825600e7fe0df427deec582cf0ca7880deab7e0785 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.11.4/v1.11.4.zip) = 14349842 +TIMESTAMP = 1686907410 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.12.0/v1.12.0.mod) = 2494c7100c85f93d9402f5bdcacd395e542c1108a68530cfde48725a422e90bb +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.12.0/v1.12.0.mod) = 6185 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.12.0/v1.12.0.zip) = 541462074c9b8546a5e04dd30adeb271e6f46c69961420bc1c1fa17c43bffc4e +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.12.0/v1.12.0.zip) = 15289029