Skip to content

Commit

Permalink
docs: fix v5.0 migration guide (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Nov 30, 2022
1 parent 18fbac7 commit c118534
Showing 1 changed file with 15 additions and 23 deletions.
38 changes: 15 additions & 23 deletions docs/ledger/migrations/v5.0-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@

Regen Ledger v5.0 includes an update to [Cosmos SDK 0.46](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.0).

### cosmos.groups.v1

Regen Ledger v5.0 introduces [cosmos.group.v1](https://buf.build/cosmos/cosmos-sdk/docs/main:cosmos.group.v1).

### cosmos.gov.v1

Regen Ledger v5.0 introduces [cosmos.gov.v1](https://buf.build/cosmos/cosmos-sdk/docs/main:cosmos.gov.v1).

### regen.intertx.v1
### cosmos.groups.v1

Regen Ledger v5.0 introduces [regen.intertx.v1](https://buf.build/regen/regen-ledger/docs/main:regen.intertx.v1).
Regen Ledger v5.0 introduces [cosmos.group.v1](https://buf.build/cosmos/cosmos-sdk/docs/main:cosmos.group.v1).

### regen.ecocredit.v1

Expand Down Expand Up @@ -113,19 +109,15 @@ The following queries have been updated:

#### Events

The following events have been added:

- [EventBridge](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.v1#regen.ecocredit.v1.EventBridge)

- added `owner`
The following events have been updated:

- [EventRetire](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.v1#regen.ecocredit.v1.EventRetire)

- added `reason`

#### Types

The following types have been added:
The following types have been updated:

- [Params](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.v1#regen.ecocredit.v1.Params)

Expand All @@ -145,7 +137,7 @@ The following types have been added:

- added `retirement_reason`

### regen.ecocredit.basket
### regen.ecocredit.basket.v1

Regen Ledger v5.0 includes non-breaking changes to [regen.basket.v1](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.basket.v1).

Expand Down Expand Up @@ -181,11 +173,7 @@ The following events have been added:

- [v1.EventUpdateCurator](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.basket.v1#regen.ecocredit.basket.v1.EventUpdateCurator)

#### Types

- no changes

### regen.ecocredit.marketplace
### regen.ecocredit.marketplace.v1

Regen Ledger v5.0 includes non-breaking changes to [regen.marketplace.v1](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.marketplace.v1).

Expand All @@ -207,16 +195,20 @@ The following messages have been updated:

- added `retirement_reason`

#### Query Service

- no changes

#### Types

The following types have been updated:

- [v1.AllowDenomProposal](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.marketplace.v1#regen.ecocredit.marketplace.v1.AllowDenomProposal)

- deprecated

#### Events

- no changes
The following events have been added:

- [v1.EventRemoveAllowedDenom](https://buf.build/regen/regen-ledger/docs/main:regen.ecocredit.marketplace.v1#regen.ecocredit.marketplace.v1.EventRemoveAllowedDenom)

### regen.intertx.v1

Regen Ledger v5.0 introduces [regen.intertx.v1](https://buf.build/regen/regen-ledger/docs/main:regen.intertx.v1).

0 comments on commit c118534

Please sign in to comment.