From 2bb28a9f8c59b2a93328a7a68a5cd1ee52e69eb3 Mon Sep 17 00:00:00 2001 From: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Tue, 12 May 2026 14:04:13 -0500 Subject: [PATCH] Version v1.2.13: reward authority rotation primitive (RewardPool) Ships PR #254. Adds CometBFT-side `RewardPool` so the eth addresses authorized to attest for programmatic rewards under a Solana RM can be updated without reissuing reward rows. Unblocks the artist-coin attestation kill-switch from v1.2.11/#215. Co-Authored-By: Claude Opus 4.7 --- pkg/version/.version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/.version.json b/pkg/version/.version.json index 7feeb686..fa937f4f 100644 --- a/pkg/version/.version.json +++ b/pkg/version/.version.json @@ -1,4 +1,4 @@ { - "version": "1.2.12", + "version": "1.2.13", "service": "validator" }