Skip to content

Commit

Permalink
Merge branch 'develop' into fabo/customer-overview
Browse files Browse the repository at this point in the history
  • Loading branch information
nylira authored Mar 19, 2018
2 parents 1f8a969 + 03c5e04 commit 8559e6b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Made Windows builds deterministic @mappum
* Reduced size of OSX builds @mappum

## [0.4.4]
###Added
* Full page error @nylira
## [0.4.4] - 2018-03-08
### Added
* Added `mvp-features.md` to documentation. @nylira
* Added full page error @nylira

### Changed
* If app crashes, a full page error is shown @faboweb
50 changes: 50 additions & 0 deletions docs/mvp-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Voyager MVP Features
These features of Voyager are considered essential for MVP. They are required to be completed before we can launch the Cosmos Hub.

## Managing accounts

The user should be able to:

* Create an account with a new seed and address
* Import an account with a Cosmos seed
* (May be deferred) Register a private key stored on hardware (i.e. Ledger)
* Select which account they wish to sign into

## Sending & Receiving

The user should be able to:

* Receive atoms, photons, and other Cosmos tokens to their Cosmos address
* Send atoms, photons, and other Cosmos tokens (for a fee) to other Cosmos addresses
* View historical transactions sent to and from their Cosmos address
* (May be deferred) Filter and search through past transactions

## Staking

The user should be able to:

* View a list of validators and validator candidates for the network
* Filter and sort through them by criteria like validator/delegate id, validator status, atoms staked, and more.
* Bond their atoms to one or more validators and candidates.
* View the number of atoms they currently have bonded.
* Unbonded atoms from one or more candidates.
* Earn photons as staking rewards
* Earn atoms via the targeted inflation rate

## Proposing & Voting

The user should be able to:

* View a list of current, pending, and closed proposals
* View the details of a proposal like title, body, type, current votes, minDeposit, and time remaining until the proposal is closed
* Have four vote options per proposal: Yes, No, No (With Force), Abstain
* Be able to create a new proposal with a title, body, and type (general or software upgrade)
* Be able to convert a pending proposal (whether its their proposal or someone else's) to an active proposal by depositing atoms via the proposal's minDeposit field

## Exploring blocks

The user should be able to:

* View a constantly refreshed list of the most recently validated blocks on the network
* Search for blocks via block height
* View the details of a block, including precommits, signatures, and transactions

0 comments on commit 8559e6b

Please sign in to comment.