Skip to content

Releases: AltheaFoundation/althea-L1

v1.6.3

27 Jan 14:14
ffb0ff3

Choose a tag to compare

Tachyon fix

v1.6.2

11 Nov 21:20
6f8526b

Choose a tag to compare

Fix linting command, avoid duplicate proto files

The legacy proto was a duplicate and can be removed, also fixes the
linting command itself.

Release v1.6.1

11 Nov 15:22
05d4b57

Choose a tag to compare

Initialize native dex params for cardinal upgrade

The issue with the native dex module is that it's parameters where not
intitialized when the module was introduced, check the tethys upgrade
plan.

Proposal #16 was passed to upgrade the nativedex address params but it
seems this did not actually take, perhaps another part of the handler
failed.

In testnet upgrade scenarios this upgrade plan worked correctly, perhaps
becuase the native dex params where correctly initialized to defaults
when intiializing the tethys test chain that was being upgraded.

This new handler ensures the parameters are correct and the upgrade
proceeds given the prod state.

Release v1.6.0

03 Nov 18:44
7c26a8c

Choose a tag to compare

Resolve PR comments (documentation changes)

Release v1.5.3

22 Aug 19:47
v1.5.3
81b4527

Choose a tag to compare

Release v1.5.2

22 Aug 18:26
v1.5.2
c2a2e18

Choose a tag to compare

Release v1.5.1

13 Jan 03:18
b8eda96

Choose a tag to compare

Check in compiled contracts required for build

This is unfortunately required for a reliable build experience. We've
done this before, gone back on this decision due to the lack of
transparency when checking in any binary output and then come back here
out of pragmatisim when it comes to the difficulty of actually executing
builds and ensuring those making their own builds don't have issues.

This contract bytecode is fully reproducbile by anyone else building
it, and explorer verification should also cross verify.

Release v1.4.0

25 Apr 21:45
v1.4.0
8bf067c

Choose a tag to compare

Release v1.3.0

25 Apr 17:00
9be5fb4

Choose a tag to compare

Update for Rust Cache v2

This patch updates the Rust cache github actions role to v2

Release v1.2.0

24 Apr 00:22
2c0ab30

Choose a tag to compare

Import cosmos vesting instead of Canto vesting

We have had the wrong import, which means we don't have the correct
types registered for vesting accounts unless the import in app.go is
fixed