PIP Name: PIP-44: Paloma Mainnet upgrade to Paloma v1.9.0 & Pigeon v1.9.0
Status: Proposed
Author(s): @LARRY
Type: Software Upgrade
Discussions-to:
Created: 09/26/2023
Simple Summary
This is a software upgrade for Paloma to v1.9.0 and Pigeon to v1.9.0 tags after the completion of the public testnet deployment with upgraded binaries. IMPORTANT: This update includes an upgrade to libwasmvm 1.4.0. Validators will need to remove the old libwasm 1.3.0 file and install the libwasm1.4.0 versrion as well as clear their cache. Instructions will be included in the paloma README. This software upgrade adds additional validator happiness fixes for pigeon jailing as well as improvements for message relaying.
Abstract
The Paloma mainnet continues to achieve the goal of fast and reliable validator node support for effective cross-chain communication and cross-chain relay functionality. Validator performance to interact with mainnet relays continues to be an area of improvement for the Paloma team. In addition, Paloma upgrades of Cosmwasm need to install the static upgraded libwasm library which was not completed on the v1.8.2 upgrade.
Motivation
- Fixes for pigeon jailing - remove race condition and additional logging to understand possible jailing issue
- Correct upgrade for Cosmwasm 1.4.0 and Libwasm 1.4.0 that was created the rollback situation for Paloma’s 1.8.2 upgrade
Specification Overview
This action requires an upgrade of palomad to the latest tag v1.9.0 and an upgrade of pigeond to v1.9.0. All migrations are included and are being tested on the Paloma public testnest paloma-testnest-15. Validators simply need to install the new binary and restart their nodes at chainhalt. IMPORTANT for this release validators also need to upgrade their local libwasmvm
to 1.4.0 and clear the wasm cache.
Technical Specification
The latest releases of Paloma and Pigeon are available here and includes the change logs for each for review prior to deployment:
- Download and install the latest Paloma tag: Release v1.9.0 · palomachain/paloma · GitHub
- Download and install the latest Pigeon tag: Release v1.9.0 · palomachain/pigeon · GitHub
- Download and install libwasmvm 1.4.0: Release v1.4.0 · CosmWasm/wasmvm · GitHub
- An upgrade proposal that must be submitted by anyone running a node on the network. This proposal should have the correct block height.
- Please use the following spreadsheet to calculate the approximate Block Height. https://docs.google.com/spreadsheets/d/1eoXoDWWYHIOYbdPiv8B6vfwDUUkelZgeifnX4foa7yw/edit#gid=0
- This upgrade proposal requires 10 GRAIN or 10000000ugrain for deposit for voting.
- IMPORTANT: The
upgrade height
is the block height where the chain halts and requires the upgrade. Allow at least one (1) day AFTER voting end time andupgrade-height
for 2/3 of the network to have downloaded the new binary and prepped for the switchover to avoid/minimize downtime of the Paloma chain. - The Target block height for chain halt for this proposal is tentatively
5316407
or approximately09/29/2023 14:00 UTC
See ([NG] Explorer | Paloma | 5316407)
UPGRADE_HEIGHT=
ADDRESS=<Your Paloma Address>
palomad tx gov submit-legacy-proposal software-upgrade v1.9.0 \
--title "Upgrade to Paloma Release v1.9.0 and Pigeon v1.9.0" \
--description "IMPORTANT: This update includes an upgrade to libwasmvm 1.4.0. Please make sure you update your local libraries accordingly! Other changes include fixed race conditions as well as retries for relaying messages." \
--deposit 10000000ugrain \
--fees 400ugrain \
--upgrade-height $UPGRADE_HEIGHT \
--upgrade-info '{"binaries":{"linux/amd64":"https://github.com/palomachain/paloma/releases/download/v1.9.0/paloma_Linux_x86_64.tar.gz"}}' \
--gas 400000 \
--from=$ADDRESS \
--chain-id messenger \
--no-validate \
--yes \
How to Vote on the Proposal
palomad tx gov vote 32 yes \
--chain-id=messenger \
--from <Your Paloma Address> \
--fees 400ugrain \
-y
How to check if 2/3 of the network are online after vote is complete
curl -s localhost:26657/consensus_state | jq -r ".result.round_state.height_vote_set[0].prevotes_bit_array"
—> needs to return ≥ ~0.67 for the chain to start up again
To see which validators are online with the new binary, use GitHub - blockpane/pvtop: top-like tui for watching validator pre-votes on Tendermint chains
Rationale
Fast and efficient pigeons as welll as a well functioning relay are at the core of Paloma’s value prop. This release aims at improving validator happiness by improving pigeon and relay performance.
About Paloma
Paloma Protocol is a Cosmos-SDK blockchain protocol custom-built for omnichain communication that allows permissionless controls of any contract on any chain. Built by Volume, Paloma delivers the world’s first intelligently scheduled and automated smart contract transaction execution for the Cosmos ecosystem. The protocol enables developers to remotely control the transmission of value without the need to wrap, bridge tokens, or trust validators with their digital assets. Led by
founding members of Sommelier, Paloma is building the primary communication layer of Web3.
To learn more about Paloma, please visit https://palomachain.com
To follow the project on Github, please star the project GitHub - palomachain/paloma: The fast blockchain messenger protocol
To participate in the community, please join the Paloma Discord: Paloma