diff --git a/.aws/first.sh b/.aws/first.sh index c7572804e6..cc873555e4 100644 --- a/.aws/first.sh +++ b/.aws/first.sh @@ -20,6 +20,8 @@ echo ${PASSWORD} | ./gaiacli keys add ${ACCOUNT} --home . > account_address.log echo ${PASSWORD} | ./gaiad gentx --name ${ACCOUNT} --home . --home-client . ./gaiad collect-gentxs --home . +sed -i .bak -e 's/\"inflation\".*$/\"inflation\":\ \"0.000000001300000000\",/' -e 's/\"inflation_max\".*$/\"inflation_max\":\ \"0.000000002000000000\",/' -e 's/\"inflation_min\".*$/\"inflation_min\":\ \"0.000000000700000000\",/' -e 's/\"goal_bonded\".*$/\"goal_bonded\":\ \"0.000000006700000000\",/' ./genesis.json + # Make our genesis avaialable to the secondary nodes aws s3 cp config/genesis.json s3://cosmos-gaia/genesis.json diff --git a/CHANGELOG.md b/CHANGELOG.md index f56d38b2eb..e8fcf819d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0-beta.19] - 2019-03-15 + +### Added + +- [\#2263](https://github.com/cosmos/voyager/pull/2263) Added guide on how to connect via a local full node to any network @faboweb + +### Fixed + +- Fix for inflation on our testnet +- [\#2257](https://github.com/cosmos/voyager/pull/2257) fixed console error on page validator if loading the page from URL @faboweb + +### Changed + +- [\#2255](https://github.com/cosmos/voyager/pull/2255) removed onboarding tutorial @fedekunze +- [\#2259](https://github.com/cosmos/voyager/issues/2259) removed PagePreferences @fedekunze +- [\#1337](https://github.com/cosmos/voyager/issues/1337) refactor unit tests: Page404, ShortBech32 @fedekunze + + ## [1.0.0-beta.18] - 2019-03-14 ### Fixed diff --git a/README.md b/README.md index 5e22056b95..509db7a468 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,17 @@ Once you've generated a local account, run Voyager on the default `local-testnet yarn start ``` +### Set up Cosmos Wallet on a different network + +Start a full node for the network that you want to connect to (See [guide](https://cosmos.network/docs/gaia/join-mainnet.html#setting-up-a-new-node)). + + +Then start Cosmos Wallet without the local testnet: + +```bash +yarn frontend & yarn connect +``` + ## Testing If you would like to run all the tests you can run: diff --git a/app/src/renderer/components/common/AnchorCopy.vue b/app/src/renderer/components/common/AnchorCopy.vue deleted file mode 100644 index 8385f7a9cb..0000000000 --- a/app/src/renderer/components/common/AnchorCopy.vue +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/app/src/renderer/components/common/Page404.vue b/app/src/renderer/components/common/Page404.vue index fc360313ad..0d6821f92d 100644 --- a/app/src/renderer/components/common/Page404.vue +++ b/app/src/renderer/components/common/Page404.vue @@ -9,6 +9,11 @@