-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from RaulBernal/Chore--Lint-errors-fixing
Chore: Lint errors fixing
- v4.0.3
- v4.0.2
- v4.0.2-rc1
- v4.0.1
- v4.0.0
- v4.0.0-rc6
- v4.0.0-rc5
- v4.0.0-rc4
- v4.0.0-rc3
- v4.0.0-rc2
- v4.0.0-rc1
- v3.1.1
- v3.1.0
- v3.1.0-rc2
- v3.1.0-rc1
- v3.1.0-rc0
- v3.0.2
- v3.0.2-rc1
- v3.0.1
- v3.0.1-rc2
- v3.0.1-rc1
- v3.0.0
- v3.0.0-rc4
- v3.0.0-rc3
- v3.0.0-rc2
- v3.0.0-rc1
- v3.0.0-beta-1
- v3.0.0-alpha
- v2.0.4
- v2.0.3
- v2.0.3-rc2
- v2.0.3-rc1
- v2.0.2
- v2.0.2-rc2
- v2.0.2-rc1
- v2.0.1
- v2.0.1-rc9
Showing
34 changed files
with
2,074 additions
and
834 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: golangci-lint | ||
on: | ||
push: | ||
tags: | ||
- v* | ||
branches: | ||
- master | ||
- main | ||
pull_request: | ||
permissions: | ||
contents: read | ||
# Optional: allow read access to pull request. Use with `only-new-issues` option. | ||
# pull-requests: read | ||
jobs: | ||
golangci: | ||
name: lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.19 | ||
- uses: actions/checkout@v3 | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version | ||
version: latest |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,16 +2,23 @@ | |
This is a fast way to sync a node with `bitcanna-1` chain. | ||
A snapshot is nothing more than someone sharing a copy of his/her blockchain's data folder in a compressed file. | ||
|
||
Our current authorized providers are (in alphabetical order): | ||
|
||
* **Paranormal Brothers**: | ||
https://bc.paranorm.pro/ | ||
* **Polkachu**: | ||
https://polkachu.com/tendermint_snapshots/bitcanna | ||
Our current authorized providers are: | ||
|
||
- https://polkachu.com/tendermint_snapshots/bitcanna | ||
- https://bc.paranorm.pro/ | ||
- https://github.com/obajay/StateSync-snapshots/tree/main/Bitcanna | ||
- https://nodejumper.io/bitcanna/sync | ||
- https://github.com/Voynitskiy/Voynitskiy/blob/main/mainnet/BitCanna/README.md#snapshot-2-times-a-day | ||
- https://snapshot-bcna.kjinc.io/ | ||
- https://services.kjnodes.com/mainnet/bitcanna/snapshot | ||
- https://github.com/Michel-Leidson/Snapshots | ||
- https://bitszn.com/snapshots.html | ||
- https://nodiums.com/index.php/2022/11/20/bitcanna-snapshot-state-sync-and-api-rpc/ | ||
- https://stakepool.dev.br/snapshots.html | ||
|
||
(make sure to include them in your delegations ;)!) | ||
|
||
The fastest way to sync a peer is using State Sync and is described [here as an alternative](https://github.com/BitCannaGlobal/bcna/blob/main/2.1.statesync.md). | ||
> The fastest way to sync a peer is using State Sync and is described [here as an alternative](https://github.com/BitCannaGlobal/bcna/blob/main/2.1.statesync.md). | ||
|
||
For this step, its necesary that you have followed [this manual](https://github.com/BitCannaGlobal/bcna/blob/main/1.install-compile.md) previously in order to install the `bcnad` binary. | ||
|
@@ -20,7 +27,7 @@ For this step, its necesary that you have followed [this manual](https://github. | |
``` | ||
bcnad version | ||
``` | ||
Output should be: `.1.3.1` | ||
Output should be: `v1.6.3` | ||
If you are using Cosmovisor, | ||
``` | ||
|
@@ -29,8 +36,8 @@ For this step, its necesary that you have followed [this manual](https://github. | |
Output should be: | ||
``` | ||
cosmovisor run version | ||
11:11AM INF running app args=["version"] module=cosmovisor path=/home/raul/.bcna/cosmovisor/upgrades/ruderalis/bin/bcnad | ||
--> .1.3.1 | ||
11:11AM INF running app args=["version"] module=cosmovisor path=/home/raul/.bcna/cosmovisor/upgrades/grow-vigorous-fix/bin/bcnad | ||
--> v1.6.3 | ||
``` | ||
2. If you are a new user, you should **Initialize the folders:** change **_Moniker_** by your validator name (use quotes for two or more separated words *"Royal Queen Seeds"*) | ||
``` | ||
|
@@ -50,7 +57,7 @@ For this step, its necesary that you have followed [this manual](https://github. | |
4. **Add to _config.toml_ file: server SEEDs:** | ||
``` | ||
sed -E -i 's/seeds = \".*\"/seeds = \"[email protected]:26656,23671067d0fd40aec523290585c7d8e91034a771@seed2.bitcanna.io:26656\"/' $HOME/.bcna/config/config.toml | ||
sed -E -i 's/seeds = \".*\"/seeds = \"[email protected]:26656,e2e7c704f766ef6b9e2c8dd61d963f8393b87966@seed3.bitcanna.io:26656\"/' $HOME/.bcna/config/config.toml | ||
``` | ||
5. You can **set the minimum gas prices** for transactions to be accepted into your node’s mempool. This sets a lower bound on gas prices, preventing spam. | ||
``` | ||
|
Oops, something went wrong.