Skip to content

Cosmos Voyager Alpha v0.10.1 (UNSAFE)

Pre-release
Pre-release
Compare
Choose a tag to compare
@faboweb faboweb released this 29 Aug 13:05
· 9066 commits to develop since this release
d6f3a5b

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.

---- ATTENTION ----

Not all nodes have indexing activated. This means that certain data is not available from those nodes. There currently is no way of identifying indexing nodes.
If you want to make sure you are connecting to an indexing node, you can specify the node Voyager connects to by specifying the environment variable COSMOS_NODE={IP}. Two nodes that are indexing are 195.201.141.141 and 51.38.113.60.


Added

  • added more information on validators page @faboweb
  • E2E environment for a multi validator setup @faboweb

Changed

  • cache per network to not have side effects between networks @faboweb
  • removed animation from TmLi @okwme
  • publish script on CI now requires all tests to pass, so we are sure that the published Version runs @ƒaboweb
  • disable interaction buttons if not connected to the network, so user do not expect working interaction @faboweb
  • using a variable for determining staking denomination @jbibla
  • changed ATOM to bondingDenom getter @okwme
  • more bondingDenom and copy updates @jbibla
  • restored loading animation on start @faboweb
  • improved error message for gaia version imcompatibility in development @faboweb

Fixed

  • solved parsing error with decimals in delegators voting power @fedekunze
  • now resetting most store information on signing out to not have side effects between sessions @faboweb
  • fixed toggle bg color bug @okwme
  • import seed focus bug @okwme
  • fixed trying to subscribe to transaction rpc events multiple times (prevent unexpected side effects doing so) @faboweb
  • Reduce CHANGELOG.md conflicts. @NodeGuy
  • Refactored main process. @NodeGuy
  • CircleCI no longer runs test during a push to release. @NodeGuy
  • E2E tests not producing screenshots and not logging certain values @faboweb
  • Wallet balances updating after staking @okwme
  • Updated testnet build process @okwme
  • Release process now creates Git tag during publish. @NodeGuy
  • fixed link to wallet on tx index page @faboweb
  • E2E tests now correctly logs everything (before it was only showing the last app start logs) @faboweb