Skip to content

Cosmos Voyager Alpha 0.7.0 (UNSAFE)

Pre-release
Pre-release
Compare
Choose a tag to compare
@faboweb faboweb released this 14 Jun 06:22
· 10008 commits to develop since this release

NOTE: DO NOT ENTER YOUR FUNDRAISER SEED. THIS SOFTWARE HAS NOT BEEN AUDITED. NEVER ENTER YOUR FUNDRAISER SEED 12 WORDS ONTO AN ONLINE COMPUTER.

Even when we do start supporting fundraiser seeds, don't use it except for testing or with small amounts. We will release a CLI to use for offline signing of transactions, and we will also add hardware support for this UI.

If you want to send tokens on the live network, go to https://faucetcosmos.network/ and claim some tokens for free.

Changes

  • Disabled error reporting in development @faboweb
  • Removed ci files from code coverage as they are badly testable @faboweb
  • Update genesis.json when conflicts are detected @jolesbi
  • Hide IBC as it will not be ready for launch @faboweb
  • Updated e2e tests to not rely on flags to run @okwme
  • Not shrinking stacktrace anymore @faboweb
  • Improved the visibility and readability of the current network connection. @nylira
  • Updated electron to v2.0.2 @okwme
  • The release builds now have more sensible names. @NodeGuy
  • Transactions use the account number to prevent attacks @faboweb
  • Building Voyager now builds Gaia if not found @NodeGuy

Added

  • Bech32 address validation @okwme
  • Notification for dev error collection toggle behavior @okwme
  • Added automatic releases @faboweb @NodeGuy
  • Added staking functionality! @mappum
  • Export all testing config on CI @faboweb

Fixed

  • Blocks not updating in block explorer when switching network @faboweb
  • Fixed minor typo in README.md @nylira
  • Tx bug where state wasn't updated @okwme
  • Persisting e2e failure screenshots as artifact on circleci @faboweb
  • Theme switching bug @okwme
  • Electron dev tool version bug @okwme
  • Update delegations also in the wallet view @faboweb
  • The release builds forgot to include the network configuration. @NodeGuy