|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/confio/poe-contracts/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.6.0-rc2...HEAD) |
| 5 | +[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.6.0...HEAD) |
6 | 6 |
|
7 |
| -## [v0.6.0-rc2](https://github.com/confio/poe-contracts/tree/v0.6.0-rc2) (2022-02-03) |
| 7 | +## [v0.6.0](https://github.com/confio/poe-contracts/tree/v0.6.0) (2022-02-15) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.6.0-rc2...v0.6.0) |
8 | 10 |
|
9 | 11 | **Breaking changes:**
|
10 | 12 |
|
11 |
| -- Use specilaized tg3 version of voting API for tgrade contracts [\#85](https://github.com/confio/poe-contracts/issues/85) |
12 |
| -- Valset config contract names [\#96](https://github.com/confio/poe-contracts/pull/96) ([maurolacy](https://github.com/maurolacy)) |
13 |
| -- tg3: Common voting interfaces for tgrade [\#93](https://github.com/confio/poe-contracts/pull/93) ([hashedone](https://github.com/hashedone)) |
14 |
| -- Rename API to points and rewards [\#50](https://github.com/confio/poe-contracts/pull/50) ([ethanfrey](https://github.com/ethanfrey)) |
| 13 | +- Rename `Tg4Contract::total_weight` to `Tg4Contract::total_points` in `packages/tg4`. |
| 14 | + |
| 15 | +- Some `Response` `attributes` renaming in `tg4-engagement`: |
| 16 | + - "distribute_tokens" -> "distribute_rewards" |
| 17 | + - "withdraw_tokens" -> "withdraw_rewards" |
| 18 | + - "token" -> "rewards" |
| 19 | + - "weight" -> "points" |
15 | 20 |
|
16 | 21 | **Closed issues:**
|
17 | 22 |
|
18 |
| -- Valset: add `ListJailedValidators` query [\#87](https://github.com/confio/poe-contracts/issues/87) |
19 |
| -- Add `list_votes_by_voter` query to `voting_contract` [\#78](https://github.com/confio/poe-contracts/issues/78) |
20 |
| -- Increase max limit [\#76](https://github.com/confio/poe-contracts/issues/76) |
21 |
| -- Missing items found when updating Go code [\#75](https://github.com/confio/poe-contracts/issues/75) |
22 |
| -- Tools to help build API Migration Guide [\#72](https://github.com/confio/poe-contracts/issues/72) |
23 |
| -- \[tgrade-valset\] Metadata issues [\#66](https://github.com/confio/poe-contracts/issues/66) |
24 |
| -- Ensure validator is online before adding to the active set [\#36](https://github.com/confio/poe-contracts/issues/36) |
| 23 | +- Refactor local names to match new naming rules [\#86](https://github.com/confio/poe-contracts/issues/86) |
25 | 24 |
|
26 | 25 | **Merged pull requests:**
|
27 | 26 |
|
28 |
| -- Valset: Implement ListJailedValidators query [\#92](https://github.com/confio/poe-contracts/pull/92) ([ueco-jb](https://github.com/ueco-jb)) |
29 |
| -- Valset: metadata validation [\#84](https://github.com/confio/poe-contracts/pull/84) ([ueco-jb](https://github.com/ueco-jb)) |
30 |
| -- Increase MAX\_LIMIT constant to 100 and DEFAULT\_LIMIT to 30 [\#80](https://github.com/confio/poe-contracts/pull/80) ([ueco-jb](https://github.com/ueco-jb)) |
31 |
| -- Voting Contract: Add list\_votes\_by\_voter query [\#79](https://github.com/confio/poe-contracts/pull/79) ([ueco-jb](https://github.com/ueco-jb)) |
32 |
| -- Feature-gated `SimulateValidatorSet` [\#77](https://github.com/confio/poe-contracts/pull/77) ([maurolacy](https://github.com/maurolacy)) |
33 |
| -- Add `diff_schema.sh` / `diff_state.sh` tools [\#74](https://github.com/confio/poe-contracts/pull/74) ([maurolacy](https://github.com/maurolacy)) |
| 27 | +- Aligning local names to APIs [\#102](https://github.com/confio/poe-contracts/pull/102) ([hashedone](https://github.com/hashedone)) |
34 | 28 |
|
35 |
| -## [v0.6.0-beta1](https://github.com/confio/poe-contracts/tree/v0.6.0-beta1) (2022-02-03) |
| 29 | +## [v0.6.0-rc2](https://github.com/confio/poe-contracts/tree/v0.6.0-rc2) (2022-02-10) |
36 | 30 |
|
37 |
| -[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.6.0-alpha1...v0.6.0-beta1) |
| 31 | +[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.5.5...v0.6.0-rc2) |
38 | 32 |
|
39 | 33 | **Breaking changes:**
|
40 | 34 |
|
| 35 | +- Use specilaized tg3 version of voting API for tgrade contracts [\#85](https://github.com/confio/poe-contracts/issues/85) |
| 36 | +- Valset config contract names [\#96](https://github.com/confio/poe-contracts/pull/96) ([maurolacy](https://github.com/maurolacy)) |
| 37 | +- tg3: Common voting interfaces for tgrade [\#93](https://github.com/confio/poe-contracts/pull/93) ([hashedone](https://github.com/hashedone)) |
| 38 | +- Rename API to points and rewards [\#50](https://github.com/confio/poe-contracts/pull/50) ([ethanfrey](https://github.com/ethanfrey)) |
41 | 39 | - `valset`: Optimize VALIDATORS storage [\#42](https://github.com/confio/poe-contracts/issues/42)
|
42 | 40 | - Optimize validators storage [\#61](https://github.com/confio/poe-contracts/pull/61) ([maurolacy](https://github.com/maurolacy))
|
43 |
| - |
44 |
| -**Closed issues:** |
45 |
| - |
46 |
| -- Voting's helper `update_status()` should save changed status [\#62](https://github.com/confio/poe-contracts/issues/62) |
47 |
| -- \[voting-contract\] More status issues [\#55](https://github.com/confio/poe-contracts/issues/55) |
48 |
| - |
49 |
| -**Merged pull requests:** |
50 |
| - |
51 |
| -- Voting Contract: vote and close uses current status [\#60](https://github.com/confio/poe-contracts/pull/60) ([ueco-jb](https://github.com/ueco-jb)) |
52 |
| - |
53 |
| -## [v0.6.0-alpha1](https://github.com/confio/poe-contracts/tree/v0.6.0-alpha1) (2022-01-31) |
54 |
| - |
55 |
| -[Full Changelog](https://github.com/confio/poe-contracts/compare/v0.5.5...v0.6.0-alpha1) |
56 |
| - |
57 |
| -**Breaking changes:** |
58 |
| - |
59 | 41 | - \[voting-contract\] Record proposal creator [\#31](https://github.com/confio/poe-contracts/issues/31)
|
60 |
| -- Validator set query pagination [\#51](https://github.com/confio/poe-contracts/pull/51) ([maurolacy](https://github.com/maurolacy)) |
61 |
| -- valset: Add a feature to update `min_weight` and `max_validators` [\#45](https://github.com/confio/poe-contracts/pull/45) ([uint](https://github.com/uint)) |
62 | 42 | - Store information about operators' validator status [\#37](https://github.com/confio/poe-contracts/pull/37) ([uint](https://github.com/uint))
|
63 | 43 |
|
64 | 44 | **Closed issues:**
|
65 | 45 |
|
| 46 | +- Tag 0.6.0-rc1 [\#88](https://github.com/confio/poe-contracts/issues/88) |
| 47 | +- Valset: add `ListJailedValidators` query [\#87](https://github.com/confio/poe-contracts/issues/87) |
| 48 | +- Add `list_votes_by_voter` query to `voting_contract` [\#78](https://github.com/confio/poe-contracts/issues/78) |
| 49 | +- Increase max limit [\#76](https://github.com/confio/poe-contracts/issues/76) |
| 50 | +- Missing items found when updating Go code [\#75](https://github.com/confio/poe-contracts/issues/75) |
| 51 | +- Tools to help build API Migration Guide [\#72](https://github.com/confio/poe-contracts/issues/72) |
| 52 | +- \[tgrade-valset\] Metadata issues [\#66](https://github.com/confio/poe-contracts/issues/66) |
| 53 | +- Tag v0.6.0-beta1 [\#67](https://github.com/confio/poe-contracts/issues/67) |
| 54 | +- Voting's helper `update_status()` should save changed status [\#62](https://github.com/confio/poe-contracts/issues/62) |
| 55 | +- \[voting-contract\] More status issues [\#55](https://github.com/confio/poe-contracts/issues/55) |
66 | 56 | - Validator Voting: check `migrate_msg` content to be \>0 [\#46](https://github.com/confio/poe-contracts/issues/46)
|
67 | 57 | - Add Open Text Proposals [\#15](https://github.com/confio/poe-contracts/issues/15)
|
68 | 58 |
|
69 | 59 | **Merged pull requests:**
|
70 | 60 |
|
| 61 | +- Release 0.6.0-rc2 [\#99](https://github.com/confio/poe-contracts/pull/99) ([ueco-jb](https://github.com/ueco-jb)) |
| 62 | +- tg3: align version [\#100](https://github.com/confio/poe-contracts/pull/100) ([uint](https://github.com/uint)) |
| 63 | +- Fix typo in publish.sh script [\#98](https://github.com/confio/poe-contracts/pull/98) ([ueco-jb](https://github.com/ueco-jb)) |
| 64 | +- Add tg3 package to publishing script [\#97](https://github.com/confio/poe-contracts/pull/97) ([maurolacy](https://github.com/maurolacy)) |
| 65 | +- Release 0.6.0-rc1 [\#95](https://github.com/confio/poe-contracts/pull/95) ([ueco-jb](https://github.com/ueco-jb)) |
| 66 | +- Valset: Implement ListJailedValidators query [\#92](https://github.com/confio/poe-contracts/pull/92) ([ueco-jb](https://github.com/ueco-jb)) |
| 67 | +- Valset: metadata validation [\#84](https://github.com/confio/poe-contracts/pull/84) ([ueco-jb](https://github.com/ueco-jb)) |
| 68 | +- Increase MAX\_LIMIT constant to 100 and DEFAULT\_LIMIT to 30 [\#80](https://github.com/confio/poe-contracts/pull/80) ([ueco-jb](https://github.com/ueco-jb)) |
| 69 | +- Voting Contract: Add list\_votes\_by\_voter query [\#79](https://github.com/confio/poe-contracts/pull/79) ([ueco-jb](https://github.com/ueco-jb)) |
| 70 | +- Feature-gated `SimulateValidatorSet` [\#77](https://github.com/confio/poe-contracts/pull/77) ([maurolacy](https://github.com/maurolacy)) |
| 71 | +- Add `diff_schema.sh` / `diff_state.sh` tools [\#74](https://github.com/confio/poe-contracts/pull/74) ([maurolacy](https://github.com/maurolacy)) |
| 72 | +- Release v0.6.0-beta1 [\#73](https://github.com/confio/poe-contracts/pull/73) ([maurolacy](https://github.com/maurolacy)) |
| 73 | +- Voting Contract: vote and close uses current status [\#60](https://github.com/confio/poe-contracts/pull/60) ([ueco-jb](https://github.com/ueco-jb)) |
71 | 74 | - Update rust toolchain to v1.58.1 [\#58](https://github.com/confio/poe-contracts/pull/58) ([uint](https://github.com/uint))
|
72 | 75 | - 0.6.0-alpha1 release [\#56](https://github.com/confio/poe-contracts/pull/56) ([uint](https://github.com/uint))
|
73 | 76 | - Voting contract: save info about creator of proposal [\#54](https://github.com/confio/poe-contracts/pull/54) ([ueco-jb](https://github.com/ueco-jb))
|
74 | 77 | - Fix `remove_hook` helper [\#53](https://github.com/confio/poe-contracts/pull/53) ([maurolacy](https://github.com/maurolacy))
|
| 78 | +- Validator set query pagination [\#51](https://github.com/confio/poe-contracts/pull/51) ([maurolacy](https://github.com/maurolacy)) |
75 | 79 | - ValidatorVoting - make sure proposal migrate msg is not empty [\#48](https://github.com/confio/poe-contracts/pull/48) ([ueco-jb](https://github.com/ueco-jb))
|
76 | 80 | - Fix tg4-engagement docs / comments [\#47](https://github.com/confio/poe-contracts/pull/47) ([maurolacy](https://github.com/maurolacy))
|
| 81 | +- valset: Add a feature to update `min_weight` and `max_validators` [\#45](https://github.com/confio/poe-contracts/pull/45) ([uint](https://github.com/uint)) |
77 | 82 | - Update rust to v1.54.0 in CI [\#43](https://github.com/confio/poe-contracts/pull/43) ([maurolacy](https://github.com/maurolacy))
|
78 | 83 | - Valset: Fix JailMsg inconsistencies [\#39](https://github.com/confio/poe-contracts/pull/39) ([ueco-jb](https://github.com/ueco-jb))
|
79 | 84 | - Valset: better unjail error message when jail lock didn't expire [\#38](https://github.com/confio/poe-contracts/pull/38) ([ueco-jb](https://github.com/ueco-jb))
|
|
0 commit comments