Skip to content

Tags: kustomzone/linera-protocol

Tags

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

base_testnet_babbage

Toggle base_testnet_babbage's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

devnet-christos-test-v1.2.3

Toggle devnet-christos-test-v1.2.3's commit message
Testing tag for workflow

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update crates to next release v0.13.1 (linera-io#2865)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

base_devnet_2024_10_21

Toggle base_devnet_2024_10_21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docker validator has 4 shards. (linera-io#2672)

* Docker validator has 4 shards

* Docker workflow should run when docker-compose.yml changes.

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update crates to next release v0.12.1 (linera-io#2497)

v0.12.0

Toggle v0.12.0's commit message
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

base_testnet_boole

Toggle base_testnet_boole's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Split the end-to-end test file. (linera-io#2440)

* Move some end-to-end-tests in a separate file.

base_devnet_2024_09_04

Toggle base_devnet_2024_09_04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Split the end-to-end test file. (linera-io#2440)

* Move some end-to-end-tests in a separate file.