Skip to content

Release v0.13.0#307

Merged
jorgecuesta merged 2 commits into
mainfrom
release
Jun 15, 2026
Merged

Release v0.13.0#307
jorgecuesta merged 2 commits into
mainfrom
release

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Release v0.13.0

Version bump: release:minor
Previous version: v0.12.0

What happens on merge

  1. Build + push all 4 images tagged 0.13.0 + latest
  2. Create git tag v0.13.0
  3. Create GitHub Release with auto-generated notes

Auto-prepared by prepare-release workflow

miguel502 and others added 2 commits June 10, 2026 13:53
* feat: harden ExecuteTransaction verification
* fix: fail ExecutePendingTransactions when all child workflows fail

---------

Co-authored-by: Jorge Cuesta <jorge.s.cuesta@gmail.com>
…r) (#308)

Split tx broadcast from verification on middleman and provider so a degraded RPC can never report a false failure. A new sweeper confirms via tx-hash scan + supplier-state on a tri-state contract (unavailable != not-found); RPC-down stays pending with backoff instead of mutating status. Terminal transitions are CAS-guarded.

Provider gains a canonical INTENT -> dispatcher -> sign/persist/broadcast lifecycle (cosmos unordered txs); middleman stays ordered. Dedup + unique(nodes.address) close the zombie/duplicate-node root cause (#296/#297). Adds shared pure core @igniter/tx-verify; unstake UI no longer blocked when display-only queries fail.

Validated e2e on localnet (7/7), including RPC outage staying pending with no false-fail.

Follow-up to #304. Closes #296, closes #297.
@github-actions github-actions Bot changed the title Release: staging (f7c9c29) Release: staging (877e389) Jun 15, 2026
@jorgecuesta jorgecuesta changed the title Release: staging (877e389) chore: release staging (877e389) Jun 15, 2026
@jorgecuesta jorgecuesta self-assigned this Jun 15, 2026
@jorgecuesta jorgecuesta added the release:minor Trigger minor version bump on merge to main label Jun 15, 2026
@github-actions github-actions Bot changed the title chore: release staging (877e389) Release v0.13.0 Jun 15, 2026
@jorgecuesta jorgecuesta merged commit f50aff5 into main Jun 15, 2026
14 of 15 checks passed
@jorgecuesta jorgecuesta deleted the release branch June 15, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:minor Trigger minor version bump on merge to main

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants