Skip to content

Cosmos Voyager Alpha 0.7.1 (UNSAFE)

Pre-release
Pre-release
Compare
Choose a tag to compare
@NodeGuy NodeGuy released this 04 Jul 20:35
· 9756 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.

Added

  • Configs for the gaia-6002 testnet @faboweb
  • Introduced addressbook to store found peers and to select nodes round robin @faboweb
  • Tutorial how to start a local node @faboweb
  • Added versions to Preference Page @okwme
  • Send confirmation popup @faboweb
  • Checking known nodes round robin and signaling an error if none are available @faboweb
  • Help menu with links to report a bug or view the log @faboweb

Changed

  • Use persistent peers and seeds from tendermint config @faboweb
  • Updated loading icon and loading states @jolesbi
  • more components moved to @tendermint/ui @okwme
  • Removed COSMOS_MOCKED flag @faboweb
  • Improved readability and accessibility @jolesbi
  • Significant style and UI updates for dark and light themes @jolesbi
  • Doesn't show loading screen when validators are still stored @okwme
  • Improved CI @faboweb
  • Search bar fixed to top @okwme
  • Hide block subscription errors @mappum

Fixed

  • Fixed bug in yarn build:gaia @zramsay
  • Increased version of localtestnet used for testing to match gaia @faboweb
  • Fixed padding issue in main container @faboweb
  • Unit tests work with new components @okwme
  • Wait for LCD to start serving at app startup to prevent timing errors @mappum
  • Fixed white flash on startup @okwme
  • Fixed critical dependency warning @okwme
  • Fixed theme bg bug @okwme
  • Fixed sorting bug on staking page @okwme
  • Fixed preference page style bug @okwme
  • Fixed missing node-ip in connection indicator @faboweb
  • Launch sequence for dev improved @okwme
  • E2E test maybe fix @okwme