Releases: capsule-corp-ternoa/ternoa-node
Ternoa v1.4.4
What's Changed
- node issue fixes by @Immanuel-john in #321
- Polkadot v0.9.42 new by @Immanuel-john in #322
Full Changelog: v1.4.3...v1.4.4
Ternoa v1.4.3
What's Changed
- Upgrade to 0.9.31 by @Immanuel-john in #313
- node version and runtime version updated as root version by @Immanuel-john in #314
- Runtime discrepancies fixes by @Immanuel-john in #315
- Update spec version 23 by @Immanuel-john in #316
- Polkadot v0.9.34 by @Immanuel-john in #317
- Polkadot v0.9.40 by @Immanuel-john in #318
- Update README.md by @Immanuel-john in #319
Full Changelog: v1.3.2...v1.4.3
Ternoa v1.3.2
This is the 16th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 21
Mainnet Runtime: 21
Changes
- SBP Feedback review comments incorporated in all the pallets applicable
- Certik Audit comments fixes in all the pallets applicable
- TEE Pallet Staking and Unstaking features
- TEE Pallet metrics server onboarding and report submission features
- TEE Pallet rewards mechanisms for enclaves
- TEE Pallet Storage Migration for ClusterData
- TEE Pallet few Force extrinsics changes
- Pallet dependents on TEE Pallet modifications on few test cases and mocks
- Runtime change for Bignumbers to UNITS
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
New Mainnet Runtime
Package : mainnet-runtime v1.3.2
GIT commit : 74433d2
GIT tag : v1.3.1
GIT branch : HEAD
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-11-08T08:38:18Z
== Compact
Version : mainnet-21 (mainnet-0.tx1.au1)
Metadata : V14
Size : 4.18 MB (4384320 bytes)
setCode : 0xab6157c10f2062229d3fa2a5cfad2c0b7f50fe2ab8525b66975ee6774e09a2fc
authorizeUpgrade : 0x80f71b70560a192150370d86720c890c288eaf20aacbe62917d71abbd11eea55
IPFS : QmS7ndaR2W8GiJD7UNHPAAT3QjXJi72LjkVmBikqNdatk4
BLAKE2_256 : 0xda16420f4dbb5ff5cec5fa5999932e76fc887546ce9d1275f215f8cc0e77f605
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : mainnet-21 (mainnet-0.tx1.au1)
Metadata : V14
Size : 903.21 KB (924882 bytes)
Compression : 78.91%
setCode : 0xfb22be1602b1aae8bb51462e31f4642336f3e08a962f7f256c1dcf7ab4628df9
authorizeUpgrade : 0x5274d0e43bf59805031f5f876fae0fefba5a3e6bf2130755fce14f0b2672a723
IPFS : QmRP9nugs7GRWimYMHvPgCSiyTvnGzTDuPdDGEqtWZkYUb
BLAKE2_256 : 0xea700d3e57d86047dfd42317c87de3743a5c15e539e1b1053bc41f0a14eab13e
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
New Alphanet Runtime
Package : alphanet-runtime v1.3.2
GIT commit : 74433d2
GIT tag : v1.3.1
GIT branch : HEAD
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-11-08T07:10:02Z
== Compact
Version : alphanet-21 (alphanet-0.tx1.au1)
Metadata : V14
Size : 4.18 MB (4386656 bytes)
setCode : 0x19d602715d39ed448d895fe30cd8c6f2d500953791e9f2b4eb91a9fd743aaf76
authorizeUpgrade : 0xfa0386bdea7a14c27ae7992948d19970d943278fc7747c667be8bde3ebe9366c
IPFS : QmSXadKrnnwp42qgcNvbKtojFgBD67YN7W2EoPfqEnpDPe
BLAKE2_256 : 0x8957b405cf5be0bf14601bd282522351b77106ce04ddb172925537e84a17b674
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.wasm
== Compressed
Version : alphanet-21 (alphanet-0.tx1.au1)
Metadata : V14
Size : 903.09 KB (924765 bytes)
Compression : 78.92%
setCode : 0x55fe0edf072765f5fd495e14fe1ae80e9301f5405443bb45fa32d7463772aa24
authorizeUpgrade : 0x91ee1aa8bc825a6d73a93694473d7434a018f12bf52ea725a860e2760869167f
IPFS : QmQ1nPbZ8if34Xmwhho4aApm7TxYiVhK6fUrJ7tCRy6ki7
BLAKE2_256 : 0xf826ca0c76b8f23ad0cbbe8459602c421e342fcdfeeaca82a42c8e79cf86a6e7
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.compressed.wasm
Ternoa v1.3.1
This is the 16th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 15
Mainnet Runtime: 15
Changes
- GLOBAL - Update of dependencies to use polkadot tags
- NFT PALLET - buy_nft : Add a parameter for the price to protect the buyer
- NFT PALLET - set_collection_offchain_data : Added extrinsic to change the collection metadata
- NFT PALLET - migration removed : Removed the previous migration
- AUCTION PALLET - buy_it_now : Add a parameter for the buy it now price to protect the buyer
- RENT PALLET - struct : Added creation_block to contract structure for timestamp usage
- RENT PALLET - migration : Added a migration to add creation_block to all existing contracts
- RENT PALLET - rent : Fix multiple rent issue
- RENT PALLET - rent : Added a parameter for the creation block to protect the rentee
- RENT PALLET - make_rent_offer : Added a parameter for the creation block to protect the rentee
New Mainnet Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : mainnet-runtime v1.3.1
GIT commit : 8da6743
GIT tag : v1.3.0
GIT branch : main
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-04-11T18:59:55Z
== Compact
Version : mainnet-15 (mainnet-0.tx1.au1)
Metadata : V14
Size : 4.07 MB (4266589 bytes)
setCode : 0x40159b061281850cd03d7aa7612f5f91b8514a83b52466d319dc189c45ce0f1b
authorizeUpgrade : 0x2680904623c2e2d5c0b50d3128fe7f34503a97fd04771f2b656de57bc544c75f
IPFS : QmSvb28LiRYbNvNDMKe8TAhbQVgJySQHFveQmn95AaCKCj
BLAKE2_256 : 0xec01490c738c3346c955ae513c1014af0eaa11b226707ceaf75ff3e71925b8cb
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : mainnet-15 (mainnet-0.tx1.au1)
Metadata : V14
Size : 881.91 KB (903080 bytes)
Compression : 78.84%
setCode : 0x2145486ec719e2e7cbb9c3b0224694461066f355bd2f74717edd1bcbe130a581
authorizeUpgrade : 0xb8c7725d0d65eea7b6d5725ed9828b68218cdf7cbd12685582f05e7c9bd29482
IPFS : QmX9EyfJXbdS39RoeAJz2cH13irndzZv5rdX3qs4p5xkKr
BLAKE2_256 : 0xdec39cc2559aac992901103464ea103217b989feedb3a9ba8391b9a3d2d33e29
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
New Alphanet Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : alphanet-runtime v1.3.1
GIT commit : 8da6743
GIT tag : v1.3.0
GIT branch : main
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-04-11T18:48:36Z
== Compact
Version : alphanet-15 (alphanet-0.tx1.au1)
Metadata : V14
Size : 4.07 MB (4268872 bytes)
setCode : 0xb44c6cb76645c8021a9d9e2afd724382562c38d7eff3f7502e2771b3d747852d
authorizeUpgrade : 0x1265f368a2ce691055c4a012142136d82fd3851ed2e63aad9087a76160da273d
IPFS : QmcLyyA6YWwQDYitY8B6CWnr1y44dwRty1h2sg6GqFYfBK
BLAKE2_256 : 0xfa38a22dd9eda9f0ef90ea95fae09289f184d3fc6325ab9127253a6dd7e64d36
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.wasm
== Compressed
Version : alphanet-15 (alphanet-0.tx1.au1)
Metadata : V14
Size : 882.78 KB (903970 bytes)
Compression : 78.83%
setCode : 0x65b1e94f822b0a192aa11b6f935b7578c2f280b7e4e04ffbe08c170c00aeb400
authorizeUpgrade : 0x25e9b284c3b83571a1fce27fe4baa303eb7ce5441e1a6d1f742f636caca72074
IPFS : QmVqHgoyh1kNfXoEe3dfQy8PaPWVZtgdCuzsabqi5Ti3r7
BLAKE2_256 : 0x3dff60edcfccf5405340080a110e1c82edc1825103d88c3b31b633e866d4a1cd
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.compressed.wasm
Ternoa v1.3.0
This is the 15th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 14
Mainnet Runtime: 14
Changes
- Add Secret NFT to NFT pallet
- Add Capsule NFT to NFT pallet
- Add Transmission protocol pallet
- NFT Storage migration :
- State change : Renamed is_syncing to is_syncing_secret
- State changed : Added is_syncing_capsule, is_transmission
- Removed migration of validators in bagslist
- Add new weights calculation
New Mainnet Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : mainnet-runtime v1.3.0
GIT commit : fcd3326
GIT tag : v1.2.4-rc2
GIT branch : main
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-02-17T08:55:10Z
== Compact
Version : mainnet-14 (mainnet-0.tx1.au1)
Metadata : V14
Size : 4.09 MB (4286305 bytes)
setCode : 0x9c5abb55a5f0a440d38d132b75c38d9b4bf242247236ae9b2f36e14acbdd0a2d
authorizeUpgrade : 0xaf2610b1c56324bfc9e9dccd8eff2cce71f3c8918228c07765074387cec6241b
IPFS : QmRQ8yVZiw8K7MCXjpfknGpTBsLVPmgNz8rQTcwTiQN3u2
BLAKE2_256 : 0xc34cc0331ededbd471beafc9e2a86698ff7cb5bff0510143ffc5884f99e83e1d
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : mainnet-14 (mainnet-0.tx1.au1)
Metadata : V14
Size : 886.63 KB (907914 bytes)
Compression : 78.82%
setCode : 0x84e9b53ab7aa723892a293dc440cea58c33e722de171364a71993272b63e8544
authorizeUpgrade : 0xebb76c817a721e85199d7d6be9c241f0bfb50dab4341a2f9148c6a1b00481d14
IPFS : QmaYDRzLzbgHVvobVjBF9Xvmzu1FXCfmz49JbWG5996Ngd
BLAKE2_256 : 0x6b63232cb70b4a21b7be7cc7c992a159d99aac13b7fc5c81ebcd55ab3768bd20
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
New Alphanet Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : alphanet-runtime v1.3.0
GIT commit : fcd3326
GIT tag : v1.2.4-rc2
GIT branch : main
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-02-17T08:48:00Z
== Compact
Version : alphanet-14 (alphanet-0.tx1.au1)
Size : 4.09 MB (4288507 bytes)
setCode : 0x7138512aaa116f3ee12752f5ee8843fdd4234b5b955cd53afa65dd6dd3e97682
authorizeUpgrade : 0x6105bf16e3f0215530f17b8fc41666ec3d66bc1a289e335cfdfb22a660c99547
IPFS : QmUgXxCXWUc6JBAwUxJ5YwvtddZyXitj6MSrSU7QDr6C2B
BLAKE2_256 : 0xc047ed588275e61b15ec6185ff9b973903459aff09f96fa0a7eefd4a07ef4ffc
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.wasm
== Compressed
Version : alphanet-14 (alphanet-0.tx1.au1)
Metadata : V14
Size : 885.65 KB (906904 bytes)
Compression : 78.86%
setCode : 0x290e1e16913c69c77ef1443d96a04768aace0fcb7c4cd535a34fc57b53c25f3e
authorizeUpgrade : 0xd8c9ac1b32888ffa12a4f191e57f6713eba631bb03e341a080d3a86f757d400f
IPFS : QmcRKUX1tcphs44F77DehPRotXLjRVKecB6ia3YPz7uBfZ
BLAKE2_256 : 0x2fed98438221459211114f85ea07d0268cf87643125965131694ca8012bda780
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.compressed.wasm
Ternoa v1.2.6
This is the 14th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 13
Mainnet Runtime: 13
Fixes
- Add a migration to add validators selfvotes in the bagslist.
New Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : mainnet-runtime v1.2.6
GIT commit : 1adb28c
GIT tag : v1.2.6
GIT branch : ghali/fix-bagslist-validator
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-01-25T19:46:11Z
== Compact
Version : mainnet-13 (mainnet-0.tx1.au1)
Metadata : V14
Size : 3.82 MB (4005753 bytes)
setCode : 0x17b4cae13ba8cd59ce8cc198f42bea0daaba9333d09524a3a1243f2e8e6d5840
authorizeUpgrade : 0x6ec1ba13ab341a36f010d1795e3fc991b36e580201ee0e41f0b367bc767ec7b4
IPFS : QmazmsYhPZ4RzWNoN9hszyShpHBGJHpZfb2q9XhHXZA4KU
BLAKE2_256 : 0xdce3757f599765ea795bf3ede4693c9e696fa9e8a3a025ef693d39c1b3e562ee
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : mainnet-13 (mainnet-0.tx1.au1)
Metadata : V14
Size : 852.00 KB (872451 bytes)
Compression : 78.23%
setCode : 0x8b7e3de8f29eb09988d449254fc7c8ecd7cbb46e2174ea814307998f66ca9088
authorizeUpgrade : 0x899fba8bc38baa85a40ed89bcd85d55eb9e411b4e3ab615fb8fe96424b7eb3a7
IPFS : QmP54QZRHGoUf2XsQm3DumLFzniKEae7QPvRL15XYZ4bdG
BLAKE2_256 : 0xab0ca3da3cafe50acfb197a4f869241c98eeafa020630729327aea0bf99d9c38
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
Ternoa v1.2.5
This is the 13th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 11
Mainnet Runtime: 12
Fixes
- Add a migration to fix the bags list pallet and related issues (oversubscribe and nominations).
New Runtime
Summary generated with srtool v0.9.25 using the docker image paritytech/srtool:1.66.1:
Package : mainnet-runtime v1.2.5
GIT commit : 43e38a7
GIT tag : v1.2.5
GIT branch : ghali/fix-bagslist
Rustc : rustc 1.66.1 (90743e729 2023-01-10)
Time : 2023-01-23T12:43:41Z
== Compact
Version : mainnet-12 (mainnet-0.tx1.au1)
Metadata : V14
Size : 3.83 MB (4015329 bytes)
setCode : 0xdcbfed6cacf0e41b3e87baefde30f16281292d636eaf7e755daa6eb190331d5e
authorizeUpgrade : 0x6d72eed3485e4455aefa9d2735eb7334bd237fe696c89696e61bfbe23a452f86
IPFS : QmU4M1sjRTEEXQ6THmihKpoUeMsKgdCBueLc7gdfxdycb2
BLAKE2_256 : 0xfb631e7de49b4b49d657d07489a97c952f5c8629e96b8a3b0fcf4ec0ae7fd553
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : mainnet-12 (mainnet-0.tx1.au1)
Metadata : V14
Size : 853.41 KB (873894 bytes)
Compression : 78.24%
setCode : 0xb0997b666e3679fe97a5708080151d2a4064b901d8422931a0bba68f00cd9ea6
authorizeUpgrade : 0x9925a3fb8ae94a4dc5a52c256a171e8f91473d1ceadbe14786c45e2d73abf63f
IPFS : Qmf6xhk3z1c8PjLQMYje5AEbqMLqsBDP75E2BLvSCDUgcV
BLAKE2_256 : 0x6ccf0d8f258bc71eb7436334c06d28d60096da3a33e7a4274f372a466cbf1694
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
Ternoa v1.2.4
This is the 12th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 11
Mainnet Runtime: 11
Changes
- Add auction pallet
- Add renting pallet
- Upgrade substrate to November 2022 Monthly version
- NFT Storage migration
- Listed_for_sale is rename to is_listed !!! BREAKING !!!
- Add new field in nft state : is_rented
- Add new field in nft state : is_syncing
- NFT Soulbound feature update
- Logic changed
- Before : You create a Soulbound NFT, then it's not sellable / transferrable
- After : You create a Soulbound NFT, then i you can sell it / transfer it only if you are the creator (Soulbound NFT Issuance)
- Marketplace Storage migration
- Add new field to marketplace : Collection list
- This field is used to allow or disallow a collection depending on marketplace kind
- Add new field to marketplace : Collection list
- Bags list migration removal
- Add new weights calculation
New Runtime
Summary generated with srtool v0.9.23 using the docker image paritytech/srtool:1.64.0:
Package : mainnet-runtime v1.2.4
GIT commit : 640f8cd
GIT tag : v1.2.4-rc2
GIT branch : main
Rustc : rustc 1.64.0 (a55dd71d5 2022-09-19)
Time : 2022-11-21T12:48:35Z
== Compact
Version : [object]
Metadata : V14
Size : 3.96 MB (4155363 bytes)
setCode : 0xa397a6eebb9fb40a1ec8ad4464dae332752e45dab4fd82cc194597a856c8095c
authorizeUpgrade : 0x7488fc5d12e9e10c1944f0161d887cd8bfb5062d53100a8072e9c93c29303497
IPFS : QmUhMpxTNAjzBfzCL7L6kNFw6tov9swprrc7wJed1g2Jux
BLAKE2_256 : 0xd3f260deaff33269c188d0f94d4941e9a949c6a97de4a5aea0d666184e4198ad
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.wasm
== Compressed
Version : [object]
Metadata : V14
Size : 870.70 KB (891599 bytes)
Compression : 78.55%
setCode : 0x66e015c4fbcc7bcdf9e0d573d508bd599887ec6910e0355b7b2701191eb982a2
authorizeUpgrade : 0x2277a9b2aedcce8d276c07c4c06a9ba065d8b94e4ed9858c50379b53c27b0705
IPFS : QmQGqc77tfjQcHzpHJiNusiFwkEzKnuHuknbn3RmoBt8Re
BLAKE2_256 : 0xe2fba7b51c87ec05ccb5d8ce6b34bc976c78cbf9f1d0e831939cb308519da5f7
Wasm : runtime/mainnet/target/srtool/release/wbuild/mainnet-runtime/mainnet_runtime.compact.compressed.wasm
Ternoa v1.2.4-rc2
This is the 12th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 11
Mainnet Runtime: 11
Fixes
- Fix subscription on renting pallet
New Runtime
Summary generated with srtool v0.9.23 using the docker image paritytech/srtool:1.64.0:
Package : alphanet-runtime v1.2.4
GIT commit : 3d2509b
GIT tag : v1.2.4-rc2
GIT branch : main
Rustc : rustc 1.64.0 (a55dd71d5 2022-09-19)
Time : 2022-11-21T12:31:45Z
== Compact
Version : [object]
Metadata : V14
Size : 3.97 MB (4159104 bytes)
setCode : 0xef0f42caa4f04cfe367c4e9aac3cec3bee0c760cccde20faa750435b6d3ce197
authorizeUpgrade : 0x75a4a3cb5be1381d8f167ef71562e7605308833ee9e75e22e55f992756350161
IPFS : QmSZu61SF8tLhovCEcoB8CL6mfgey4X5dHcb4wx7qzAVav
BLAKE2_256 : 0x5ffcc6095445f338053f7ae6ab61580671c275c121c13d9aa86b3d9aa6fb41b2
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.wasm
== Compressed
Version : [object]
Metadata : V14
Size : 870.13 KB (891015 bytes)
Compression : 78.58%
setCode : 0xf57cd4dfe0e5645bbbd7d0651876777d94451409207fc6f085c0e87de51cf6b1
authorizeUpgrade : 0x9fa425fcf8eda7a4954f9cb2ce610de19506cb914dce15ca437d0815cf594421
IPFS : QmYs96bHUhg5F8TdTh4tSU8YphmmK1C1cLkpasQS3A34zf
BLAKE2_256 : 0x88693fac21bd55eac62b7dc90e557ae1d97aaf4941cff516a5ceecb6f308deb2
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.compressed.wasm
Ternoa v1.2.4-rc1
This is the 11th release for the Ternoa Mainnet and Alphanet network.
Versions
Node Version: 1.1.1
Alphanet Runtime: 10
Mainnet Runtime: 10
Changes
- Add auction pallet
- Add renting pallet
- Upgrade substrate to November 2022 Monthly version
- NFT Storage migration
- Listed_for_sale is rename to is_listed !!! BREAKING !!!
- Add new field in nft state : is_rented
- Add new field in nft state : is_syncing
- NFT Soulbound feature update
- Logic changed
- Before : You create a Soulbound NFT, then it's not sellable / transferrable
- After : You create a Soulbound NFT, then i you can sell it / transfer it only if you are the creator (Soulbound NFT Issuance)
- Marketplace Storage migration
- Add new field to marketplace : Collection list
- This field is used to allow or disallow a collection depending on marketplace kind
- Add new field to marketplace : Collection list
- Bags list migration removal
- Add new weights calculation
New Runtime
Summary generated with srtool v0.9.23 using the docker image paritytech/srtool:1.64.0:
Package : alphanet-runtime v1.2.4
GIT commit : 2e2277e
GIT tag : v1.2.3
GIT branch : main
Rustc : rustc 1.64.0 (a55dd71d5 2022-09-19)
Time : 2022-11-02T09:40:09Z
== Compact
Version : [object]
Metadata : V14
Size : 3.97 MB (4158312 bytes)
setCode : 0x6cd200bd98950526fa4aaaadf1bc85b67dbed0ff88d08886f77bce4db686bc71
authorizeUpgrade : 0x7c5c031580c109eea1ce5cd6873adc03a6ff1d7ed33880bf7df994c120df112b
IPFS : QmYfxymKXiAoufWmUDAZx41WseThGYcjwo1PySK7YdmGsX
BLAKE2_256 : 0x9df9331b46aa286d1a1b642686e393dc1379c306ca8ab85d605c4f431889f0cd
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.wasm
== Compressed
Version : [object]
Metadata : V14
Size : 870.54 KB (891433 bytes)
Compression : 78.57%
setCode : 0x1e7cf50e7c4485de48d261f79efb2d30a926109b7ad53bed0218f538edbd9684
authorizeUpgrade : 0x94d23ae169de95ef38a1c87b68554a32560df2f8bed2a6d51064a0dcf3704b48
IPFS : QmVCHcaRKWMvtKmSdXVNWdmjt8Wcs1q4yf2k1QozkXMndN
BLAKE2_256 : 0xf3b59b4e713ddbefad89cccc259750a93641d16d7339997fb744d5b4cc739529
Wasm : runtime/alphanet/target/srtool/release/wbuild/alphanet-runtime/alphanet_runtime.compact.compressed.wasm