From fab04d791e183b4d37896668a87479c1d75ce016 Mon Sep 17 00:00:00 2001 From: bdchatham Date: Tue, 26 May 2026 11:34:45 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20sei-config=20v0.0.16=20?= =?UTF-8?q?=E2=86=92=20v0.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up sei-config #23, which translates atlantic-2's embedded mint genesis from the legacy Version2Minter schema to v3 so the v6.5.0 seid binary can load it via mint.InitGenesis (the prior v2 schema panicked: cannot unmarshal "0.000000000000000000" into uint64). Verified against seid v6.5.0: the corrected atlantic-2 genesis boots through InitChain and begins block-sync from height 1. Co-Authored-By: Claude Opus 4.7 (1M context) --- go.mod | 2 +- go.sum | 4 ++-- version.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 62c1adf..392f316 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/pelletier/go-toml/v2 v2.2.4 github.com/prometheus/client_golang v1.23.2 github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7 - github.com/sei-protocol/sei-config v0.0.16 + github.com/sei-protocol/sei-config v0.0.17 github.com/sei-protocol/seilog v0.0.3 github.com/urfave/cli/v3 v3.6.1 k8s.io/api v0.36.0 diff --git a/go.sum b/go.sum index 602a52d..aedc2f4 100644 --- a/go.sum +++ b/go.sum @@ -1855,8 +1855,8 @@ github.com/sei-protocol/goutils v0.0.2 h1:Bfa7Sv+4CVLNM20QcpvGb81B8C5HkQC/kW1CQp github.com/sei-protocol/goutils v0.0.2/go.mod h1:iYE2DuJfEnM+APPehr2gOUXfuLuPsVxorcDO+Tzq9q8= github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7 h1:kW+yxMoSm4RvpP5VT5lFfSa+dqnOE9ZpapE2qNIJwvc= github.com/sei-protocol/sei-chain v0.0.29-fix.0.20260326202429-c9b42951fef7/go.mod h1:R1/EoOY+MKvwH0k5ivTtG9mLYOQvm0Ni/Trjxrep3t4= -github.com/sei-protocol/sei-config v0.0.16 h1:2wBHVmCaHnGeqRNrdpUSJByehYTLOSEkk+IP/rwJJBE= -github.com/sei-protocol/sei-config v0.0.16/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0= +github.com/sei-protocol/sei-config v0.0.17 h1:DCIxsx6WWv+DbBtTkusptwq9tpvRkyFQ1HlNjucNvjg= +github.com/sei-protocol/sei-config v0.0.17/go.mod h1:IEAv5ynYw8Gu2F2qNfE4MQR0PPihAT6g7RWLpWdw5O0= github.com/sei-protocol/sei-load v0.0.0-20251007135253-78fbdc141082 h1:f2sY8OcN60UL1/6POx+HDMZ4w04FTZtSScnrFSnGZHg= github.com/sei-protocol/sei-load v0.0.0-20251007135253-78fbdc141082/go.mod h1:V0fNURAjS6A8+sA1VllegjNeSobay3oRUW5VFZd04bA= github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY= diff --git a/version.json b/version.json index ab11f6a..f9df3e2 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.0.52" + "version": "v0.0.53" }