Skip to content

Releases: regen-network/regen-ledger

v1.1.0-alpha1

24 May 06:07
67d80ac
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Changelog

67d80ac Fix migration upgrade handler (#354)
eff5b07 add skip invariant flag (#355)
07d6c5b feat: Add goreleaser (#303)

v1.1.0-alpha0

19 May 08:38
4cf57fc
Compare
Choose a tag to compare
v1.1.0-alpha0 Pre-release
Pre-release

This alpha pre-release updates regen-ledger to the Cosmos SDK v0.43. It is not meant to be used in production, but in intermediary testnets before the next software upgrade.

v1.0.0

13 Apr 20:22
v1.0.0
1b7c80e
Compare
Choose a tag to compare

This release is the version of regen-ledger that will be used for the mainnet launch of Regen Network's blockchain (chain-id: regen-1).

It enables configurable builds for regen ledger (by building with an EXPERIMENTAL=true/false build flag). With this new configuration, we've made the following delineation.

  • Stable build (EXPERIMENTAL=false) is intended for Regen Network's mainnet, and any testing networks aiming to replicate the mainnet configuration.
    • Includes all standard modules from the Cosmos SDK (bank/staking/gov/etc.), as well as IBC
  • Experimental builds, are intended to have more experimental features which have not gone through a full internal audit and are intended for devnets and 3rd party developers who want to work on integrating with future features of regen ledger.
    • In addition to stable build modules, experimental build includes:
      • Regen specific modules (x/ecocredit, x/data)
      • CosmWasm
      • x/group

It is not guaranteed that APIs of features in the experimental build will remain consistent until they are migrated to the stable configuration.

Added

  • make configurable builds (#256)
  • add remaining group events
  • add group module documentation (#314)

Changed

  • upgrade to Cosmos SDK v0.42.4
  • update group tx commands
  • remove colon from regen addresses

v1.0.0-rc0

09 Mar 00:08
12de78e
Compare
Choose a tag to compare
v1.0.0-rc0 Pre-release
Pre-release

First Release Candidate for the v1.0.0 version of Regen Ledger. The v1.0.0 marks the target release for Mainnet Launch. Subsequent RC's will be issued as necessary for bug fixes and documentation, but the featureset is intended to remain unchanged.

v0.6.2

01 Mar 05:24
d691f09
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
Add upgrade handler (#278)

v0.6.1

17 Feb 11:28
0df70a6
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
add handler (#265)

v0.6.0

04 Feb 19:52
6f743dc
Compare
Choose a tag to compare
Update MsgStoreRawDataRequest.Hash to ContentHash (#237)

v0.6.0-alpha6

04 Feb 15:48
ab03b73
Compare
Choose a tag to compare
v0.6.0-alpha6 Pre-release
Pre-release
Fix version in Makefile (#239)

v0.6.0-alpha5

04 Feb 13:22
c930f10
Compare
Choose a tag to compare
v0.6.0-alpha5 Pre-release
Pre-release
Add logs to rootCmd (#238)

v0.6.0-alpha4

16 Jan 06:07
98b2e63
Compare
Choose a tag to compare
v0.6.0-alpha4 Pre-release
Pre-release
Update to SDK v0.40.0 (#219)

* Update to SDK v0.40.0

* Fix test

* Update app/app.go

Co-authored-by: Robert Zaremba <[email protected]>

Co-authored-by: Robert Zaremba <[email protected]>