PIP Name: PIP-29: Paloma Mainnet Upgrade to Paloma v1.1.0 and Pigeon v1.1.0
Status: Proposed
Author(s): @LARRY
Type: Software Upgrade
Discussions-to: PIP-29: Paloma Mainnet and Pigeon Upgrade to v1.1.0
Created: 06/02/2023
Simple Summary
This is a software upgrade for both Paloma and Pigeon binaries to v1.1.0 tags after the completion of the public testnet deployment with upgraded binaries. This software upgrade is a security update for EVM developers to limit which Compass-EVM forwarded messages may interact with their contracts.
Abstract
Paloma v1.1.0 releases new security functionality that allows EVM developers to limit which Compass-EVM forwarded messages may interact with their contracts. Additionally, there are some dependency updates included. Pigeon v1.1.0 also upgrades with improved error logging.
Motivation
- Validator Happiness: Paloma aims to lower the load on validators for debugging relay transaction failures as well as additional information logging for more successful crosschain message relays
- Validator Happiness: Additional security to attract more EVM developers to develop on Paloma.
- Validator Happiness: Launch GRAIN revenue path for validators and application developers by securing and routing messages on behalf of users of target chain applications.
Specification Overview
This action requires up upgrade of both palomad and pigeond relayer software to the latest tag v1.0.0. All migrations are included and have been tested live on Paloma’s testnet.
Technical Specification
-
Download and install the latest Paloma tag: Release v1.1.0 · palomachain/paloma · GitHub
-
Download and install the latest Pigeon tag: Release v1.1.0 · palomachain/pigeon · 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/1bglxgcFFhPnOdNYVnBcDyZ_UVuIQqGbtIP8l291jRm0/edit#gid=0 5
-
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 switch over to avoid/minimize downtime of the Paloma chain. -
The Target block height for chain halt for this proposal is tentatively
1577895
or approximately5/22/2023 9am PT
VALIDATOR="$(palomad keys list --list-names | head -n1)" palomad tx gov submit-legacy-proposal software-upgrade v1.1.0 \ --title "Paloma Non-breaking upgrade to Paloma Release v1.1.0 and Pigeon Release v1.1.0 to deliver the most advanced Cosmos-SDK chain." \ --deposit 10000000ugrain \ --fees 400ugrain \ --upgrade-height 1577895 \ --upgrade-info '{"binaries":{"linux/amd64":"https://github.com/palomachain/paloma/releases/download/v1.1.0/paloma_Linux_x86_64.tar.gz"}}' \ --description "Paloma now allows developers to specify exactly who is authorized to execute a remote job through Cosmwasm. Additionally, the upgrade delivers dependency and security updates." \ --gas 400000 \ --from="$VALIDATOR" \ --chain-id **messenger** \ -b sync \ --yes
How to Vote on the Proposal
palomad tx gov vote 12 yes \
--chain-id messenger \
--from <Your Paloma Address> \
--fees 400ugrain \
-b sync
-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
The next phase of Paloma will be the launch of decentralized “robots” and “ai” that will be able to execute remotely on any target chain in the digital asset ecosystem. In order to deliver on this promise and create a sustainable GRAIN fee market for validators, we propose to release this version of Paloma to mainnet and begin the roll-out of these intelligent applications. This will also give the community of application developers and application users immediate access to Paloma’s powerful cross-chain message relay systems for a new era of applications and capabilities.
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 the teams at Volume, Binary, and Vitwit, 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.
Learn more at https://palomachain.com