Skip to content

Releases: Polimec/polimec-node

Polimec 0.6.0

17 Apr 13:42
ced567b
Compare
Choose a tag to compare

Few notes for Node Operators

  • Starting from this release, the release binary will be built using the new production profile, enhancing speed and optimizing memory usage. We've also renamed the default binary from polimec-parachain-node to polimec-node.

  • If you're compiling the node yourself, you can compile the node using the command cargo b --profile production -p polimec-node. You'll find the binary in target/production/polimec-node.

  • This release also simplifies configuration by including the production chainspec directly in the binary, enabling you to start the node with the --chain polimec flag instead of using a raw chainspec. You can now start a Polimec RPC node by simply running:

./polimec-node \
  --name="RPC 1" \
  --chain polimec \
  --pruning archive \
  --database=paritydb \
  --rpc-methods=safe \
  --rpc-cors=all \
  --rpc-max-connections=10000 \
  -- \
  --database=paritydb \
  --sync=warp 
  • Additionally, the polimec-node-experimental binary is attached, compiled with the async-backing feature. Please note, this version is experimental and should not be used in production settings.

What's Changed

  • Feature/plmc 472 remove ct deposit fix bug with hold and reserve by @vstam1 in #201
  • Feat/plmc 458 community round gatekeep based on did winning bid not account by @JuaniRios in #196
  • feature/plmc-408-prevent-spam-on-project-creation by @JuaniRios in #198
  • Feature/plmc 138 rename runtimes by @JuaniRios in #194
  • Feature/plmc 460 upgrade to sdk 16 by @vstam1 in #181
  • chore: first round of cleaning by @lrazovic in #204
  • feature/plmc-468-limit-multipliers-based-on-credential-type by @JuaniRios in #199
  • feature/plmc-470-add-credential-to-decide_project_outcome by @JuaniRios in #205
  • remove dupl test by @JuaniRios in #211
  • Feature/plmc 474 add extrinsic to remove project before evaluation started by @JuaniRios in #208
  • Feature/plmc 466 research if storage layers dont get dropped when calling by @JuaniRios in #214
  • Feature/plmc 473 change edit metadata extrinsic to edit the whole metadata by @JuaniRios in #207
  • feature/plmc-480-rename-create-extrinsic-to-create_project by @JuaniRios in #215
  • feature/plmc-486-change-is_funded-to-use-usd-amounts-of-evaluations-instead by @JuaniRios in #216
  • Feat/refactor politest by @lrazovic in #212
  • add plmc price to oracle by @vstam1 in #219
  • fix live node storage by @vstam1 in #220
  • Feature/settlement rewrite by @vstam1 in #202
  • Feat/millis timestamp by @lrazovic in #217
  • feature/plmc-483-write-missing-unit-tests-on-pallet-funding-based-on-the by @JuaniRios in #218
  • Feature/plmc 163 events refactor + extra by @vstam1 in #221
  • Politest Upgrade 0.6.3 by @JuaniRios in #223
  • Feature: Dispenser Pallet by @vstam1 in #226
  • chore: add missing pallets in define_benchmarks! by @lrazovic in #227
  • Feature/plmc 512 comprehensive auction round tests by @JuaniRios in #224
  • Fix/Identity benchmarks by @JuaniRios in #231
  • Fix/assets benchmarks by @JuaniRios in #232

Full Changelog: v0.5.7...v0.6.0

This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using a forked srtool v0.14.0 due to a known bug in the original version

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-6000 (polimec-mainnet-0.tx2.au1)
 Metadata         : V14
 Size             : 1.09 MB (1140751 bytes)
 Compression      : 74.84%
 setCode          : 0x3d81fe158c932b49b576a05f6798fb25d22cc09f35d5afaa143db1b2530e76a4
 authorizeUpgrade : 0x9d07823f57feef4f248936522324ef3eafe9fd256c75dab3142baf2966f14e4c
 IPFS             : QmSVmgauc9QMGMKQBgpWcm4e7VHo2R7NJHSufX76dft5Yf
 BLAKE2_256       : 0x31e2cf61cadfa5f1bf876928eb241ae6c0462f27a5b461cb94fe14c2a5a1058d
 Wasm             : runtimes/polimec/target/srtool/production/wbuild/polimec-runtime/polimec_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.088 MB (1,140,751 bytes)
