Skip to content

Commit

Permalink
Update CHANGELOG.md and MIGRATING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Feb 9, 2022
1 parent a5d5951 commit d3d67ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.6.0-beta1...HEAD)

## [v0.6.0-rc2](https://github.com/confio/poe-contracts/tree/v0.6.0-rc2) (2022-02-03)

**Breaking changes:**

- Use specilaized tg3 version of voting API for tgrade contracts [\#85](https://github.com/confio/poe-contracts/issues/85)
Expand Down
8 changes: 6 additions & 2 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This guide lists API changes between releases of *PoE* contracts.

## 0.6.0-beta1 -> 0.6.0-rc1
## 0.6.0-beta1 -> 0.6.0-rc2

### tg4-engagement

Expand Down Expand Up @@ -61,9 +61,13 @@ Messages changes:
* rewards_code_id field on instantiate message renamed to validator_group_code_id
* rewards_contract field on InstantiateReponse message renamed to validator_group


State changes:

* `min_weight` field on `config` item renamed to `min_points`
* rewards_contract field on config item renamed to validator_group

### voting-contract

Messages changes:

* total_weight field on Proposal message renamed to total_points

0 comments on commit d3d67ab

Please sign in to comment.