Releases: palomachain/paloma
Releases · palomachain/paloma
v1.15.0
What's Changed
- Enable compass deployment retries by @maharifu in #1188
- Silence scheduled requirements ErrNotFound log messages by @maharifu in #1190
- ci: use gotestsum by @byte-bandit in #1191
- feat: full gravity multichain support by @byte-bandit in #1189
- chore: jail validators with invalid balances by @maharifu in #1192
- chore: update README with version by @byte-bandit in #1194
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- chore: fix comment by @overallteach in #1164
- chore(deps): bump golangci/golangci-lint-action from 3 to 6 by @dependabot in #1163
- chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.33.1 by @dependabot in #1160
- chore: add missing consensus query mocks by @byte-bandit in #1167
- chore(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in #1158
- chore: add codeql action and config by @maharifu in #1166
- Add feature set to weight proposal CLI command by @maharifu in #1168
- chore: add updated testnet details to readme by @verabehr in #1171
- Fix panics picked up by Codeql by @maharifu in #1172
- Upgrade to cosmos SDK 0.50.6 by @maharifu in #1173
- feat: add gravity support for multi chain targets by @byte-bandit in #1174
- fix: GetAllQueueNamesMock by @byte-bandit in #1176
- fix: GetMessageByID mock by @byte-bandit in #1177
- fix: ensure mock interface implementation by @byte-bandit in #1178
- Periodically update xchain reference blocks by @maharifu in #1175
- chore: fix some comments by @jinjingroad in #1179
- fix: gravity genesis export by @maharifu in #1183
- fix: use default gov config by @maharifu in #1184
- Move minimum required pigeon version from hard-coded to governance by @maharifu in #1180
- chore: update readme by @byte-bandit in #1185
- chore: update mocks by @byte-bandit in #1186
New Contributors
- @overallteach made their first contribution in #1164
- @maharifu made their first contribution in #1166
- @jinjingroad made their first contribution in #1179
Full Changelog: v1.13.5...v1.14.0
v1.13.5
What's Changed
- chore: fix some function names by @MarkDaveny in #1159
- chore: bump Pigeon version by @byte-bandit in #1161
New Contributors
- @MarkDaveny made their first contribution in #1159
Full Changelog: v1.13.4...v1.13.5
v1.13.4
What's Changed
- Update setup instructions for tumbler by @verabehr in #1148
- chore: increase minimum supported pigeon version by @byte-bandit in #1157
Full Changelog: v1.13.3...v1.13.4
v1.13.3
What's Changed
- chore: updated the iavl deps by @vishal-kanna in #1139
- update readme by @byte-bandit in #1145
Full Changelog: v1.13.2...v1.13.3
v1.13.2
What's Changed
- chore: update IBC dep by @byte-bandit in #1125
- update palomad version in readme by @verabehr in #1130
- chore: increase go version to 1.22.2 and fix libwasm version by @byte-bandit in #1132
- chore: missed the ibctm while upgrading to Sdk v0.50.5 by @vishal-kanna in #1136
- Add testnet command by @alpe in #1135
- fix: include v prefix in app version by @byte-bandit in #1140
- chore: update README by @byte-bandit in #1141
- chore(deps): bump github.com/ethereum/go-ethereum from 1.13.13 to 1.13.15 by @dependabot in #1137
New Contributors
Full Changelog: v1.13.1...v1.13.2
v1.13.1
What's Changed
- chore: update cometbft dep by @alexanderbez in #1114
- chore: removed the old upgrade handler by @vishal-kanna in #1116
- chore: update IBC dep (#1125) by @byte-bandit in #1126
- update release branch with latest changes in master by @verabehr in #1131
- Bumb release by @byte-bandit in #1133
Full Changelog: v1.13.0...v1.13.1
v1.13.0
Migration guide
This version includes breaking changes as we onboard support for Cosmos SDK v0.50
, and introduces a new version of libwasmvm
. Please stick to the following migration guide after the upgrade block height has been reached:
- Stop any running Paloma and Pigeon instances
- Download the updates
- Remove your local
libwasmvm
library and replace with the new one ⚠️ Important: Clear your cache- Start the new versions of Paloma and Pigeon
- ???
- Profit
# 1. Stop any running Paloma and Pigeon instances
sudo systemctl stop palomad pigeond
# 2. Download the updates (or build from source)
wget -O - https://github.com/palomachain/paloma/releases/download/v1.13.0/paloma_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - palomad
sudo chmod +x /usr/local/bin/palomad
wget -O - https://github.com/palomachain/pigeon/releases/download/v1.11.0/pigeon_Linux_x86_64.tar.gz | \
sudo tar -C /usr/local/bin -xvzf - pigeon
sudo chmod +x /usr/local/bin/pigeon
# Verify updated binaries
palomad version
pigeon version
# Download new version of libwasmvm
wget https://github.com/CosmWasm/wasmvm/releases/download/v1.5.2/libwasmvm.x86_64.so
sudo mv libwasmvm.x86_64.so /usr/lib/
# Clear cache
rm -r ~/.paloma/data/wasm/cache
sudo systemctl start palomad pigeond
What's Changed
- feat: Upgrade SDK v0.47 to v0.50 by @deepan95dev in #1069
- Update paloma tag version in Readme by @verabehr in #1092
- fix: Cosmos SDK 0.50.5 upgrades by @byte-bandit in #1097
- chore: backport attestation enforcement by @byte-bandit in #1098
- fix: prevent TPK when not attesting faulty msg by @byte-bandit in #1099
- chore: update README and min pigeon version by @byte-bandit in #1100
Full Changelog: v1.12.2...v1.13.0
v1.12.2
What's Changed
- feat: attestation enforcement by @byte-bandit in #1090
- chore: increase version definitions by @byte-bandit in #1091
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- chore: refresh ledger depdendencies by @byte-bandit in #1082
- Feature/update metrics gathering by @byte-bandit in #1084
- feat: enable gRPC HTTP gateway by @byte-bandit in #1085
Full Changelog: v1.12.0...v1.12.1