🗜  Compressed:               Yes, 74.84%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-6000 (polimec-mainnet-0.tx2.au1)
🗳️  system.setCode hash:      0x3d81fe158c932b49b576a05f6798fb25d22cc09f35d5afaa143db1b2530e76a4
🗳️  authorizeUpgrade hash:    0x9d07823f57feef4f248936522324ef3eafe9fd256c75dab3142baf2966f14e4c
🗳️  Blake2-256 hash:          0x31e2cf61cadfa5f1bf876928eb241ae6c0462f27a5b461cb94fe14c2a5a1058d
📦 IPFS:                     https://www.ipfs.io/ipfs/QmSVmgauc9QMGMKQBgpWcm4e7VHo2R7NJHSufX76dft5Yf
  • Generated using subwasm diff
[≠] pallet 0: System -> 8 change(s)
  - calls changes:
    [+] CallDesc { index: 9, name: "authorize_upgrade", signature: SignatureDesc { args: [ArgDesc { name: "code_hash", ty: "T::Hash" }] } }
    [+] CallDesc { index: 10, name: "authorize_upgrade_without_checks", signature: SignatureDesc { args: [ArgDesc { name: "code_hash", ty: "T::Hash" }] } }
    [+] CallDesc { index: 11, name: "apply_authorized_upgrade", signature: SignatureDesc { args: [ArgDesc { name: "code", ty: "Vec<u8>" }] } }

  - events changes:
    [+] EventDesc { index: 6, name: "UpgradeAuthorized", signature: SignatureDesc { args: [ArgDesc { name: "code_hash", ty: "T::Hash" }, ArgDesc { name: "check_version", ty: "bool" }] } }

  - errors changes:
    [+] ErrorDesc { index: 6, name: "NothingAuthorized" }
    [+] ErrorDesc { index: 7, name: "Unauthorized" }

  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(143, 112)), Changed(37, U8Change(19, 23)), Changed(44, U8Change(44, 48)), Changed(177, U8Change(1, 251)), Changed(178, U8Change(0, 197)), Changed(179, U8Change(0, 119)), Changed(180, U8Change(0, 185)), Changed(181, U8Change(1, 215)), Added(182, 71), Added(183, 239), Added(184, 214), Added(185, 1), Added(186, 0), Added(187, 0), Added(188, 0), Added(189, 2), Added(190, 0), Added(191, 0), Added(192, 0), Added(193, 1)])]

  - storages changes:
    [+] StorageDesc { name: "AuthorizedUpgrade", modifier: "Optional", default_value: [0] }

[≠] pallet 1: ParachainSystem -> 9 change(s)
  - events changes:
    [≠]  3: UpgradeAuthorized ( code_hash: T::Hash, )  )
        [Name(StringChange("UpgradeAuthorized", "DownwardMessagesReceived")), Signature(SignatureChange { args: [Changed(0, [Name(StringChange("code_hash", "count")), Ty(StringChange("T::Hash", "u32"))])] })]
    [≠]  4: DownwardMessagesReceived ( count: u32, )  )
        [Name(StringChange("DownwardMessagesReceived", "DownwardMessagesProcessed")), Signature(SignatureChange { args: [Changed(0, [Name(StringChange("count", "weight_used")), Ty(StringChange("u32", "Weight"))]), Added(1, ArgDesc { name: "dmq_head", ty: "relay_chain::Hash" })] })]
    [≠]  5: DownwardMessagesProcessed ( weight_used: Weight, dmq_head: relay_chain::Hash, )  )
        [Name(StringChange("DownwardMessagesProcessed", "UpwardMessageSent")), Signature(SignatureChange { args: [Changed(0, [Name(StringChange("weight_used", "message_hash")), Ty(StringChange("Weight", "Option<XcmHash>"))]), Removed(1, ArgDesc { name: "dmq_head", ty: "relay_chain::Hash" })] })]
    [-] "UpwardMessageSent"

  - storages changes:
    [+] StorageDesc { name: "AggregatedUnincludedSegment", modifier: "Optional", default_value: [0] }
    [+] StorageDesc { name: "UnincludedSegment", modifier: "Default", default_value: [0] }
    [+] StorageDesc { name: "UpgradeGoAhead", modifier: "Default", default_value: [0] }
    [+] StorageDesc { name: "UpwardDeliveryFeeFactor", modifier: "Default", default_value: [0, 0, 100, 167, 179, 182, 224, 13, 0, 0, 0, 0, 0, 0, 0, 0] }
    [-] "AuthorizedUpgrade"

