Skip to content

V1.1.0

Compare
Choose a tag to compare
@thomasluis thomasluis released this 15 Oct 21:28
· 4 commits to governance since this release
1967f4f

This Release uses Anon v1.1.0

Updates

This update adds the Governance Panel.

screen shot 2018-10-03 at 1 26 33 pm

By copying the Hash value of the Governance Object and pasting it into Govbject TX Hash field, a user can vote for a proposal by alias or using all their masternodes. To vote a proposal to be funded, a user would select Funding in the dropdown menu

screen shot 2018-10-03 at 1 27 41 pm

screen shot 2018-10-03 at 1 29 32 pm

Using the Proposal Generator, users can generate a new proposal
screen shot 2018-10-03 at 3 18 35 pm

A user would copy the prepare wallet command produced
screen shot 2018-10-03 at 1 56 58 pm

And paste into the Create new GovObject modal in the wallet
screen shot 2018-10-03 at 1 46 25 pm

This will return a Transaction ID which will be pasted into the proposal generator
screen shot 2018-10-03 at 1 47 20 pm

The user must then wait for 6 blocks to be mined
screen shot 2018-10-03 at 2 02 29 pm

They will then receive the submit command
screen shot 2018-10-03 at 2 24 58 pm

They shall paste that command into the wallet along with the Transaction ID (separated by a space)
screen shot 2018-10-03 at 3 36 10 pm

Once they press Submit Proposal, the proposal will be entered into the blockchain. Within a few seconds, the proposal will appear in their wallet and the explorer.

This update also includes implementation of Travis Continuous Integration. Travis runs a build script after every push to github to ensure the wallet can be built.