github regen-network/regen-ledger v1.0.0

latest releases: v5.1.4, v5.1.3, v5.1.2...
3 years ago

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

Don't miss a new regen-ledger release

NewReleases is sending notifications on new releases.