Skip to content

Latest commit

 

History

History
224 lines (147 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

224 lines (147 loc) · 13.2 KB

v.0.1.0-alpha..HEAD (2022-05-30)

Notes

  • remove unneeded workflow

  • fix: identities not shown properly

  • Fix On-chain Identities & bump spec_version

  • add: WaitingProposals storage & logic

  • feat: waiting_proposals

  • remove: pallet contracts from the runtime

  • Remove pallet_contracts from runtime until compatibility is fixed

  • bump spec_version -> 270

  • Test fixes

  • remove: democracy, tips & proxy

  • Runtime changes & tests

  • Election Fallback

  • Co-authored-by: Chubak Bidpaa chubakbidpaa@gmail.com

  • Co-authored-by: Chubak Bidpaa chubakbidpaa@gmail.com

  • add: discord and telegram fields in identity.

  • remove: gilt & uniques

  • remove: gilt & uniques

  • Co-authored-by: Charalampos Mitrodimas charmitro@pm.me Co-authored-by: Chubak Bidpaa chubakbidpaa@gmail.com

  • Co-authored-by: Charalampos Mitrodimas charmitro@pm.me Co-authored-by: Chubak Bidpaa chubakbidpaa@gmail.com

  • fix: minor import issues (sp_std, Vec).

  • Co-authored-by: Chubak Bidpaa chubakbidpaa@gmail.com

  • add: propose and vote function.

  • wip: submit approved proposal results.

  • fix: propose_code storages Voting as it should be.

  • fix: rename updaters to members.

  • Pallet updater voting

  • fix compilation error for rustc version >= 1.60

  • pallet-updater tests & benchmarks

  • Fix identity tests benchmarks --- all tests passing, all benchmarks compiling

  • add: check for max proposal count in propose_code function.

  • fix: pallet-ellections-phragmen benchmarks

  • fix: treasury benchmarks

  • pallet updater minor fixes

  • dev

  • Pallet updater

  • Introduce: Updaters Membership

  • Format code & hooks

  • cargo fmt

  • remove: seats variable from propose function.

  • Collective root

  • Collective root

  • fix: proposal remaining_chunks

  • Co-authored-by: Fotis Zikos zycon91@users.noreply.github.com

  • add: set_gov_token_id to pallet_council.

    change: govtoken decimals to 0

  • add: make_proposal and record function

  • Co-authored-by: Charalampos Mitrodimas charmitro@pm.me

  • Pallet council tests fix

  • fix: removing the voting_power of a removed member of the council

    Co-authored-by: Charalampos Mitrodimas charmitro@pm.me

  • wip: voting "power" of council members.

  • Pallet council

  • fix: tests for pallet_treasury.

  • Proposal changes

  • fix: proposal (non-recurring) getting removed after getting funded.

  • Remove pallet updater

v0.0.24..v.0.1.0-alpha (2022-03-11)

Notes

  • add: pallet_assets config to elections phragmen add: GovTokenId StorageValue for keeping the Token ID

  • Governance token

  • Governance token impl

  • Minor fixes

  • Ipfs asset lifespan

  • fix: pin_ipfs won't pin an already pinned asset.

  • fix: unpin_ipfs won't unpin an asset which is not pinned.

  • Ipfs pin fixes

  • Ipfs fixes

  • Recurring treasury

  • changed spend_period and slash_defer durations.

  • Add github action for build & push container

  • Milestone 1: Major features & changes

  • hotfix: epoch duration in slots

  • Update Chain Spec