[≠] pallet 8: Identity -> 40 change(s)
  - calls changes:
    [≠]  1: set_identity ( info: Box<IdentityInfo<T::MaxAdditionalFields>>, )  )
        [Signature(SignatureChange { args: [Changed(0, [Ty(StringChange("Box<IdentityInfo<T::MaxAdditionalFields>>", "Box<T::IdentityInformation>"))])] })]
    [≠]  8: set_fields ( index: RegistrarIndex, fields: IdentityFields, )  )
        [Signature(SignatureChange { args: [Changed(1, [Ty(StringChange("IdentityFields", "<T::IdentityInformation as IdentityInformationProvider>::\nFieldsIdentifier"))])] })]
    [+] CallDesc { index: 15, name: "add_username_authority", signature: Signatu...
Read more

Polimec 0.5.7

19 Mar 15:57
b910296
Compare
Choose a tag to compare

This is a runtime-only release. No node binary is provided.

What's Changed

Full Changelog: v0.5.6...v0.5.7
This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-5007 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 1.20 MB (1258888 bytes)
 Compression      : 79.62%
 setCode          : 0xbb4005777126b9895f37a510f84300184713316446ae9bc66353dc23b92a3501
 authorizeUpgrade : 0xed1048e2aaccc86343b21535b7eef15dfea3288dceea27fd3e33d73698b7d8ab
 IPFS             : Qmary62MK2tb7fKG71mZdRgu7gUPKf1HiVphdUU6HQLEHP
 BLAKE2_256       : 0xfc9d1f8c29e38812351383a0887233e80226f3c6ef58788fa84fcd67d5dccdef
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.201 MB (1,258,888 bytes)
🗜  Compressed:               Yes, 79.62%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-5007 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xbb4005777126b9895f37a510f84300184713316446ae9bc66353dc23b92a3501
🗳️  authorizeUpgrade hash:    0xed1048e2aaccc86343b21535b7eef15dfea3288dceea27fd3e33d73698b7d8ab
🗳️  Blake2-256 hash:          0xfc9d1f8c29e38812351383a0887233e80226f3c6ef58788fa84fcd67d5dccdef
📦 IPFS:                     https://www.ipfs.io/ipfs/Qmary62MK2tb7fKG71mZdRgu7gUPKf1HiVphdUU6HQLEHP
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(142, 143))])]

SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.5.6

18 Mar 13:08
92c3d45
Compare
Choose a tag to compare
Polimec 0.5.6 Pre-release
Pre-release

This is a runtime-only release. No node binary is provided.

What's Changed

Full Changelog: v0.5.5...v0.5.6

This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-5006 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 1.21 MB (1268213 bytes)
 Compression      : 79.36%
 setCode          : 0xb29df3646b4f1a65c473206e164869375fa494adbc80aa32965f73d9afee3a49
 authorizeUpgrade : 0x193610730bcb0f2d7db4bb935b18ea4b6d7d05bb0988332adc782bcd13fa777d
 IPFS             : QmXTGGUxgStLR4waRiXkURH28ocAPAZrmK4BiCa5zLZjav
 BLAKE2_256       : 0xccd0ca3c9f33eed3858aa540a1072819ab29a007c40d7354406399847ddf9cff
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.209 MB (1,268,213 bytes)
🗜  Compressed:               Yes, 79.36%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-5006 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xb29df3646b4f1a65c473206e164869375fa494adbc80aa32965f73d9afee3a49
🗳️  authorizeUpgrade hash:    0x193610730bcb0f2d7db4bb935b18ea4b6d7d05bb0988332adc782bcd13fa777d
🗳️  Blake2-256 hash:          0xccd0ca3c9f33eed3858aa540a1072819ab29a007c40d7354406399847ddf9cff
📦 IPFS:                     https://www.ipfs.io/ipfs/QmXTGGUxgStLR4waRiXkURH28ocAPAZrmK4BiCa5zLZjav
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(141, 142))])]

SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.5.5

11 Mar 16:11
28c7bf1
Compare
Choose a tag to compare

This is a runtime-only release. No node binary is provided.

What's Changed

Full Changelog: v0.5.0...v0.5.5

This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-5005 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 1.20 MB (1257238 bytes)
 Compression      : 79.54%
 setCode          : 0x88541cf7ae50723ca30d0100065f602296fd9a7c9e6966b442db34ac21902ee0
 authorizeUpgrade : 0xcbeea97e1720ba7c1073afbab053e2ca0d62f9a93124b018f2d8361393408e6b
 IPFS             : QmebAgpfyCqvpdmR2RJGCEJWRegMhtywAZp5GVrVtZDpmp
 BLAKE2_256       : 0x9c12fe57745c6fa5e3119a4ee74f31ad6585a3db443da59fb79b3c29dac16866
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.199 MB (1,257,238 bytes)
🗜  Compressed:               Yes, 79.53%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-5005 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0x88541cf7ae50723ca30d0100065f602296fd9a7c9e6966b442db34ac21902ee0
🗳️  authorizeUpgrade hash:    0xcbeea97e1720ba7c1073afbab053e2ca0d62f9a93124b018f2d8361393408e6b
🗳️  Blake2-256 hash:          0x9c12fe57745c6fa5e3119a4ee74f31ad6585a3db443da59fb79b3c29dac16866
📦 IPFS:                     https://www.ipfs.io/ipfs/QmebAgpfyCqvpdmR2RJGCEJWRegMhtywAZp5GVrVtZDpmp
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(136, 141))])]

[≠] pallet 44: Elections -> 2 change(s)
  - constants changes:
    [≠] MaxCandidates: [232, 3, 0, 0]
        [Value([Changed(0, U8Change(232, 30)), Changed(1, U8Change(3, 0))])]
    [≠] MaxVoters: [16, 39, 0, 0]
        [Value([Changed(0, U8Change(16, 200)), Changed(1, U8Change(39, 0))])]

[-] pallet 4: Sudo
SUMMARY:
- Compatible.......................: false
- Require transaction_version bump.: false

Polimec 0.5.1

07 Mar 17:02
849f555
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Runtime info

This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-5001 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 1.21 MB (1268738 bytes)
 Compression      : 79.45%
 setCode          : 0xf04a0d22d9fa93c37a45ad94a33e5dcf2939602417e67b336e8a91858b6a0163
 authorizeUpgrade : 0xbb619cdb7acb9e949b690e3824d9df42460aae732dd3dec7598190118442ed59
 IPFS             : QmevWJsTFm1zdRaAddfK867uSFKBDZEqyWBQeDoAFuiGEM
 BLAKE2_256       : 0x3e2461b3fd8b92eb1faa6dfd560cf4fd68951550552fb1d7aa1e8e51d71b644e
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.210 MB (1,268,738 bytes)
🗜  Compressed:               Yes, 79.45%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-5001 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xf04a0d22d9fa93c37a45ad94a33e5dcf2939602417e67b336e8a91858b6a0163
🗳️  authorizeUpgrade hash:    0xbb619cdb7acb9e949b690e3824d9df42460aae732dd3dec7598190118442ed59
🗳️  Blake2-256 hash:          0x3e2461b3fd8b92eb1faa6dfd560cf4fd68951550552fb1d7aa1e8e51d71b644e
📦 IPFS:                     https://www.ipfs.io/ipfs/QmevWJsTFm1zdRaAddfK867uSFKBDZEqyWBQeDoAFuiGEM
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(136, 137))])]

[≠] pallet 44: Elections -> 2 change(s)
  - constants changes:
    [≠] MaxCandidates: [232, 3, 0, 0]
        [Value([Changed(0, U8Change(232, 30)), Changed(1, U8Change(3, 0))])]
    [≠] MaxVoters: [16, 39, 0, 0]
        [Value([Changed(0, U8Change(16, 200)), Changed(1, U8Change(39, 0))])]

SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.5.0

04 Mar 16:03
fadef27
Compare
Choose a tag to compare

What's Changed

  • Feature/plmc 398 add treasury pallet to base runtime should like the one in by @vstam1 in #154
  • Chore/bump version by @lrazovic in #158
  • Add Democracy Electorate Configuration by @vstam1 in #162
  • Feat/benchmarks refactor by @lrazovic in #160
  • Feature/plmc 267 add complexity parameters to extrinsic benchmarks by @JuaniRios in #148
  • Feat/adjust fast mode governance by @lrazovic in #164
  • Feature/plmc 315 configure pallet assets to accept usdtusdc from ah by @vstam1 in #161
  • Feature/plmc 412 on initialize benchmarks by @JuaniRios in #159
  • Feature/plmc 432 allow async instantiaton of auctioning project with existing by @JuaniRios in #163
  • Fix voting issue in election pallet with premature unlock of tokens by @vstam1 in #168
  • add identity pallet to base and test runtimes by @vstam1 in #166
  • add extra proxy functionalities by @vstam1 in #167
  • Improve README by @lrazovic in #171
  • Increase ED by 10x. 0.001 PLMC -> 0.01 PLMC by @JuaniRios in #172
  • Feature/on chain jwt by @vstam1 in #170
  • Feature/plmc 356 adjust the plmc amount bonded by @JuaniRios in #175
  • Feature/split contributions by @vstam1 in #176
  • Fix/jwt runtime bench by @lrazovic in #178

Full Changelog: v0.4.0...v0.5.0

Runtime info

This runtime was built with rustc 1.75.0 (82e1608df 2023-12-21) using srtool v0.14.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-5000 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 1.21 MB (1269351 bytes)
 Compression      : 79.45%
 setCode          : 0x3150ae362d869e96baee1aa5b3f700fe6bc7ef4fa6da1df86e38ea426e0c373b
 authorizeUpgrade : 0x01cbf5f6f4d0693a20c63970a3505d7d4a98908a4f837b6264e51e7ea362c5dc
 IPFS             : QmaTQxRps197vz4u7dv7yQJhZrkV2CuYVforzee7qo9abz
 BLAKE2_256       : 0x0162790bec7b22abc909745a75384c4997493db83966eb2f6c643342b06bc6f6
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             1.211 MB (1,269,351 bytes)
🗜  Compressed:               Yes, 79.44%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-5000 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0x3150ae362d869e96baee1aa5b3f700fe6bc7ef4fa6da1df86e38ea426e0c373b
🗳️  authorizeUpgrade hash:    0x01cbf5f6f4d0693a20c63970a3505d7d4a98908a4f837b6264e51e7ea362c5dc
🗳️  Blake2-256 hash:          0x0162790bec7b22abc909745a75384c4997493db83966eb2f6c643342b06bc6f6
📦 IPFS:                     https://www.ipfs.io/ipfs/QmaTQxRps197vz4u7dv7yQJhZrkV2CuYVforzee7qo9abz
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(161, 136)), Changed(37, U8Change(15, 19))])]

