You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ BitCanna provides a decentralized payment network, supply chain and trust networ
4
4
5
5
> Current version (v1.5.3 TrichomeMonster-ica) of our development uses Cosmos SDK v0.45.10 & Tendermint v0.34.22 & IBC-go v3.3.1
6
6
7
-
> Last upgrade info: [Update scheduled for November 7th 2022](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md)
7
+
> New version info: [Update scheduled for 2nd March 2023](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md) v1.6.0
8
8
9
9
These docs at Github are chain related. For more information about our coin, partners and roadmap visit:
10
10
* Our website: https://www.bitcanna.io
@@ -20,10 +20,21 @@ Here are the minimal hardware configs required for running a validator/sentry no
20
20
21
21
## Software Requirements
22
22
* Linux server (Ubuntu 20/22 server recommended)
23
-
*go version go1.18.5
23
+
*Go version v1.19.5
24
24
25
25
> Please avoid cheap VPS providers as a main validator (we suggest using it as a cheap backup). We advise to use a shared dedicated server or a high-end NVMe VPS.
26
26
27
+
## Genesis file
28
+
*[Link to Genesis file](https://raw.githubusercontent.com/BitCannaGlobal/bcna/main/devnets/bitcanna-dev-1/genesis.json)
| 7th Nov 2022 15.00h CET | 5.787.420 |[v1.5.3](https://github.com/BitCannaGlobal/bcna/releases/download/v1.5.3/bcna_linux_amd64.tar.gz)|[Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v1.5.3)|[Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md#v153-codename-trichomemonster-ica---from-v145)|
35
+
| 2nd Mar 2023 16.20h CET | 7.467.420 |[v1.6.0](https://github.com/BitCannaGlobal/bcna/releases/download/v1.6.0/bcna_linux_amd64.tar.gz)|[Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v1.6.0)|[Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md#v160-codename-vigorous-grow---from-v153)|
36
+
37
+
27
38
# How to join `bitcanna-1` chain
28
39
> Tip: At the end of this doc, you will find links with important info
Copy file name to clipboardExpand all lines: last_upgrade.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,38 @@
1
1
# MAINNET `bitcanna-1` Upgrades
2
2
3
+
## v1.6.0 codename `Vigorous-grow` from v1.5.3
4
+
> (Update scheduled for 2nd March 2023 ~ 16.20h CET - 15.20h UTC)
5
+
>
6
+
> Note: this is a planned upgrade, chain **will halts** at block **7467420**
7
+
- Ante handler to prevent spam proposals at Gov module
8
+
- Remove OpenAPI dep from Ignite; now included locally.
9
+
- Bump Cosmos SDK version to v0.45.14 to mitigate a possible way to [DDoS](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.14) a node.
10
+
- Bump Tendermint to v0.34.26 ([InformalSystem fork](https://github.com/informalsystems/tendermint/blob/v0.34.26/CHANGELOG.md#v03426)).
11
+
- Bump IBC go version to v.3.4.0 (it will break consensus so a new start/stop is required)
12
+
- Bump IAVL version to v0.19.5
13
+
- Fixed BCNA module path & bug with CLI
14
+
- Using Cosmos Keyring v1.2.0
15
+
16
+
### For detailed instructions check the release doc:
We've developed a new version with some updates (regarding SDK, Tendermint & IBC/go) to improve the security (Dragonberry) and stability (forks in IAVL) in our chain.
23
+
* Cosmos SDK v0.45.10
24
+
* Tendermint v0.34.22
25
+
* IAVL v0.19.4
26
+
* IBC/go v3.3.1
27
+
* Ledger-go v0.9.3 (now support Ledger Nano Plus)
28
+
29
+
> Note: this is not a planned upgrade, chain won't be halted
30
+
31
+
### For detailed instructions check the release doc:
0 commit comments