Skip to content

chore: release v0.0.23#41

Merged
bdchatham merged 1 commit into
mainfrom
chore/release-v0.0.23
Jul 15, 2026
Merged

chore: release v0.0.23#41
bdchatham merged 1 commit into
mainfrom
chore/release-v0.0.23

Conversation

@bdchatham

Copy link
Copy Markdown
Collaborator

Cuts v0.0.23, shipping the full/RPC-mode evm-ss-split=true default from #40 (giga SS-store split on for newly-provisioned RPC nodes; validator/seed/archive unchanged). Reviewed GO by platform + kubernetes xreview; controller-side rollout gates (retained-PVC re-bootstrap, replayer-mode applicability, seid-image pairing) tracked for the seictl/controller import.

🤖 Generated with Claude Code

Ships the full/RPC-mode evm-ss-split=true default (#40).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 15, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single-field version bump with no application logic changes in the diff; release automation only.

Overview
Bumps the release marker in version.json from v0.0.22 to v0.0.23, cutting a new tagged release for this repo.

That version file is wired into UCI release workflows (check on PRs, publish on push), so merging this change is what publishes v0.0.23 rather than altering runtime behavior in the diff itself.

Reviewed by Cursor Bugbot for commit 5365ef8. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions

Copy link
Copy Markdown

Suggested version: v0.0.23

Comparing to: v0.0.22 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

The following panic happened checking types near:
	/opt/hostedtoolcache/go/1.26.5/x64/src/internal/goarch/goarch.go:20:2
panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked]
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x60b0b2]

goroutine 240 [running]:
go/types.(*Checker).handleBailout(0x3ca4758c0200, 0x3ca475a95c30)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/check.go:473 +0x91
panic({0x6ea840?, 0x98eba0?})
	/opt/hostedtoolcache/go/1.26.5/x64/src/runtime/panic.go:860 +0x13a
go/types.(*Checker).objDecl.func1()
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/decl.go:55 +0x5c
panic({0x6ea840?, 0x98eba0?})
	/opt/hostedtoolcache/go/1.26.5/x64/src/runtime/panic.go:860 +0x13a
go/types.(*StdSizes).Sizeof(0x0, {0x759c68, 0x992360})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/sizes.go:229 +0x312
go/types.(*Config).sizeof(...)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/sizes.go:334
go/types.representableConst.func1(...)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/const.go:77
go/types.representableConst({0x75ba60, 0x767900}, 0x3ca4758c0200, 0x992360, 0x3ca475a95470)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/const.go:93 +0x1e9
go/types.(*Checker).representation(0x3ca4758c0200, 0x3ca475a61d80, 0x992360)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/const.go:257 +0x5f
go/types.(*Checker).implicitTypeAndValue(0x3ca4758c0200, 0x3ca475a61d80, {0x759bf0?, 0x3ca475a20a00?})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/expr.go:404 +0x3ed
go/types.(*Checker).assignment(0x3ca4758c0200, 0x3ca475a61d80, {0x759bf0, 0x3ca475a20a00}, {0x7418a5, 0x14})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/assignments.go:70 +0x445
go/types.(*Checker).initConst(0x3ca4758c0200, 0x3ca47565ab40, 0x3ca475a61d80)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/assignments.go:144 +0x268
go/types.(*Checker).constDecl(0x3ca4758c0200, 0x3ca47565ab40, {0x75ac18, 0x3ca475a4aea0}, {0x75ac18, 0x3ca475a4aec0}, 0x0)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/decl.go:451 +0x2e8
go/types.(*Checker).objDecl(0x3ca4758c0200, {0x7615c0, 0x3ca47565ab40})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/decl.go:153 +0xa0f
go/types.(*Checker).packageObjects(0x3ca4758c0200)
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/resolver.go:690 +0x412
go/types.(*Checker).checkFiles(0x3ca4758c0200, {0x3ca4755f6ae0?, 0x5c4d25?, 0x72b2e0?})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/check.go:534 +0x385
go/types.(*Checker).Files(0x3ca4757d28c0?, {0x3ca4755f6ae0?, 0x3ca47565a360?, 0x6?})
	/opt/hostedtoolcache/go/1.26.5/x64/src/go/types/check.go:491 +0x75
golang.org/x/tools/go/packages.(*loader).loadPackage(0x3ca4757d28c0, 0x3ca475a9e330)
	/home/runner/go/pkg/mod/golang.org/x/tools@v0.2.0/go/packages/packages.go:1037 +0x8f2
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1()
	/home/runner/go/pkg/mod/golang.org/x/tools@v0.2.0/go/packages/packages.go:847 +0x1a7
sync.(*Once).doSlow(0x0?, 0x0?)
	/opt/hostedtoolcache/go/1.26.5/x64/src/sync/once.go:78 +0xac
sync.(*Once).Do(...)
	/opt/hostedtoolcache/go/1.26.5/x64/src/sync/once.go:69
golang.org/x/tools/go/packages.(*loader).loadRecursive(0x0?, 0x0?)
	/home/runner/go/pkg/mod/golang.org/x/tools@v0.2.0/go/packages/packages.go:835 +0x3b
golang.org/x/tools/go/packages.(*loader).loadRecursive.func1.1(0x8080808080808015?)
	/home/runner/go/pkg/mod/golang.org/x/tools@v0.2.0/go/packages/packages.go:842 +0x26
created by golang.org/x/tools/go/packages.(*loader).loadRecursive.func1 in goroutine 51
	/home/runner/go/pkg/mod/golang.org/x/tools@v0.2.0/go/packages/packages.go:841 +0x8c

gocompat says:

Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@bdchatham bdchatham merged commit 6973fae into main Jul 15, 2026
5 checks passed
@bdchatham bdchatham deleted the chore/release-v0.0.23 branch July 15, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant