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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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-rc2) - 2021-10-18

### General

* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.2-regen-1
* [#538](https://github.com/regen-network/regen-ledger/pull/538) Add script for starting a local test node

### Fixed
Comment on lines +11 to +16
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
### General
* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.2-regen-1
* [#538](https://github.com/regen-network/regen-ledger/pull/538) Add script for starting a local test node
### Fixed
### General
#### Added
* [#538](https://github.com/regen-network/regen-ledger/pull/538) Add script for starting a local test node
#### Changed
* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.2-regen-1
### ORM Package
#### 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