Skip to content

Commit 619a47c

Browse files
tac0turtleclaude
andcommitted
chore: require core v1.1.0
Bump the root module's core requirement from v1.0.0 to the freshly released core/v1.1.0, which carries the breaking Executor change (ExecuteTxs now returns ExecuteResult). The code has depended on this API since #3282 but go.mod still required v1.0.0, building only via the local `replace => ./core`. External consumers ignore that replace, so this must be v1.1.0 for a working release. Prerequisite for tagging v1.2.1 (v1.2.0 shipped with the stale v1.0.0 requirement and is superseded). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0e9c60f commit 619a47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/celestiaorg/go-square/v3 v3.0.2
1818
github.com/celestiaorg/nmt v0.24.3
1919
github.com/celestiaorg/utils v0.1.0
20-
github.com/evstack/ev-node/core v1.0.0
20+
github.com/evstack/ev-node/core v1.1.0
2121
github.com/filecoin-project/go-jsonrpc v0.10.1
2222
github.com/go-kit/kit v0.13.0
2323
github.com/go-viper/mapstructure/v2 v2.5.0

0 commit comments

Comments
 (0)