Skip to content

chore(events): bump to 1.6.0 to match on-chain upgrade - #105

Merged
0xdevcollins merged 1 commit into
testnetfrom
chore/events-bump-1.6.0
Jul 28, 2026
Merged

chore(events): bump to 1.6.0 to match on-chain upgrade#105
0xdevcollins merged 1 commit into
testnetfrom
chore/events-bump-1.6.0

Conversation

@0xdevcollins

@0xdevcollins 0xdevcollins commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

The testnet events contract was upgraded to 1.6.0 on 2026-07-28 (wasm hash bfc1710911afbf150cc6e48e9264e1def81cde954bad8ecbf42dc96954b11f5d, see deployments/testnet-upgrades.jsonl), but the source still declared 1.5.0. Bump events 1.5.0 -> 1.6.0 across INITIAL_VERSION, contractmeta, and the Cargo package version so source and chain agree.

Summary by CodeRabbit

  • Chores
    • Updated the events contract version from 1.5.0 to 1.6.0.
    • Updated version metadata and initialization values to reflect the new release.
    • Updated related validation checks to expect version 1.6.0.

The testnet events contract was upgraded to 1.6.0 on 2026-07-28 (wasm hash
bfc1710911afbf150cc6e48e9264e1def81cde954bad8ecbf42dc96954b11f5d, see
deployments/testnet-upgrades.jsonl), but the source still declared 1.5.0.
Bump events 1.5.0 -> 1.6.0 across INITIAL_VERSION, contractmeta, and the
Cargo package version so source and chain agree.
@almanax-ai

almanax-ai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Quota reached

Your plan allows 300 CI/CD file units per month. You've used 299 and this scan would add 5 more (total: 304).

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a53b50e8-5665-4562-bb37-68ed2c069154

📥 Commits

Reviewing files that changed from the base of the PR and between b1a8a75 and ba223b4.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • contracts/events/Cargo.toml
  • contracts/events/src/admin.rs
  • contracts/events/src/lib.rs
  • contracts/events/src/tests/admin.rs

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.


📝 Walkthrough

Walkthrough

The events contract version is bumped from 1.5.0 to 1.6.0 in package metadata, contract metadata, initialization state, and admin test expectations.

Changes

Events contract version bump

Layer / File(s) Summary
Version declarations and validation
contracts/events/Cargo.toml, contracts/events/src/lib.rs, contracts/events/src/admin.rs, contracts/events/src/tests/admin.rs
Updates package and contract version declarations to 1.6.0 and aligns initialization, upgrade, cancellation, and migration test expectations.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: chigozzdevv

Poem

A bunny bumps the version bright,
From five to six, a tidy flight.
The metadata hops in line,
Tests now thump their paws: “All fine!”
One carrot marks the new design.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/events-bump-1.6.0

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.

@0xdevcollins
0xdevcollins merged commit b12a976 into testnet Jul 28, 2026
3 of 4 checks passed
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