Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Polkassembly v0.6.13

Compare
Choose a tag to compare
@ParityReleases ParityReleases released this 11 Jun 08:45
· 222 commits to master since this release
v0.6.13
66564f0

Starting now, any new discussion post on Polkassembly can be also be a poll, simply click on "Add a poll to this discussion" when creating the post.

Any account can vote yes/no, and change their vote later. This vote is off-chain, it does not require an address and reflects a non binding account's opinion.

There are 2 sections:

  • the "Polls signals" part is a general poll overview and shows what everyone thinks.
  • The "Council signals" part shows what current council members have voted (if any).

Council votes are counted in the poll signal votes. We think polls are particularly interesting for future treasury proposers who want to get the opinion of the community and council members before making a proposal.

Per default a poll will be open for ~2 weeks, after which it will be closed and users will not be able to vote any more.

A poll can be used for anything, also just for fun. Do you like it? Give us feedback!
image

Detailed changes

Features

  • Poll feature part 2 - Using council members from chain db rather than onchain. (#814)

Fixes

  • Make sure emails are sent to all users willing to be notified (#870)
  • Restyled scroll-to-top button (#869)
  • fix warnings in JS console (#866)

Chores

  • Removed display name in the back-end (#872)
  • Upgrade deps to address security alerts (#862)
  • Set secure flag for cookie (#875)
  • Upgrade deps on front-end (#864)
  • Print public env and warn about unset ones (#876)
  • Sdd yarnrc for 10min timeout (#874)
  • Add info about CI variables in Kubernetes readme (#868)
  • added retry & interruptible=true to dockerize (#867)