-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * Update statesync.bash (#1208) * Update statesync.bash This config should only use seeds, and shouldn't have a persistent peer * Update statesync.bash having several rpcs is better than depending on one Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * build: bump liquidity to v1.4.4 from v1.4.2 (#1210) * build: bump liquidity to v1.4.4-rc1 from v1.4.2 * build: bump liquidity to v1.4.4 * Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231) Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md) - [Commits](cosmos/ibc-go@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * Fix rocksdb build tag usage (#1135) * this paves the way for widespread rocksdb usage * rocksdb * Use latest cosmos/gorocksdb * Delete .gitpod.yml gitpod has been adding these.... don't want it of course. * go mod tidy Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116) Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6. - [Release notes](https://github.com/tendermint/tm-db/releases) - [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md) - [Commits](tendermint/tm-db@v0.6.4...v0.6.6) --- updated-dependencies: - dependency-name: github.com/tendermint/tm-db dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
- Loading branch information
1 parent
6ed5b73
commit 2f62527
Showing
7 changed files
with
121 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/bin/bash | ||
# microtick and bitcanna contributed significantly here. | ||
set -uxe | ||
|
||
# set environment variables | ||
export GOPATH=~/go | ||
export PATH=$PATH:~/go/bin | ||
|
||
|
||
# Install Gaia | ||
make install | ||
|
||
# MAKE HOME FOLDER AND GET GENESIS | ||
gaiad init test | ||
wget -O ~/.gaia/config/genesis.json https://cloudflare-ipfs.com/ipfs/Qmc54DreioPpPDUdJW6bBTYUKepmcPsscfqsfFcFmTaVig | ||
|
||
INTERVAL=1000 | ||
|
||
# GET TRUST HASH AND TRUST HEIGHT | ||
|
||
LATEST_HEIGHT=$(curl -s https://cosmoshub-4.technofractal.com/block | jq -r .result.block.header.height); | ||
BLOCK_HEIGHT=$(($LATEST_HEIGHT-$INTERVAL)) | ||
TRUST_HASH=$(curl -s "https://cosmoshub-4.technofractal.com/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) | ||
|
||
|
||
# TELL USER WHAT WE ARE DOING | ||
echo "TRUST HEIGHT: $BLOCK_HEIGHT" | ||
echo "TRUST HASH: $TRUST_HASH" | ||
|
||
|
||
# export state sync vars | ||
export GAIAD_STATESYNC_ENABLE=true | ||
export GAIAD_P2P_MAX_NUM_OUTBOUND_PEERS=200 | ||
export GAIAD_STATESYNC_RPC_SERVERS="https://cosmoshub.validator.network:443,https://cosmoshub-4.technofractal.com:443" | ||
export GAIAD_STATESYNC_TRUST_HEIGHT=$BLOCK_HEIGHT | ||
export GAIAD_STATESYNC_TRUST_HASH=$TRUST_HASH | ||
export GAIAD_P2P_SEEDS="bf8328b66dceb4987e5cd94430af66045e59899f@public-seed.cosmos.vitwit.com:26656,cfd785a4224c7940e9a10f6c1ab24c343e923bec@164.68.107.188:26656,d72b3011ed46d783e369fdf8ae2055b99a1e5074@173.249.50.25:26656,ba3bacc714817218562f743178228f23678b2873@public-seed-node.cosmoshub.certus.one:26656,3c7cad4154967a294b3ba1cc752e40e8779640ad@84.201.128.115:26656,366ac852255c3ac8de17e11ae9ec814b8c68bddb@51.15.94.196:26656" | ||
|
||
gaiad start --x-crisis-skip-assert-invariants |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters