Releases: gluwa/creditcoin3
3.109.0-devnet
Changelog
3.109.0-devnet (2026-04-16)
Merged pull requests:
- chore(deps): bump hono from 4.12.12 to 4.12.14 in /cc3-indexer #829 (dependabot[bot])
- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /cli #828 (dependabot[bot])
- chore: add migrations for pallet initializations #824 (beqaabu)
- feat: validate vote height to disallow filling up the pool with bad v… #821 (beqaabu)
- [pre-commit.ci] pre-commit autoupdate #818 (pre-commit-ci[bot])
- Add Sepolia Historical to USC Devnet audit config #817 (didac-gluwa)
- fix: attestor chill/unregister flow for vote conclusion #816 (DylanVerstraete)
- feat: handle
RevertedAttestationChainToevent #815 (beqaabu) - feat: add max batch span in proof-gen-api-server #814 (beqaabu)
- fix: rework attestor registration auth #813 (DylanVerstraete)
- fix: correct dispatch fee for commit_attestation #812 (DylanVerstraete)
- Brad compact traffic reports #785 (DylanVerstraete)
- CSUB-1995: Add attestor catchup setup in existing CI job #780 (atodorov)
3.64.0-mainnet (2026-04-14)
3.108.0-devnet (2026-04-13)
Merged pull requests:
- chore(deps): bump the all-dependencies group with 2 updates #806 (dependabot[bot])
- chore(deps): bump the all-dependencies group across 3 directories with 1 update #805 (dependabot[bot])
- chore(deps-dev): bump the dev-dependencies group across 4 directories with 5 updates #802 (dependabot[bot])
- chore(deps-dev): bump axios from 1.14.0 to 1.15.0 in /docs/smart-contract-development/with-hardhat #801 (dependabot[bot])
- Remove testnet-v1 from execution matrix for audit-automation.yml #794 (atodorov)
- CSUB-2019: Rework the prod_or_fast! macro to prod_devnet_fast! #793 (atodorov)
- Reenable check for git tag suffixes in releases #791 (atodorov)
- feat: usc dev branch up to date with cc3 dev #778 (beqaabu)
* This Changelog was automatically generated by github_changelog_generator
⚠️ Operator Warnings
The following changes in this release may require action from node, attestor, or indexer operators.
Please review carefully before upgrading.
🔴 Runtime definition changed
The runtime source code has changed. A runtime upgrade will likely be required. Ensure the on-chain runtime is updated accordingly.
Changed files (3)
runtime/src/lib.rsruntime/src/migrations.rsruntime/src/precompiles.rs
🟡 Node binary source changed
The node binary source code has changed. Node operators should rebuild and redeploy their node binary.
Changed files (2)
node/src/benchmarking.rsnode/src/command.rs
🟡 Pallet or precompile code changed
Pallet or precompile source code has changed. A runtime upgrade may be required. Review the changes carefully before upgrading.
Changed files (17)
pallets/attestation/src/asset.rspallets/attestation/src/benchmarking.rspallets/attestation/src/clear_or_revert.rspallets/attestation/src/continuity.rspallets/attestation/src/continuity_dev.rspallets/attestation/src/impls.rspallets/attestation/src/ledger.rspallets/attestation/src/lib.rspallets/attestation/src/migrations.rspallets/attestation/src/weights.rsprecompiles/block-prover/src/continuity.rsprecompiles/block-prover/src/lib.rsprecompiles/block-prover/src/tests_full_coverage.rsprecompiles/block-prover/src/verify.rsprecompiles/chain-info/src/lib.rs- ... and 2 more
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (4)
attestor/attestor/src/lib.rsattestor/attestor/src/worker/validation/pool/error.rsattestor/attestor/src/worker/validation/pool/mod.rscommon/continuity/src/builder/mod.rs
3.64.0-mainnet
Don't deploy smart contracts against CC3 Devnet & Testnet anymore b/c the underlying credentials have changed to reference account on the USC chains. This test step is a low priority one so we can skip it.
3.107.0-devnet
Changelog
3.107.0-devnet (2026-04-09)
Merged pull requests:
- Adjust container image name for local compose file (fixes docker-test CI job) #790 (atodorov)
- chore(deps): bump taiki-e/install-action from 2.71.2 to 2.75.1 in the all-dependencies group across 1 directory #776 (dependabot[bot])
- [pre-commit.ci] auto fixes from pre-commit.com hooks #775 (atodorov)
- Start adjusting CI workflows after branch renames #774 (atodorov)
- CSUB-1193: Rework llvm-cov workflow #418 (atodorov)
- build(deps): bump taiki-e/install-action from 2.38.0 to 2.41.7 #413 (dependabot[bot])
- build(deps-dev): bump vite from 5.2.12 to 5.3.2 in /docs/smart-contract-development/with-ethers.js #409 (dependabot[bot])
- CSUB-1143: Update user message for wizard command #408 (atodorov)
- CSUB-1180: Add continue-on-error flags for 2 more steps in release pipeline #407 (atodorov)
- build(deps): bump ws and ethers in /docs/smart-contract-development/with-ethers.js #404 (dependabot[bot])
3.64.0-testnet (2026-04-08)
* This Changelog was automatically generated by github_changelog_generator
⚠️ Operator Warnings
The following changes in this release may require action from node, attestor, or indexer operators.
Please review carefully before upgrading.
🔴 Runtime definition changed
The runtime source code has changed. A runtime upgrade will likely be required. Ensure the on-chain runtime is updated accordingly.
Changed files (3)
runtime/src/lib.rsruntime/src/migrations.rsruntime/src/precompiles.rs
🟡 Node binary source changed
The node binary source code has changed. Node operators should rebuild and redeploy their node binary.
Changed files (9)
node/cli-opt/Cargo.tomlnode/cli-opt/src/lib.rsnode/src/benchmarking.rsnode/src/cli.rsnode/src/client.rsnode/src/command.rsnode/src/eth.rsnode/src/rpc/mod.rsnode/src/service.rs
🟡 Pallet or precompile code changed
Pallet or precompile source code has changed. A runtime upgrade may be required. Review the changes carefully before upgrading.
Changed files (27)
pallets/attestation-poc/src/asset.rspallets/attestation-poc/src/benchmarking.rspallets/attestation-poc/src/clear_or_revert.rspallets/attestation-poc/src/continuity.rspallets/attestation-poc/src/continuity_dev.rspallets/attestation-poc/src/impls.rspallets/attestation-poc/src/ledger.rspallets/attestation-poc/src/lib.rspallets/attestation-poc/src/migrations.rspallets/attestation-poc/src/weights.rspallets/randomness/src/benchmarking.rspallets/randomness/src/lib.rspallets/randomness/src/weights.rspallets/supported-chains/src/benchmarking.rspallets/supported-chains/src/lib.rs- ... and 12 more
🟡 Attestor source changed
Attestor-related source code has changed. Attestor operators should rebuild and redeploy their attestor binary.
Changed files (88)
attestor/attestor/src/attestation.rsattestor/attestor/src/common/constants.rsattestor/attestor/src/common/fixtures.rsattestor/attestor/src/common/mod.rsattestor/attestor/src/common/types.rsattestor/attestor/src/error.rsattestor/attestor/src/lib.rsattestor/attestor/src/main.rsattestor/attestor/src/stream_legacy/cc3/error.rsattestor/attestor/src/stream_legacy/cc3/mod.rsattestor/attestor/src/stream_legacy/mod.rsattestor/attestor/src/stream_legacy/secret.rsattestor/attestor/src/worker/api/error.rsattestor/attestor/src/worker/api/metrics.rsattestor/attestor/src/worker/api/mod.rs- ... and 73 more
🟡 Indexer schema entities added or removed
The indexer GraphQL schema has had entities added or removed.
Changed files (1)
cc3-indexer/schema.graphql
3.64.0-testnet
build(deps-dev): bump vite Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.3 to 8.0.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
3.64.0-devnet
Bump version to 3.64.0
3.63.0-devnet
Bump version to 3.63.0
3.62.0-devnet
Bump version to 3.62.0
3.61.0-mainnet
chore: bump version to 3.61.0
3.61.0-testnet
chore: bump version to 3.61.0
3.61.0-devnet
chore: bump version to 3.61.0