Releases: AltheaFoundation/althea-L1
Releases · AltheaFoundation/althea-L1
v1.6.3
v1.6.2
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
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
Resolve PR comments (documentation changes)
Release v1.5.3
v1.5.3
Release v1.5.2
v1.5.2
Release v1.5.1
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
v1.4.0
Release v1.3.0
Update for Rust Cache v2 This patch updates the Rust cache github actions role to v2
Release v1.2.0
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