Skip to content

Release gate: v0.40-dev → v0.40 (waits for cross-repo E2E)#347

Open
MuncleUscles wants to merge 3 commits into
v0.40from
v0.40-dev
Open

Release gate: v0.40-dev → v0.40 (waits for cross-repo E2E)#347
MuncleUscles wants to merge 3 commits into
v0.40from
v0.40-dev

Conversation

@MuncleUscles

Copy link
Copy Markdown
Member

Standing release-gate PR: v0.40-devv0.40

This is a long-lived gate PR, not a normal feature PR. Do not merge ad-hoc.

Purpose

  • v0.40-dev is the active integration branch for the v0.6 fee work. Individual PRs merge into v0.40-dev and only need to pass normal repo CI — they are not blocked on the full cross-repo release train being green.
  • This PR is the single point where v0.40-dev is promoted to v0.40. It waits for cross-repo E2E (the release train) to go green before it is merged.
  • Other projects in the release train test against v0.40-dev.

How to use

  • Keep this PR open as the running view of "what would ship to v0.40".
  • Merge only when the full release-train E2E is green.

(Mirrors genlayerlabs/genlayer-consensus#1070.)

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f61fd5ba-2089-4c39-97e4-6005ac4d4718

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch v0.40-dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

…he leader's execution result (#346)

* fix(contracts)!: require consensus acceptance for success, not just leader execution result

- assertSuccessfulExecution now requires status ∈ {ACCEPTED, FINALIZED} via the
  SDK's isSuccessful in addition to FINISHED_WITH_RETURN: txExecutionResult is
  the LEADER's result and exists even on UNDETERMINED — previously an
  undetermined deploy printed 'deployed successfully' with an address that
  would never materialize
- failure messages now name both the consensus outcome and the leader result
  ('decided as UNDETERMINED (no validator majority); leader execution result:
  FINISHED_WITH_RETURN')
- map VoteType 3 (TIMEOUT) / 4 (NONDET_DISAGREE) with real diagnoses instead of
  'did not expose an execution result'
- deploy/write use waitUntil: 'decided' (new SDK API) and report the reached
  consensus status; explicit fee deposits are echoed before sending
- callKey derivation deduplicated: import from genlayer-js (incl. new
  DEPLOY_CALL_KEY for deploy-targeted Mode-2 allocations)

* build: pin genlayer-js to the v2 feature branch until the npm release

npm 1.1.8 lacks the new fee APIs (isSuccessful, DEPLOY_CALL_KEY, waitUntil),
so CI cannot build against it. github:genlayerlabs/genlayer-js#feat/
v06-fee-estimation-rework builds via the SDK's new prepare script (verified:
fresh install produces dist + exports). Re-pin to the npm semver once
genlayer-js v2 ships (release-sequencing item).

* ci: run validate-code on pushes to the v0.40 line

Push trigger was pinned to v0.39 — merges to v0.40-dev/v0.40 got no
post-merge CI.

* ci: make codecov upload non-blocking

The OIDC upload fails on ubuntu/windows independent of this PR (#345 merged
with identical failures); tests/build stay blocking.

* build: re-pin genlayer-js to v2-dev (feature branch merged)
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