Releases: r0gue-io/pop-node
Releases · r0gue-io/pop-node
testnet-v0.5.4
What's Changed
Full Changelog: testnet-v0.5.3...testnet-v0.5.4
Runtime: testnet
🏋️ Runtime Size: 2417798 bytes
🔥 Core Version: pop-504
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x909a6687519ae1de18c78d09fa70965f2cc8a5d03e190540319468c50fee4f58
🗳️ authorizeUpgrade hash: 0x5d02cc887f6c4159c3ce68cac6e7326fede2527bdd010ea980c04b2798dbafc3
🗳️ Blake2-256 hash: 0x7fb1a967a98f40aa39622e3e3fa39f9325c10940cd6767ef3f1250463cb76264
📦 IPFS: QmPjWom2QigZvHLsZb17WCph2YxNeTQWbx6D7CNYxstXYv
testnet-v0.5.3
What's Changed
- fix: nonfungible api mismatched balance type by @chungquantin in #526
- ci: bump rust-cache version to latest by @evilrobot-01 in #547
- chore(devnet): improve default logging by @evilrobot-01 in #532
- chore: improve network config files by @evilrobot-01 in #553
- fix(api/nonfungibles): align next_collection_id contract impl with the pallet return type by @evilrobot-01 in #552
- fix(api/nonfungibles): fix mint implementation by @evilrobot-01 in #554
- feat(nonfungibles): basic example contract by @chungquantin in #550
- feat(devnet): revive by @Daanvdplas in #516
- ci: enable concurrency controls by @evilrobot-01 in #555
- chore: sync
pop-nodewithpolkadot-stable2503by @al3mart in #514 - feat(nfts + nonfungibles): sync polkadot stable2503 by @chungquantin in #558
- chore(api/examples/fungible): bump drink version by @chungquantin in #562
- refactor(revive): enable unstable host fn by @al3mart in #564
- fix(ci): pin stable-1.86 version by @al3mart in #570
- refactor(ci): build runtimes using production profile by @al3mart in #567
- chore: sync with
polkadot-stable2503-1by @al3mart in #559 - chore: sync with
polkadot-stable2503-4by @al3mart in #571 - chore:
pop-runtime-testnetv0.5.3 by @al3mart in #569
Full Changelog: testnet-v0.5.2...testnet-v0.5.3
Runtime: testnet
🏋️ Runtime Size: 2419806 bytes
🔥 Core Version: pop-503
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x0894d0a6852f890b89374a864a520bef42ac64312a14dccb1eefd809a766c174
🗳️ authorizeUpgrade hash: 0xa275d3cf8de1e750c64338469cbbb8288ad32569ca93ad41b3c8fd2bac0cfa12
🗳️ Blake2-256 hash: 0x6636012720c8bb70cdf3de74f803d123cf49b58bd935fc5536f2d48ab712094a
📦 IPFS: QmYNR9KaQELXNV1Zdan4prpRvx426ZUMvfxjcK6Kv1wcYs
testnet-v0.5.2
What's Changed
- feat(mainnet): include all benchmarks by @al3mart in #478
- chore(governance): initiate council migration for mainnet runtime by @al3mart in #499
- chore(runtime): include assetid migration by @al3mart in #496
- feat(xcm): include
HasedDescriptionto location conversation by @al3mart in #504 - fix(testnet): metadata api by @Daanvdplas in #511
Full Changelog: testnet-v0.5.1...testnet-v0.5.2
Runtime: testnet
🏋️ Runtime Size: 2305911 bytes
🔥 Core Version: pop-502
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xc61674103034d18bf6fac30d6983f64f47f5c1e0e2408a776fc87c2500b503af
🗳️ authorizeUpgrade hash: 0xec4fa1108b29b680f227823edb8f067b486e773bb914bd347e575023f5ff5fbc
🗳️ Blake2-256 hash: 0xb8d61b84fc2f413bd05a1dcde9a72bcc37be4d686f7ac67be7d619fb1df3514f
📦 IPFS: QmXiBCXGZePr264CgtixKDSJcHrLCsVb3U5LroqCAcGkFJ
testnet-v0.5.1
What's Changed
- fix(ci): different fixes for release workflow by @al3mart in #488
- fix(testnet): bump testnet tx version by @al3mart in #491
- fix: no price for delivery and 256 key size for messaging by @peterwht in #495
- chore(testnet): bump spec version to v0.5.1 952c77e
Full Changelog: testnet-v0.5.0...testnet-v0.5.1
Runtime: testnet
🏋️ Runtime Size: 2265455 bytes
🔥 Core Version: pop-501
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xf752fc9a5ed8f673dcc888027c3fe03cbfb5e3ebd283ab6abc55d81a5460c4a2
🗳️ authorizeUpgrade hash: 0x0d47fe0988a2058e762796b2d8164a9f99b1aea7d6a866e35bb0ede6b9e82b8b
🗳️ Blake2-256 hash: 0xe7e3bbcad1ea3cf5104da5ce6023095b11963c2f72431fbf62bb471792799331
📦 IPFS: QmTGnLNWkLLiQnQQGmnwvxN9JHePa3JAA7KRnMEatrpDTb
testnet-v0.5.0
What's Changed
- docs: pop-api v0 fungibles READMEs by @al3mart in #365
- feat: psp22 trait contract example with drink tests by @chungquantin in #300
- chore(api/nonfungibles): fork pallet nfts by @chungquantin in #382
- fix(nfts): clippy warnings by @chungquantin in #391
- refactor: sdk runtimes by @Daanvdplas in #411
- chore: ink v5.1 by @Daanvdplas in #409
- fix: remove old dependencies and include Cargo.lock in VCS by @Daanvdplas in #424
- feat(nfts): add
CollectionApprovalsandAccountBalancestorages, and general improvements by @chungquantin in #387 - refactor(xcm)!: restrict reserves to AssetHub, remove relay chain support by @Daanvdplas in #423
- refactor(deps): include pop api integration tests in workspace by @peterwht in #434
- fix: wrong comment by @cuteolaf in #430
- fix: typo and param name in pallet-api
Readtrait by @cuteolaf in #429 - refactor: reorder
Readimpl in fungibles pallet by @chungquantin in #444 - chore: upgrade to stable2412 by @peterwht in #417
- chore: add release conventions document and refactor CI to run node release separately by @Daanvdplas in #433
- refactor: reuse
WeightInfoin nonfungibles pallet test by @chungquantin in #450 - chore: update collection details field to public by @chungquantin in #449
- feat(mainnet): add XCM APIs, config tests, refactor mod by @peterwht in #447
- feat(mainnet): add pallet revive by @peterwht in #452
- feat(mainnet): Add treasury pallet and handle fees by @f-gate in #428
- feat: add
pallet-api/nonfungiblesby @chungquantin in #432 - feat: pop-api nonfungibles implementation by @chungquantin in #461
- feat(mainnet): add gov: collective, membership, motion by @peterwht in #448
- refactor(mainnet): ready runtime config by @al3mart in #458
- refactor(genesis): use runtime genesis presets by @al3mart in #471
- feat: pop-api nonfungibles integration tests by @chungquantin in #462
- feat(chain-spec): add mainnet spec artifacts by @al3mart in #476
- feat(testnet): mainnet & devnet into testnet runtime by @al3mart in #482
- chore(node):
pop-node v0.3.0by @al3mart in #484
New Contributors
Full Changelog: testnet-v0.4.2...testnet-v0.5.0
node-v0.3.0
What's Changed
- style: formatting by @evilrobot-01 in #184
- docs(readme): fix instruction in the README by @AlexD10S in #233
- docs: release tracking issue template by @al3mart in #232
- feat: prepare mainnet runtime for registration by @al3mart in #238
- feat(ci): srtool to use on-chain-release-build feature by @peterwht in #249
- Update release.yml by @peterwht in #252
- feat(testnet): XCM ExecuteFilter=Everything, zombienet config improve by @peterwht in #253
- chore(testnet): bump version to 0.4.1 by @peterwht in #256
- build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #248
- style: extend pre-push githook by @al3mart in #229
- feat(devnet): pop api + fungibles use case by @Daanvdplas in #132
- feat(devnet): add ismp by @peterwht in #270
- feat: add interfaces & error for psp22 by @chungquantin in #297
- fix(ci): api-integration-tests by @chungquantin in #317
- feat: psp22 standard for
decrease_allowanceandburnpallet methods by @chungquantin in #322 - feat: token name & symbol return
Optionby @Daanvdplas in #312 - chore: timestamp settings for tests by @Daanvdplas in #347
- chore(testnet-runtime): v0.4.2 by @al3mart in #369
- docs: pop-api v0 fungibles READMEs by @al3mart in #365
- feat: psp22 trait contract example with drink tests by @chungquantin in #300
- chore(api/nonfungibles): fork pallet nfts by @chungquantin in #382
- fix(nfts): clippy warnings by @chungquantin in #391
- refactor: sdk runtimes by @Daanvdplas in #411
- chore: ink v5.1 by @Daanvdplas in #409
- fix: remove old dependencies and include Cargo.lock in VCS by @Daanvdplas in #424
- feat(nfts): add
CollectionApprovalsandAccountBalancestorages, and general improvements by @chungquantin in #387 - refactor(xcm)!: restrict reserves to AssetHub, remove relay chain support by @Daanvdplas in #423
- refactor(deps): include pop api integration tests in workspace by @peterwht in #434
- fix: wrong comment by @cuteolaf in #430
- fix: typo and param name in pallet-api
Readtrait by @cuteolaf in #429 - refactor: reorder
Readimpl in fungibles pallet by @chungquantin in #444 - chore: upgrade to stable2412 by @peterwht in #417
- chore: add release conventions document and refactor CI to run node release separately by @Daanvdplas in #433
- refactor: reuse
WeightInfoin nonfungibles pallet test by @chungquantin in #450 - chore: update collection details field to public by @chungquantin in #449
- feat(mainnet): add XCM APIs, config tests, refactor mod by @peterwht in #447
- feat(mainnet): add pallet revive by @peterwht in #452
- feat(mainnet): Add treasury pallet and handle fees by @f-gate in #428
- feat: add
pallet-api/nonfungiblesby @chungquantin in #432 - feat: pop-api nonfungibles implementation by @chungquantin in #461
- feat(mainnet): add gov: collective, membership, motion by @peterwht in #448
- refactor(mainnet): ready runtime config by @al3mart in #458
- refactor(genesis): use runtime genesis presets by @al3mart in #471
- feat: pop-api nonfungibles integration tests by @chungquantin in #462
- feat(chain-spec): add mainnet spec artifacts by @al3mart in #476
- feat(testnet): mainnet & devnet into testnet runtime by @al3mart in #482
- chore(node):
pop-node v0.3.0by @al3mart in #484
New Contributors
Full Changelog: node-v0.2.0-alpha...node-v0.3.0
testnet-v0.4.2
What's Changed
- build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #248
- style: extend pre-push githook by @al3mart in #229
- feat(devnet): pop api + fungibles use case by @Daanvdplas in #132
- feat(devnet): add ismp by @peterwht in #270
- feat: add interfaces & error for psp22 by @chungquantin in #297
- fix(ci): api-integration-tests by @chungquantin in #317
- feat: psp22 standard for
decrease_allowanceandburnpallet methods by @chungquantin in #322 - feat: token name & symbol return
Optionby @Daanvdplas in #312 - chore: timestamp settings for tests by @Daanvdplas in #347
- chore(testnet-runtime): v0.4.2 by @al3mart in #369
Full Changelog: testnet-v0.4.1...testnet-v0.4.2
Runtime: testnet
🏋️ Runtime Size: 1713948 bytes
🔥 Core Version: pop-402
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x52b746c486f07eacb7f2836c67a00d4d6f362f4c067125132e6eaf6b38ae6923
🗳️ authorizeUpgrade hash: 0x39a9bf31c0d95d90b9a10ac0f8bb4f6f970573ccbcbb6056be4b05f8b005f7ad
🗳️ Blake2-256 hash: 0xc4153e3aaf9a27f4544a86fddb07fa3ada964a9ea583c09fe7d783d5d3f2446a
📦 IPFS: QmbXwFreCok2DuPuD5nDMgKciPBM3dDC9dunoFiVYgptuD
testnet-v0.4.1
What's Changed
- style: formatting by @evilrobot-01 in #184
- docs(readme): fix instruction in the README by @AlexD10S in #233
- docs: release tracking issue template by @al3mart in #232
- feat(ci): srtool to use on-chain-release-build feature by @peterwht in #249
- Update release.yml by @peterwht in #252
- feat(testnet): XCM ExecuteFilter=Everything, zombienet config improve by @peterwht in #253
- chore(testnet): bump version to 0.4.1 by @peterwht in #256
New Contributors
Full Changelog: runtime-v0.4.0-alpha...testnet-v0.4.1
Runtime: mainnet
🏋️ Runtime Size: 988288 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x6276f53bbf2260af1cf66f42ed85c9c7d7566fc331389ed89ceeb6fa36dff059
🗳️ authorizeUpgrade hash: 0xca3915f501f95be9af3a4fbabfa87d3f91a660c4710e6c975c6783b3d553e98e
🗳️ Blake2-256 hash: 0x6dd83e071599076dd983743abbc40b84a8d5c4f268ac6248683031af89875092
📦 IPFS: QmUwsJAs74kTeYPY4KSrFrGgPMkoz9e9jxxpThsf5ngF4J
Runtime: testnet
🏋️ Runtime Size: 1697574 bytes
🔥 Core Version: pop-401
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x6c5299cd0c9eb8c3ae4d1ab24b394021a137436ba11ca2a24e3de4e4545ab3ea
🗳️ authorizeUpgrade hash: 0xb10ab4ccc825f185b638580d99dc9dccaf2e0d53a43a338e039f1d3c2893d621
🗳️ Blake2-256 hash: 0x6a1fc5e88f6bab6d3494e88c4cc11dc85f12d0e594dbcb99e635707ba197e707
📦 IPFS: QmbzfwuTdFKhAAfzPfwSL3otjkgqWHiC4ecvMkEcoRJ5Hk
Runtime: devnet
🏋️ Runtime Size: 1701424 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xc44396f57af1b87d052ad5c009f1c6f155a0a360fea78223b2b4325965b1955a
🗳️ authorizeUpgrade hash: 0x65ffdd11bb4f1da0be55bb06acd060de731f760c98fb30c4db42f28fc9c71bc7
🗳️ Blake2-256 hash: 0xf9940a9fd31edaa6212089f7331b1256aa0cb4b6c8ff5efc126403a57392bf00
📦 IPFS: QmT1Djoc65FX8tzJT1wbUbV4gwbk43dSsCYADATGxdQ9rg
v0.1.0-mainnet
What's Changed
- style: formatting by @evilrobot-01 in #184
- docs(readme): fix instruction in the README by @AlexD10S in #233
- docs: release tracking issue template by @al3mart in #232
- feat: prepare mainnet runtime for registration by @al3mart in #238
- feat(ci): srtool to use on-chain-release-build feature by @peterwht in #249
- Update release.yml by @peterwht in #252
New Contributors
Full Changelog: runtime-v0.4.0-alpha...v0.1.0-mainnet-2
Runtime: mainnet
🏋️ Runtime Size: 988288 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x6276f53bbf2260af1cf66f42ed85c9c7d7566fc331389ed89ceeb6fa36dff059
🗳️ authorizeUpgrade hash: 0xca3915f501f95be9af3a4fbabfa87d3f91a660c4710e6c975c6783b3d553e98e
🗳️ Blake2-256 hash: 0x6dd83e071599076dd983743abbc40b84a8d5c4f268ac6248683031af89875092
📦 IPFS: QmUwsJAs74kTeYPY4KSrFrGgPMkoz9e9jxxpThsf5ngF4J
Runtime: testnet
🏋️ Runtime Size: 1700862 bytes
🔥 Core Version: pop-400
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xe0d48f7dd7282a4b1f692e5f47a6c2912f56e1e63d4ed8718039a6caef3b93ec
🗳️ authorizeUpgrade hash: 0x8e787f5a3540e90c8e41ec765a4f681d02b8173e12c14f9bc1a0067b54e28a24
🗳️ Blake2-256 hash: 0xa0959b07370b61db846e0cc71751a125846ff0082d8e488ad7e92fcb97be3dd2
📦 IPFS: QmRLgyC1YJf227ZK3r5ze5vtYGF1qUHxDWnee2gcQCxBz6
Runtime: devnet
🏋️ Runtime Size: 1701107 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x81c997134302712ea838712cbfb11b1a622affd896a750ea9b82da4feb818ea8
🗳️ authorizeUpgrade hash: 0x86db51159ec8a44ae972288d1aea83ce12321b048416d91a0157b4f57d476ea3
🗳️ Blake2-256 hash: 0xdd56d8b2fb03eee83c6b9f009e057ad6dbd0d8eb440bcc0b63cb243a7f9038c3
📦 IPFS: QmZUzNCGvbkdyH5nqxocxNuf38PevLt9NQyNyQQeP9r59n
runtime-v0.4.0-alpha
Pop Network Runtime:
What's Changed
- chore: upgrade to 1.14.0 by @chungquantin in #178
- build(deps): bump zerovec-derive from 0.10.2 to 0.10.3 by @dependabot in #224
- build(deps): bump zerovec from 0.10.2 to 0.10.4 by @dependabot in #223
- build(deps): bump openssl from 0.10.64 to 0.10.66 by @dependabot in #225
Full Changelog: v0.3.0-alpha...runtime-v0.4.0-alpha
Runtime: testnet
🏋️ Runtime Size: 1697961 bytes
🔥 Core Version: pop-400
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x91ca549a5a0621188a59b5314e78a18b1f8b31861715695e989a4d743945e77a
🗳️ authorizeUpgrade hash: 0x2219c49bf247a477e55c5062e301b5d13713c8046806c305a92ffd9f571ad95e
🗳️ Blake2-256 hash: 0x66a2050d1bd22d03de23383da1db51c5e3133a3011f710656f038b60c6dadf66
📦 IPFS: QmZTX1fKTv72bfbydQM2ersdekQ759akvJnYqNPszmECQq
Runtime: devnet
🏋️ Runtime Size: 1697867 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xdac936edf2b66ef687483e453d4cfb2f05d5dc259b6a87dba87580368bf81028
🗳️ authorizeUpgrade hash: 0xe454c442c7e8f6edc65fae40e76c415c914721bf9281f9a7e8f4b0d2de712454
🗳️ Blake2-256 hash: 0x2213d8bfbfcba28f762e08e1f3d95cc54785b4d1026436d790994267c3be3fc4
📦 IPFS: Qmc4C7XyTY2Bn7u5XcdTJWaGr64En4SXuFHRkqW1ikGLpq