[+] id:  8 - new pallet: Identity
[≠] pallet 10: Balances -> 1 change(s)
  - constants changes:
    [≠] ExistentialDeposit: [128, 150, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
        [Value([Changed(0, U8Change(128, 0)), Changed(1, U8Change(150, 225)), Changed(2, U8Change(152, 245)), Changed(3, U8Change(0, 5))])]

[+] id: 14 - new pallet: ForeignAssets
[+] id: 40 - new pallet: Treasury
[+] id: 41 - new pallet: Democracy
[+] id: 42 - new pallet: Council
[+] id: 43 - new pallet: TechnicalCommittee
[+] id: 44 - new pallet: Elections
[+] id: 45 - new pallet: Preimage
[+] id: 46 - new pallet: Scheduler
SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.4.0

01 Feb 12:26
7bdadfe
Compare
Choose a tag to compare

What's Changed

  • Feature/plmc 350 setup offchain worker for price injection with first usdxusd by @vstam1 in #118
  • Feature/plmc 391 allow parallel instantiaton of projects by @JuaniRios in #130
  • Feature/plmc 413 fix existing benchmarks by @JuaniRios in #146
  • Add custom migrations for OracleProvidersMembership by @lrazovic in #147
  • Feature/plmc 417 Update docs by @lrazovic in #150
  • Chore/optimize size by @lrazovic in #151
  • Feat/PLMC-420: All extrinsics failing on new testing node by @JuaniRios in #153
  • chore: add helikon bootnodes by @lrazovic in #152

Full Changelog: v0.3.2...v0.4.0

Runtime info

This runtime was built with rustc 1.74.0 (79e9716c9 2023-11-13) using srtool v0.13.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-4000 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 970.84 kB (994136 bytes)
 Compression      : 79.17%
 setCode          : 0xf5bd2c260a8a45d76807b2dbbb631ed9e828ced12b3296defc9a57176cb7013c
 authorizeUpgrade : 0x7ec6c232ca9cebd4cfff46c1ea69bedfc0fc0acdb0f24862a9edb550cbfd8298
 IPFS             : QmUYLTeDBAvx24ueputPNZ9MgpzZXeAp7ZuN1xZic1zbwX
 BLAKE2_256       : 0x93fb4a70dd1f904f5e6d7c7b0375b8157a2ceac8d71d3006860c107d854662f6
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             0.948 MB (994,136 bytes)
🗜  Compressed:               Yes, 79.17%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-4000 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xf5bd2c260a8a45d76807b2dbbb631ed9e828ced12b3296defc9a57176cb7013c
🗳️  authorizeUpgrade hash:    0x7ec6c232ca9cebd4cfff46c1ea69bedfc0fc0acdb0f24862a9edb550cbfd8298
🗳️  Blake2-256 hash:          0x93fb4a70dd1f904f5e6d7c7b0375b8157a2ceac8d71d3006860c107d854662f6
📦 IPFS:                     https://www.ipfs.io/ipfs/QmUYLTeDBAvx24ueputPNZ9MgpzZXeAp7ZuN1xZic1zbwX
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(186, 160)), Changed(37, U8Change(11, 15))])]

[+] id: 70 - new pallet: Oracle
[+] id: 71 - new pallet: OracleProvidersMembership
[+] id: 72 - new pallet: OracleOffchainWorker
SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.3.2

24 Jan 11:11
80848e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Runtime info

This runtime was built with rustc 1.74.0 (79e9716c9 2023-11-13) using srtool v0.13.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-3002 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 924.01 kB (946188 bytes)
 Compression      : 79.62%
 setCode          : 0x6593de8663a34f2b14b5e5490b27f19c958c4c4ea37d7ec2f6b813d8e9b1ff27
 authorizeUpgrade : 0x8a40a0b038c63908d005241487e4b05c583862a9435485977b68846529cf2c00
 IPFS             : QmTM9C1MU8U8SXw4LiwY3yBrwNjnvAAAsuGRv6MFa2jm6V
 BLAKE2_256       : 0x35d8c3880d2b0814fe207458b273bda58a760658f1e8889a7253c327ab5bef70
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             0.902 MB (946,188 bytes)
🗜  Compressed:               Yes, 79.62%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-3002 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0x6593de8663a34f2b14b5e5490b27f19c958c4c4ea37d7ec2f6b813d8e9b1ff27
🗳️  authorizeUpgrade hash:    0x8a40a0b038c63908d005241487e4b05c583862a9435485977b68846529cf2c00
🗳️  Blake2-256 hash:          0x35d8c3880d2b0814fe207458b273bda58a760658f1e8889a7253c327ab5bef70
📦 IPFS:                     https://www.ipfs.io/ipfs/QmTM9C1MU8U8SXw4LiwY3yBrwNjnvAAAsuGRv6MFa2jm6V
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(3, 185)), Changed(37, U8Change(0, 11))])]

SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.3.1

04 Jan 14:36
79d59a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Runtime info

