Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: changelog update and merging master #581

Merged
merged 10 commits into from
Oct 18, 2021
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0-rc2](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc1) - 2021-10-18
robert-zaremba marked this conversation as resolved.
Show resolved Hide resolved

### General

* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.0-regen-2
robert-zaremba marked this conversation as resolved.
Show resolved Hide resolved
* [#557](https://github.com/regen-network/regen-ledger/pull/557), [#561](https://github.com/regen-network/regen-ledger/pull/561) Documentation improvements.
robert-zaremba marked this conversation as resolved.
Show resolved Hide resolved
* [#538](https://github.com/regen-network/regen-ledger/pull/538) Script for starting a local Regen test node.
robert-zaremba marked this conversation as resolved.
Show resolved Hide resolved

### Fixed

* (orm) [#525](https://github.com/regen-network/regen-ledger/pull/525) fix: ORM IndexKeyCodec
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* (orm) [#525](https://github.com/regen-network/regen-ledger/pull/525) fix: ORM IndexKeyCodec
* (orm) [#525](https://github.com/regen-network/regen-ledger/pull/525) Fix IndexKeyCodec prefixing issue


## [v2.0.0-rc1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc1) - 2021-09-30

### General
Expand Down
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,6 @@ func (app *RegenApp) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIC
ModuleBasics.RegisterRESTRoutes(clientCtx, apiSvr.Router)
ModuleBasics.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter)

// Register `server.Manager` modules grpc-gateway routes with API server.
app.smm.RegisterGRPCGatewayRoutes(apiSvr)

// register swagger API from root so that other applications can override easily
if apiConfig.Swagger {
RegisterSwaggerAPI(clientCtx, apiSvr.Router)
Expand Down
3 changes: 2 additions & 1 deletion app/testsuite/modules_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package testsuite

import (
"testing"

ecocredit "github.com/regen-network/regen-ledger/x/ecocredit/client/testsuite"
"github.com/stretchr/testify/suite"
"testing"
)

func TestEcocreditIntegration(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading