Skip to content

Releases: gluwa/creditcoin3

3.109.0-devnet

16 Apr 12:33

Choose a tag to compare

Changelog

3.109.0-devnet (2026-04-16)

Full Changelog

Merged pull requests:

3.64.0-mainnet (2026-04-14)

Full Changelog

3.108.0-devnet (2026-04-13)

Full Changelog

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.rs
  • runtime/src/migrations.rs
  • runtime/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.rs
  • node/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.rs
  • pallets/attestation/src/benchmarking.rs
  • pallets/attestation/src/clear_or_revert.rs
  • pallets/attestation/src/continuity.rs
  • pallets/attestation/src/continuity_dev.rs
  • pallets/attestation/src/impls.rs
  • pallets/attestation/src/ledger.rs
  • pallets/attestation/src/lib.rs
  • pallets/attestation/src/migrations.rs
  • pallets/attestation/src/weights.rs
  • precompiles/block-prover/src/continuity.rs
  • precompiles/block-prover/src/lib.rs
  • precompiles/block-prover/src/tests_full_coverage.rs
  • precompiles/block-prover/src/verify.rs
  • precompiles/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.rs
  • attestor/attestor/src/worker/validation/pool/error.rs
  • attestor/attestor/src/worker/validation/pool/mod.rs
  • common/continuity/src/builder/mod.rs

3.64.0-mainnet

14 Apr 08:38

Choose a tag to compare

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

09 Apr 14:46

Choose a tag to compare

Changelog

3.107.0-devnet (2026-04-09)

Full Changelog

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)

Full Changelog

* 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.rs
  • runtime/src/migrations.rs
  • runtime/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.toml
  • node/cli-opt/src/lib.rs
  • node/src/benchmarking.rs
  • node/src/cli.rs
  • node/src/client.rs
  • node/src/command.rs
  • node/src/eth.rs
  • node/src/rpc/mod.rs
  • node/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.rs
  • pallets/attestation-poc/src/benchmarking.rs
  • pallets/attestation-poc/src/clear_or_revert.rs
  • pallets/attestation-poc/src/continuity.rs
  • pallets/attestation-poc/src/continuity_dev.rs
  • pallets/attestation-poc/src/impls.rs
  • pallets/attestation-poc/src/ledger.rs
  • pallets/attestation-poc/src/lib.rs
  • pallets/attestation-poc/src/migrations.rs
  • pallets/attestation-poc/src/weights.rs
  • pallets/randomness/src/benchmarking.rs
  • pallets/randomness/src/lib.rs
  • pallets/randomness/src/weights.rs
  • pallets/supported-chains/src/benchmarking.rs
  • pallets/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.rs
  • attestor/attestor/src/common/constants.rs
  • attestor/attestor/src/common/fixtures.rs
  • attestor/attestor/src/common/mod.rs
  • attestor/attestor/src/common/types.rs
  • attestor/attestor/src/error.rs
  • attestor/attestor/src/lib.rs
  • attestor/attestor/src/main.rs
  • attestor/attestor/src/stream_legacy/cc3/error.rs
  • attestor/attestor/src/stream_legacy/cc3/mod.rs
  • attestor/attestor/src/stream_legacy/mod.rs
  • attestor/attestor/src/stream_legacy/secret.rs
  • attestor/attestor/src/worker/api/error.rs
  • attestor/attestor/src/worker/api/metrics.rs
  • attestor/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

08 Apr 16:21

Choose a tag to compare

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

02 Apr 07:00

Choose a tag to compare

Bump version to 3.64.0

3.63.0-devnet

02 Mar 06:54

Choose a tag to compare

Bump version to 3.63.0

3.62.0-devnet

02 Feb 06:59

Choose a tag to compare

Bump version to 3.62.0

3.61.0-mainnet

02 Feb 17:01

Choose a tag to compare

chore: bump version to 3.61.0

3.61.0-testnet

30 Jan 07:37

Choose a tag to compare

chore: bump version to 3.61.0

3.61.0-devnet

29 Jan 18:36

Choose a tag to compare

chore: bump version to 3.61.0