Tags: kustomzone/linera-protocol
Tags
Add missing metadata so crates can be published. (linera-io#3778) ## Motivation Publishing the faucet crates fails because of missing metadata. ## Proposal Add the metadata to `Cargo.toml`. ## Test Plan `scripts/test_publish.sh packages.txt test-registry` ## Release Plan - Publish the rest of the 0.14.0 crates. - Port to `main`. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
Fix build. (linera-io#3739) ## Motivation linera-io#3722 and linera-io#3729 were merged without rebasing, breaking the build. ## Proposal Move `block_exporter_context` to the right `impl`. ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
Deliver messages to untracked publisher chains. (linera-io#2768) * Fix subscriptions to untracked chains. * Update linera-core/src/chain_worker/state/mod.rs Co-authored-by: Andre da Silva <[email protected]> Signed-off-by: Mathieu Baudet <[email protected]> --------- Signed-off-by: Mathieu Baudet <[email protected]> Co-authored-by: Mathieu Baudet <[email protected]> Co-authored-by: Andre da Silva <[email protected]>
Docker validator has 4 shards. (linera-io#2672) * Docker validator has 4 shards * Docker workflow should run when docker-compose.yml changes.
Make service runtime short-lived by default (linera-io#2453) * Make long lived services optional (and not the default) * fix README of LLM * fix help * fix worker tests * address comments * fix execution tests * update CLI.md
Split the end-to-end test file. (linera-io#2440) * Move some end-to-end-tests in a separate file.
Split the end-to-end test file. (linera-io#2440) * Move some end-to-end-tests in a separate file.
PreviousNext