Releases: pendulum-chain/pendulum
Amplitude Release 14
What's Changed
This runtime upgrade will:
- Add the treasury buyout extension pallet to the amplitude runtime
- Fix
ConvertPrice
implementations - Bump Amplitude
spec_version
to 14
Full Changelog: amplitude-release-13...amplitude-release-14
Code and Data
- code hash:
0x23981a0f8245731e91d8fd33beef30483e3c4772d96678c7a47cc42cb7a28525
- authorize upgrade extrinsic preimage:
- preimage hash:
0x0425474ee133ad80653af9c5dc322fa8ed5fe55d744663d96455999081210f84
- preimage length: 35
- preimage hash:
Pendulum Release 13
This is runtime version 13 for Pendulum.
What's Changed
This runtime upgrade will
- Update the Spacewalk pallets to include a fix for price conversions between assets with different decimals (#418)
- Fix
ConvertPrice
implementations in #413
Full Changelog: pendulum-release-12...pendulum-release-13
Code and data
- code hash:
0x10e1a6b6cc15eb1c9dcb9d497f8a961e68375c1e6953bce430ff116bc776df15
- authorize upgrade extrinsic preimage
- preimage hash:
0xb06217fe9e030de920dccc45d941e17eeb98f6978981232f454066fef8a6e98f
- length: 35
- preimage hash:
Pendulum Release 12
This is runtime version 12 for Pendulum.
Changes
- Release of Spacewalk on Pendulum. This upgrade adds all the relevant Spacewalk pallets. (#400)
- Modification of the
CustomMetadata
type for the asset registry, which will allow to set XCM fee values for each asset. (#398)
Changelog: pendulum-release-11..pendulum-release-12
Code and Data
Code hash: 0xffd94e36f10c64c8aaf1697327cde33b6b985f9d0ff6becc62acfad799fc80a4
Authorize upgrade extstrinsic
- Preimage hash:
0x67f509d017a8324d978a9e50359acba98035c8be49d76cfd1559b23d1a7f59f4
- Preimage length:
35
Pendulum Release 11
This is runtime version 11 for Pendulum.
Changes
- Expand capabilities by integrating ERC20 and oracle chain extensions into Pendulum, leveraging the proven code from Foucoco. (#356)
- Setting up XCM fees the incoming assets. (#181)
- Add a fix to enable compilation of the runtime with
try-runtime
feature. (#386)
Changelog: pendulum-release-10...pendulum-release-11
Code and Data
Code hash: 0xfc1b7ee214e268087ebab892c61cf19d90d52f1e797547d905812087b6e05e3a
Authorize upgrade extstrinsic
- Preimage hash:
0x4486bc1f4417a9b359b71f296d863d934eba34cb12abf5bc25184c1fbd58cffa
- Preimage length:
35
Amplitude Release 13
This is runtime version 13 for Amplitude.
What's Changed
This runtime upgrade will
- Make the native token PEN transferrable through XCM (#377)
- Properly handle XCM fees for incoming XCM messages (#385)
Full Changelog: amplitude-release-12...amplitude-release-12
Code and Data
- code hash:
0x7051c8004aa274e1a944f31f5ae0a492e6b719a8dd88e8e397558c417aa46cfd
- authorize upgrade extrinsic preimage
- preimage hash:
0xc1917f4d7089db03faa0c687ec71814f4e28c937d28510c74e96408764a5df22
- length: 35
- preimage hash:
Pendulum Release 10
This is runtime version 10 for Pendulum.
What's Changed
This runtime upgrade will
- make the native token PEN transferrable through XCM (#377)
- add the Bifrost farming pallet to Pendulum runtime (#374)
- allow reserve transfers of the Moonbeam's native GLMR token to Pendulum (#380)
Full Changelog: pendulum-release-9...pendulum-release-10
Code and Data
- code hash:
0xb9600731e1c09ace8434ff2efcacb21f6f0ca190b1773f511788cce9c60ea308
- authorize upgrade extrinsic preimage
- preimage hash:
0x0a7fe8bc9891d1799792dd49f4dc52f1956767509e745e761ed73bf9bc8821a0
- length: 35
- preimage hash:
Amplitude Release 12
This is runtime version 12 for Amplitude. It particularly contains
- Addition of two new pallets, pooled-rewards and reward-distribution. These pallets are used to calculate, collect, and distribute the rewards properly for Spacewalk to all its network participants.
- Fixes for a constraint in Spacewalk's Stellar oracle pallet which was too strict to prove consensus of Stellar transactions with consensus messages restored from Stellar archive entries.
What's Changed
- 264 remove hook impl in
orml-currencies-allowance-extension
by @b-yap in #343 - task 126 add the proxy pallet by @b-yap in #325
- 262 audit pdm 011 logging in runtime by @b-yap in #345
- add new reward/reward-distribution pallets to foucoco and amplitude by @gianfra-t in #335
- New currency type by @gianfra-t in #342
- 260 audit pdm 008 hardcoded constants in match by @bogdanS98 in #348
- Expose parachain-staking methods to RPC in all runtimes by @gianfra-t in #350
- 261 Fix Linter Warnings by @b-yap in #347
- 250 improve error handling in chain extension by @gianfra-t in #349
- Update LICENSE by @gianfra-t in #354
Full Changelog: amplitude-release-11...amplitude-release-12
Runtime upgrade
Authorize code extrinsic:
- code hash:
0x1ed7c1635554529cb75fd81fce65938e2808d67a5640996cb2ef68617b05c8b5
- preimage hash:
0x85c166b522cf769ea58363c9ce88df85748530477a8f98bfa6737f0d1f67caff
Pendulum Release 9
This is runtime version 9 for Pendulum.
What's Changed
This runtime upgrade will enable the following assets in our network: USDC, EQD, PDEX, EURC and BRZ, so that they can be transferred from other parachains to Pendulum.
Additionally we are:
- Implementing a single proxy pallet, so that the signatories are able to execute every possible extrinsic for the multsig account
- Enabling the PEN asset for seamless transfer via XCM to other parachains where we have enabled this asset
- Introducing a new asset category (CurrencyID) for assets that are natively issued on Pendulum
Authorize code extrinsic:
- code hash:
0xb735adcd8108e4981bc4ea6b38bc4235d87503bdf477cf0025a3be8525b2bb40
- preimage hash:
0xe76a344c0aae99a25a84e5e114c36b707b68a9fc825af849f6f84c62595c57c4
What's Changed
- 315 enable pendulum assets to be transferable via xcm by @bogdanS98 in #332
- Prepare Foucoco runtime upgrade to spec version 3 by @bogdanS98 in #337
- 264 remove hook impl in
orml-currencies-allowance-extension
by @b-yap in #343 - task 126 add the proxy pallet by @b-yap in #325
- 262 audit pdm 011 logging in runtime by @b-yap in #345
- add new reward/reward-distribution pallets to foucoco and amplitude by @gianfra-t in #335
- New currency type by @gianfra-t in #342
- 260 audit pdm 008 hardcoded constants in match by @bogdanS98 in #348
- 296 Enable XCM assets on Pendulum by @b-yap in #339
- Expose parachain-staking methods to RPC in all runtimes by @gianfra-t in #350
- 261 Fix Linter Warnings by @b-yap in #347
- 250 improve error handling in chain extension by @gianfra-t in #349
- bump spec and transaction version for release 9 by @gianfra-t in #353
New Contributors
- @bogdanS98 made their first contribution in #332
Full Changelog: amplitude-release-11...pendulum-release-9
Amplitude Release 11
This is runtime version 11 for Amplitude. It particularly contains the latest updates for the Spacewalk pallets and bug fixes for the chain extension.
What's Changed
- Deduplicate node code by @TorstenStueber in #302
- Chain extension
- Spacewalk
- 305 add clients info crate for spacewalk to pendulum by @gianfra-t in #309
- Implement new rpc function of spacewalks oracle pallet for all runtimes by @gianfra-t in #311
- 329 update spacewalk dependencies and bump spec version for amplitude by @ebma in #330
Runtime upgrade
Authorize code extrinsic:
- code hash:
0x4ea5543d9a9d6193e112d3358f90459ad238f7d54052d369f12cea19b803cff0
- preimage hash:
0x2431c85540504528d3b6664aab6102e10c201e06ca85f373975d1549970de3fb
Amplitude Release 10
This is runtime version 10 for Amplitude. It particular contains changes for Zenlink, adds the asset registry pallet and updates to Polkadot version 0.9.40.
The following new features are part of this runtime upgrade:
- #246: Switch to latest Spacewalk release
- #246: Configure the LP token for use with the Zenlink pallet
- #292: Add Bifrost's farming pallet to Amplitude runtime
- #276: Add and configure asset registry pallet
- #242: Upgrade to version polkadot-v0.9.40
Runtime upgrade
Authorize code extrinsic:
- code hash:
0x8590eef9cdbde6dee73b1093662245296b3a54cbd6a014a150566ba0ee27202d
- preimage hash:
0xb78231e58a17c6f3f98cb03ddaba0606dcace1a33b1ddfa6748debeb9e89e3fa