RC-0.11.1
- What's Changed
- New Contributors
- Pocket Core Docker Image
- GeoMesh Docker Image
- Release Plan
- New Parameters
- New CLI Commands
- Full Changelog
What's Changed
- Update AppVersion to BETA-0.11.1 by @msmania in #1592
- [Docs] Update main
README
w/ links toDocker
images by @Olshansk in #1593 - Sort RewardDelegators when marshaling a validator by @msmania in #1591
- Update AppVersion to BETA-0.11.0 by @msmania in #1590
- Do not call
node.GetChains()
if node is nil by @msmania in #1588 - Upgrade Go version to 1.21 by @msmania in #1587
- PIP-32 [v0.11 feature] Built-in Reward Share by @msmania in #1581
- PIP-33 [v0.11 feature] Per-chain Relays To Token Multiplier by @msmania in #1580
- PIP-34 feat: enforce max chains during new session by @h5law in #1582
- PIP-35 Allow an AppMsgStake tx to change the address of a staked app by @msmania in #1585
- Add a reference to Pocket Pruner by @msmania in #1572
New Contributors
Pocket Core Docker Image
docker pull ghcr.io/pokt-network/pocket-v0:rc-0.11.1
GeoMesh Docker Image
TODO: Add GeoMesh Docker Image
Release Plan
https://www.notion.so/buildwithgrove/RC-0-11-0-Release-Plan-6b33e7b7634f458796b1c3f0a3a2a994?pvs=4
New Parameters
pocket_config.prevent_negative_reward_claim
(boolean)
If set totrue
, this node does not send a claim for an evidence which is expected to earn rewards less than its claiming cost. Defaults tofalse
.
New CLI Commands
For more details, run each command with --help
option.
- pocket nodes stakeNew
Stakes a node. Unlike the legacynodes stake
command, you can specify<SignerAddress>
and<RewardDelegators>
, and you don't have to specify a boolean<isBefore8.0>
. - pocket apps transfer
Transfers the slot of a staked app from one to another without unstaking it.
Full Changelog
Full Changelog: RC-0.10.4...RC-0.11.1