[Bug 266023] net-p2p/go-ethereum upgrade to 1.10.23
Date: Wed, 24 Aug 2022 16:24:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266023 Bug ID: 266023 Summary: net-p2p/go-ethereum upgrade to 1.10.23 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: me@enriquefynn.com Attachment #236098 maintainer-approval+ Flags: Created attachment 236098 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236098&action=edit go-ethereum-1.10.23.patch Geth v1.10.22 shipped with a serious bug that makes the database unusable. As stated in the release notes: To ensure that your node has all the data, please rewind your local chain to a block before you updated (if unsure, just pick a block before the release time) with debug.setHead("0xblock-number-in-hex") via the Geth console (on IPC), or debug_setHead via JSON RPC (you might need to temporarilly expose the debug namespace to do that). The brute force alternative of course is to resync after an update, which you can do by deleting your chaindata folder (but please leave the ancient folder within to keep the blocks). Geth v1.10.23 is a hotfix release for a pruning regression that was introduced in v1.10.22. For technical details on the bug. More information about the release at https://github.com/ethereum/go-ethereum/releases/tag/v1.10.23. -- You are receiving this mail because: You are the assignee for the bug.