Skip to content

Latest commit

 

History

History
140 lines (101 loc) · 7.24 KB

CHANGELOG.md

File metadata and controls

140 lines (101 loc) · 7.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

x/ecocredit

Added

  • add support for credit cancelling (#385)
  • record retirement locations of ecocredit (#328)
  • add dates as top level fields in credit batches (#393)
  • add project location as field in credit batches (#394)

[1.0.0] - 2021-04-13

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

[0.6.0] - 2021-02-04

This release contains first iterations of the x/ecocredit and x/data modules which were launched in a Devnet as part of the Open Climate Collabathon in Nov 2020.

It is more or less a full rewrite of regen-ledger to upgrade it to Stargate (Cosmos SDK v0.40)

It also includes an initial draft of the x/group module for on-chain multisig and DAO use cases.

Added

  • Data Module Proof of Consept (#118)
  • Eco-Credit Module Proof of Concept (#119)
  • Addition of vuepress docs site: docs.regen.network (#158)
  • Add CosmWasm module to regen ledger (#148)
  • Add group module (#154)

Changed

  • Custom protobuf service codegen (#207)
  • Update to SDK v0.40.0 (#219)
  • Remove usage/naming of gaia / XrnApp / simd

[0.5.0] - 2019-09-21

This release provides the amazonas test upgrade the regen-test-1001 testnet. Specifically this release packages the following changes to the upgrade module:

when an upgrade is planned, the new binary which contains code for the planned upgrade will panic if it is started too early upgrade scripts are disabled because they were glitchy to setup and not recommended

[0.4.0] - 2019-06-04

Changed

  • #166185199 Temporarily disable all custom modules beside geo because they need to be integrated with the new app module setup and this can be a good test case for a coordinated tesnet upgrade
  • #163156528 Use stored geo shape for ESP results
  • #164056249 Rename agent -> group module, align structure of groups with specification document
  • #16 The on-chain store data command now only works with graphs defined by the graph package
  • #15 Test and debug upgrade module in Cosmos PR #4233 against an internal testnet

Added

0.3.0 - 2019-01-09

  • Updated xrn-test-2 testnet at height 1000

Fixed

  • Storage of ESP results bug

0.2.0 - 2019-01-09

  • Launched xrn-test-2 testnet

Added

Fixed

0.1.0 - 2018-12-19

  • Launched xrn-1 testnet

Added