This runtime was built with rustc 1.74.0 (79e9716c9 2023-11-13) using srtool v0.13.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-3001 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 939.47 kB (962020 bytes)
 Compression      : 79.28%
 setCode          : 0xa5d7008708d3cd7121ed2804448221e9aa2e547ba2cf64e3b07ff3857a9926de
 authorizeUpgrade : 0x122501291bcfb27a1c0df212a2f16ea09c1593177488907d95a818820bb9af7c
 IPFS             : QmPw8Gp9zKDWfbe75hM1wJ9sTbgqqxdXbdzdGN3A55hGuU
 BLAKE2_256       : 0x7f6bb475a331d35496b96728e0c9bf31ef68066f749be69fb53b365f80f58231
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             0.917 MB (962,020 bytes)
🗜  Compressed:               Yes, 79.28%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-3001 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xa5d7008708d3cd7121ed2804448221e9aa2e547ba2cf64e3b07ff3857a9926de
🗳️  authorizeUpgrade hash:    0x122501291bcfb27a1c0df212a2f16ea09c1593177488907d95a818820bb9af7c
🗳️  Blake2-256 hash:          0x7f6bb475a331d35496b96728e0c9bf31ef68066f749be69fb53b365f80f58231
📦 IPFS:                     https://www.ipfs.io/ipfs/QmPw8Gp9zKDWfbe75hM1wJ9sTbgqqxdXbdzdGN3A55hGuU
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(3, 185)), Changed(37, U8Change(0, 11))])]

SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false

Polimec 0.3.0

03 Jan 13:29
300bd20
Compare
Choose a tag to compare

What's Changed

New Contributors

Runtime info

This runtime was built with rustc 1.74.0 (79e9716c9 2023-11-13) using srtool v0.13.0

  • Generated using srtool
== Compressed
 Version          : polimec-mainnet-3 (polimec-mainnet-0.tx1.au1)
 Metadata         : V14
 Size             : 930.17 kB (952493 bytes)
 Compression      : 79.59%
 setCode          : 0xa0041d70371501418ac8dec7d38682fad58ea70fae139fc0c2598f2b8df9b6bf
 authorizeUpgrade : 0x5746dae2b6f6216de0c1edec7112993f9aa3f3f1d8457837ed11c7b91ffad30d
 IPFS             : QmRc5JF4wouLHhkdJZG9WEyf3LfMsnxwGkXhEfXVWPoA9C
 BLAKE2_256       : 0x9f97464dd1ecd4d7c5b327dd7a494932a3f1c3b4295a9ab300e9bc713d81a317
 Wasm             : runtimes/base/target/srtool/release/wbuild/polimec-base-runtime/polimec_base_runtime.compact.compressed.wasm
  • Generated using subwasm info
🏋️  Runtime size:             0.908 MB (952,493 bytes)
🗜  Compressed:               Yes, 79.58%
✨ Reserved meta:            OK - [6D, 65, 74, 61]
🎁 Metadata version:         V14
🔥 Core version:             polimec-mainnet-3 (polimec-mainnet-0.tx1.au1)
🗳️  system.setCode hash:      0xa0041d70371501418ac8dec7d38682fad58ea70fae139fc0c2598f2b8df9b6bf
🗳️  authorizeUpgrade hash:    0x5746dae2b6f6216de0c1edec7112993f9aa3f3f1d8457837ed11c7b91ffad30d
🗳️  Blake2-256 hash:          0x9f97464dd1ecd4d7c5b327dd7a494932a3f1c3b4295a9ab300e9bc713d81a317
📦 IPFS:                     https://www.ipfs.io/ipfs/QmRc5JF4wouLHhkdJZG9WEyf3LfMsnxwGkXhEfXVWPoA9C
  • Generated using subwasm diff
[≠] pallet 0: System -> 1 change(s)
  - constants changes:
    [≠] Version: [ 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, 60, 112, 111, 108, 105, 109, 101, 99, 45, 109, 97, 105, 110, 110, 101, 116, ... ]
        [Value([Changed(36, U8Change(2, 3))])]

[+] id:  5 - new pallet: Utility
[+] id:  6 - new pallet: Multisig
[+] id:  7 - new pallet: Proxy
[+] id: 12 - new pallet: Vesting
SUMMARY:
- Compatible.......................: true
- Require transaction_version bump.: false