Skip to content

Releases: palomachain/paloma

v1.15.0

13 Jun 14:20
c53c5b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

v1.14.0

07 Jun 09:42
b895c4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.5...v1.14.0

v1.13.5

30 Apr 20:21
852ac50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.4...v1.13.5

v1.13.4

25 Apr 14:55
115492a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.3...v1.13.4

v1.13.3

21 Apr 12:02
1ba2ba7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.2...v1.13.3

v1.13.2

18 Apr 14:06
d499429
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.1...v1.13.2

v1.13.1

16 Apr 16:28
1143f40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.13.1

v1.13.0

29 Mar 17:59
6ecbf0c
Compare
Choose a tag to compare

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:

  1. Stop any running Paloma and Pigeon instances
  2. Download the updates
  3. Remove your local libwasmvm library and replace with the new one
  4. ⚠️ Important: Clear your cache
  5. Start the new versions of Paloma and Pigeon
  6. ???
  7. 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

Full Changelog: v1.12.2...v1.13.0

v1.12.2

15 Mar 13:43
123b36d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

12 Feb 15:03
53de2d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1