Concordium / concordium-contracts-common

Common functionality used by smart contracts and the host environment on the Concordium blockchain.
Mozilla Public License 2.0
10 stars 10 forks source link

`concordium-contracts-common`'s main has gone out of sync with `concordium-rust-smart-contracts` one #107

Closed target-san closed 1 year ago

target-san commented 1 year ago

Description

concordium-contracts-common and concordium-rust-smart-contracts seem out of sync in terms of development flow.

This prevents other PRs which perform synced changes to both repos being correctly developed.

Suggested fix

Steps to Reproduce

Check what CCC's commit is used as submodule in CRSC's main, and where's the actual CCC's main at

Expected Result

CCC's and CRSC's main branches are in sync

Actual Result

CCC's and CRSC's main branches are out of sync

Versions N/A, concerns repository submodules

abizjak commented 1 year ago

That was a temporary issue since we had a lot of moving pieces at the same time.

The relevant PRs are merged now in concordium-rust-smart-contracts.