Skip to content

Releases: unigrid-project/cosmos-daemon

0.0.15-testnet-release-v5

22 Mar 14:12
Compare
Choose a tag to compare

Testnet release version for unigrid-testnet-5

0.0.14-wasm

07 Feb 11:27
Compare
Choose a tag to compare
0.0.14-wasm Pre-release
Pre-release

Inclusion of the cosmwasm module and updates to fix gridnode undelegate commands.

0.0.13

01 Feb 11:00
Compare
Choose a tag to compare

fix setting minimum gas fees at init. The default value was being set as "" which breaks chain start and forced users to manually set this in the app.toml

0.0.12

27 Jan 17:04
Compare
Choose a tag to compare

Fix minting moduel consensus issue. The account needs an account number when generating a new base account.

0.0.11

26 Jan 20:25
Compare
Choose a tag to compare

Fix dangling cometBFT 0.38.5 caught in the vesting module.

0.0.10

26 Jan 17:52
Compare
Choose a tag to compare

Fix for the minting module and gridnode delegations.

0.0.9

24 Jan 13:35
Compare
Choose a tag to compare

Upgrade to Cosmos SDK 0.50.3

This was a major upgrade to the network that required all modules to go through major changes. Endpoints should work the same and only the underlying code was changed.

We have also included an update to resolve the syncing issue between nodes.

You can read more about all the updates to the Cosmos SDK 0.50.x here Cosmos SDK 0.50.1

0.0.8

07 Dec 09:36
Compare
Choose a tag to compare

fixing a broken version tag

resolved issues with http connections overflowing hedgehog

We now use a common library for all http calls. This is a singleton for each node.

0.0.7

07 Dec 08:36
Compare
Choose a tag to compare
v0.0.7

add http client module

0.0.6

06 Dec 18:52
Compare
Choose a tag to compare

use an http client module that all modules share