Martin
Martin
### Description The version check script checks out contracts from prior git refs, then should return to the original state. We tried to use `-` to return to the previously...
### Description The `protocol-test-release` CI check started failing a few commits to master ago, claiming that the MetaTransactionWalletDeployer needs a patch version number bump. The failure was introduced in #9732....
### Expected Behavior `build_tag` (from `protocol/scripts/bash/release-lib.sh`) correctly returns to the git tree state from which it was invoked. ### Current Behavior `build_tag` can finish with contracts checked out from a...
Copy of #9700, opened by a cLabber to enable CI runs.
### Expected Behavior Please describe the behavior you are expecting ### Current Behavior What is the current behavior?
### Expected Behavior `lastDequeue` should only be updated when proposals are dequeued. ### Current Behavior If `dequeueProposalsIfReady` is called (including during other governance operations like voting) and there are no...
### Expected Behavior We have processes around managing the horizontal of "all things Solidity" at cLabs. ### Current Behavior Vertical teams, that don't cover all of Solidity-related scope.
Pending the script working correctly. ### Expected Behavior Smart contract source code is automatically verified with Sourcify as part of releasing contracts to a production network, using `yarn sourcify-publish` in...