Skip to content

Commit 7415358

Browse files
authored
Merge pull request #182 from persistenceOne/test-core-2/upgrades/v11.15.0-rc0
chore: prepare test-core-2 11.15.0-rc0
2 parents 3391ccd + d373894 commit 7415358

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"binaries": {
3+
"linux/amd64": "https://github.com/persistenceOne/persistenceCore/releases/download/v11.15.0-rc0/persistenceCore-v11.15.0-rc0-linux-amd64?checksum=sha256:ff8c906160051e377001045f9ae4ca7922077990bc2bab18e0733e77992c2e30"
4+
}
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"messages": [
3+
{
4+
"@type": "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
5+
"authority": "persistence10d07y265gmmuvt4z0w9aw880jnsr700j5w4kch",
6+
"plan": {
7+
"name": "v11.15.0-rc0",
8+
"time": "0001-01-01T00:00:00Z",
9+
"height": "7312000",
10+
"info": "https://raw.githubusercontent.com/persistenceOne/networks/test-core-2/upgrades/v11.15.0-rc0/test-core-2/upgrades/v11.15.0-rc0/binaries.json?checksum=sha256:0faf60dfa76b68df6414c2cdb19885875c8e49c8f6922dfa3c57fc88d43464f3",
11+
"upgraded_client_state": null
12+
}
13+
}
14+
],
15+
"deposit": "512000000uxprt",
16+
"title": "Upgrade PersistenceCore to v11.15.0-rc0",
17+
"summary": "# Persistence test-core-2 v11.15.0-rc0 Upgrade\n\nThis proposal is to do a software upgrade to the v11.15.0-rc0 software tag of the Persistence codebase at [7312000](https://www.mintscan.io/persistence-testnet/block/7312000) block height. Block times have high variance, so please monitor the chain for precise time.\n\n## Scope of the upgrade\n\n1. Vesting Account Update:\n\nWe've identified an issue with how vesting accounts handle staking. Currently, it only updates the delegated vesting and delegated free amounts when you stake or unstake $XPRT. However, these amounts are not adjusted when using the LSM.\n\nThis creates a problem where, even if your vesting period is complete, it prevents from tokenizing your stake. While there are workarounds, this behavior isn't ideal, and this upgrade fixes it. \n\n2. IBC Timeout Fix:\n\nAddresses a problem where IBC calls for token swaps sometimes timeout, leading to user tokens being locked in the Skip DEX aggregator contract. This update ensures that IBC calls complete successfully, preventing token locking and fixes the callback hooks thereby releasing the assets back to the users' wallets on failure. \n\n## Change log\n\n- Full changelog [here](https://github.com/persistenceOne/persistenceCore/compare/v11.13.0-rc0...v11.15.0-rc0).\n\n## How to upgrade\n\n[Upgrade using cosmovisor](https://docs.persistence.one/build/nodes-and-endpoints/node-operations/cosmovisor-upgrades)\n[Upgrade manually](https://docs.persistence.one/build/nodes-and-endpoints/node-operations/manual-upgrades)\n\n## Communications\n\nOperators are encouraged to join the `#validators-discussion` channel of the Persistence Community Discord. This channel is the primary communication tool for operators to ask questions, report upgrade status, report technical issues, and build social consensus should the need arise. If you don’t have access, please contact someone from the Persistence team directly.\n"
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
persistenceCore tx --chain-id "test-core-2" gov submit-proposal ./draft_proposal.json \
4+
--node "https://rpc.testnet2.persistence.one:443" \
5+
--gas-adjustment 1.5 --gas auto --keyring-backend os --from testnet-super

0 commit comments

Comments
 (0)