Releases: r0gue-io/pop-node
Releases · r0gue-io/pop-node
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
CollectionApprovals
andAccountBalance
storages, 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
Read
trait by @cuteolaf in #429 - refactor: reorder
Read
impl 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
WeightInfo
in 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/nonfungibles
by @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.0
by @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_allowance
andburn
pallet methods by @chungquantin in #322 - feat: token name & symbol return
Option
by @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
CollectionApprovals
andAccountBalance
storages, 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
Read
trait by @cuteolaf in #429 - refactor: reorder
Read
impl 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
WeightInfo
in 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/nonfungibles
by @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.0
by @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_allowance
andburn
pallet methods by @chungquantin in #322 - feat: token name & symbol return
Option
by @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
node-v0.2.0-alpha
Pop Network Node:
pop-node --chain node/chain-specs/pop-paseo.raw.json -- --chain paseo.raw.json
What's Changed
- chore: upgrade to 1.14.0 by @chungquantin in #178
Full Changelog: v0.3.0-alpha...node-v0.2.0-alpha
v0.3.0-alpha
What's Changed
- refactor: migrate integration tests to paseo by @evilrobot-01 in #139
- feat(devnet): activate async backing by @evilrobot-01 in #143
- feat(testnet): activate async backing by @evilrobot-01 in #172
- chore(runtime): bump versions to 0.3.0 by @peterwht in #219
Full Changelog: v0.2.0-alpha...v0.3.0-alpha
Runtime Info
Testnet
Running subwasm v0.18.0
🏋️ Runtime size: 1.434 MB (1,503,855 bytes)
🗜 Compressed: Yes, 80.25%
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: pop-300 (pop-0.tx1.au1)
🗳️ system.setCode hash: 0xa4dd7c281fa0a5d70a3b954929a12f7392a486dd3bc2b38a0fa2acc29bdf5ddd
🗳️ authorizeUpgrade hash: 0x82392fd91d1c23a61fe075cd689f5c9ea556a11110b762a8bc19e5b2dd837a60
#️⃣ Blake2-256 hash: 0xa2baabdeed7737dc36d1d95cec4b62ba54da7ce9c4873e7210216e7fc322a7e9
📦 IPFS: https://www.ipfs.io/ipfs/QmZH66XZoaACm3DberTrET4QKmRqpgJmBW3XUPbwGaJRBh
v0.2.0-alpha
What's Changed
- refactor: remove old api code by @Daanvdplas in #112
- refactor: remove rococo by @evilrobot-01 in #89
- ci: add code coverage by @evilrobot-01 in #136
- build(testnet): bump version by @evilrobot-01 in #144
- chore: remove fund-dev-accounts script by @evilrobot-01 in #140
- ci: deterministic build by @Daanvdplas in #146
- fix(testnet): add missing migration by @evilrobot-01 in #155
- chore: add chopsticks config by @evilrobot-01 in #157
- chore: add paseo chainspec by @Daanvdplas in #159
Full Changelog: v0.1.0-alpha2...v0.2.0-alpha
Runtime: devnet
🏋️ Runtime Size: 1508881 bytes
🔥 Core Version: pop-100
🎁 Metadata version: V14
🗳️ system.setCode hash: 0x0b17932c82067ac5a763912b414ad5608d9b639e7af46daa0b81fa11393157a7
🗳️ authorizeUpgrade hash: 0x5360a91e63f5f468d1350a163c37e2a9cd32c2ad35f0c6008995149a3cb2cd79
🗳️ Blake2-256 hash: 0xedd986e3e8cac8a730c63cc1890422f56f5c6c9b453a1a43dae6cd37f94affea
📦 IPFS: Qmcjjby5bzmW59AFoMY7LwEt3nZbnNf6nJprm3HfD8tecw
Runtime: testnet
🏋️ Runtime Size: 1511992 bytes
🔥 Core Version: pop-200
🎁 Metadata version: V14
🗳️ system.setCode hash: 0xcc76f61ac650aeab4984d779342bc4ef7e1895a086562f447cc4cc3cca241c19
🗳️ authorizeUpgrade hash: 0xdc68e8ab3bcad65504340c5680ef64803d5a5cd13472fa139bcb9f8c87af2d52
🗳️ Blake2-256 hash: 0x1ed98803b14f31226db74bb0606315bf74839c00bb827fa0d24768b2583542be
📦 IPFS: QmXvgtYzBh5dgrj4FGQLGpYCeuXuDfFUDwBfkH5uiRVfgM
v0.1.0-alpha2
Pop Network Node:
pop-node --chain node/chain-specs/pop-paseo.raw.json -- --chain paseo.raw.json
What's Changed
- feat: Pop Testnet Specs for Paseo by @al3mart in #63
- feat: subxt script to fund dev accounts via XCM by @peterwht in #53
- feat: pallet multisig by @al3mart in #69
- build(deps): bump h2 from 0.3.25 to 0.3.26 by @dependabot in #66
- feat: pallet-utility by @al3mart in #68
- chore: add codeowners by @evilrobot-01 in #72
- ci: add pr check for conventional commit spec compliance by @evilrobot-01 in #73
- build(release): add macos support by @evilrobot-01 in #75
- feat: pallet proxy by @al3mart in #70
- build(release): remove push event trigger by @evilrobot-01 in #77
- refactor(pop-node): runtime pallet configs by @al3mart in #76
- chore(chain-spec): update boot nodes by @evilrobot-01 in #64
- build(deps): bump ink version by @evilrobot-01 in #84
- test: create an NFT collection by @brunopgalvao in #85
- refactor: pop-api examples by @brunopgalvao in #86
- docs: add pop api documentation by @brunopgalvao in #74
New Contributors
- @dependabot made their first contribution in #66
- @brunopgalvao made their first contribution in #85
Full Changelog: v0.1.0-alpha...v0.1.0-alpha2