Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: consensus-shipyard/lotus

v0.4.1

04 Aug 10:27
Compare
Choose a tag to compare

This minor release integrates a new version of Mir that solves some bugs with weighted voting and the operation of validators.

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Jul 16:44
ddc2b4b
Compare
Choose a tag to compare

This new version introduces a new implementation of `SubnetID and ships with a new actor bundle with several new features and support for the implementation of IPC Solidity contracts. It matches the version deployed in Spacenet on 2023-06-11.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

25 May 10:26
Compare
Choose a tag to compare

This minor release solves a bug for which Mir could re-order messages from the same address inside the same block leading to the execution of blocks where messages are in the wrong order, causing validators to crash.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 May 14:35
Compare
Choose a tag to compare

This new version introduces a set of bug fixes and UX improvements. It matches the version deployed in Spacenet on 2023-05-22.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0: Cross-net messages support

19 Apr 14:24
4bf581b
Compare
Choose a tag to compare

This release bundles the v0.2.0 release of the IPC actors and is the version deployed over Spacenet M1.1.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0: M1 release

30 Mar 06:24
a153373
Compare
Choose a tag to compare

This release bundles the v0.1.0 release of the IPC actors and is the version deployed over Spacenet M1. It includes:

  • General support for IPC actors. New IPC accessors to inspect the state of IPC actors and some basic integration tests.
  • Several upgrades to Mir and a support for dynamic validator sets in rootnet and subnets.
  • Integration with the IPC agent for peers belonging to a subnet to be able to fetch membership information from their parents.
  • Deterministic generation of genesis files for subnets.
  • Instructions and convenient scripts to deploy Lotus-based dockerized infrastructure to run IPC subnets and a sample rootnet.

This is version of Eudico is based on a pre-release of Lous v1.20. Future release will rebase with more recent releases of Lotus.