Skip to content

Commit

Permalink
chore: increase minimum version of Pigeon (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit authored Nov 10, 2023
1 parent 2cc4ec0 commit 46836e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ rm -r ~/.paloma/data/wasm/cache
### To get the latest prebuilt `palomad` binary:

```shell
wget -O - https://github.com/palomachain/paloma/releases/download/v1.9.2/paloma_Linux_x86_64.tar.gz | \
wget -O - https://github.com/palomachain/paloma/releases/download/v1.10.0/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
```
Expand All @@ -86,7 +86,7 @@ sudo chmod +x /usr/local/bin/palomad
```shell
git clone https://github.com/palomachain/paloma.git
cd paloma
git checkout v1.9.2
git checkout v1.10.0
make build
sudo mv ./build/palomad /usr/local/bin/palomad
```
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const (

wasmAvailableCapabilities = "iterator,staking,stargate,paloma"

minimumPigeonVersion = "v1.9.3"
minimumPigeonVersion = "v1.10.0"
)

func getGovProposalHandlers() []govclient.ProposalHandler {
Expand Down

0 comments on commit 46836e4

Please sign in to comment.