-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add release conventions document and refactor CI to run node release separately #433
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3ac7338
to
0d1203c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #433 +/- ##
==========================================
+ Coverage 68.31% 71.41% +3.10%
==========================================
Files 70 72 +2
Lines 11764 13568 +1804
Branches 11764 13568 +1804
==========================================
+ Hits 8036 9690 +1654
- Misses 3470 3605 +135
- Partials 258 273 +15 |
0d1203c
to
a3036fa
Compare
al3mart
approved these changes
Jan 20, 2025
chungquantin
approved these changes
Jan 22, 2025
chungquantin
pushed a commit
that referenced
this pull request
Jan 24, 2025
…elease separately (#433)
chungquantin
added a commit
that referenced
this pull request
Feb 4, 2025
* chore: rebase * chore: rebase nonfungibles pallet to pallet-nfts * chore: update nonfungibles tests * refactor: do_approve and do_cancel_approval * chore: naming * chore: resolve review comments * chore: resolve review comments & update weights * chore: add tests for nonfungibles api in runtime devnet * fix: integration test & return post dispatch weight for transfer() on error * refactor: reorder `Read` impl in nonfungibles * chore: remove unnecessary clone() * chore: remove description for pallet configure * refactor: approve() tests * chore: resolve review comments * feat: add AttributeSet event * chore: comments and add test for Collection read * chore: revert changes made to pallet nfts * chore: fix comment * chore: resolve review comments * chore: update function order * chore: add release conventions document and refactor CI to run node release separately (#433) * refactor: reuse `WeightInfo` in nonfungibles pallet test (#450) * chore: update collection details field to public (#449) * chore: rebase and remove local collection details type * chore: remove impls.rs and update burn() * chore: remove double-charged weights * chore: reorder test and update comments * fix: test * chore: sync spec * chore: revert changes made to mint witness * chore: update approve() and tests * chore: resolve review comments * chore: add more comment to dispatchables * chore: revert changes * refactor: approve weight * chore: update approve() weight * chore: update approve weight * refactor: weight approve (#460) * feat(mainnet): add XCM APIs, config tests, refactor mod (#447) * test(mainnet): more configuration tests * refactor(mainnet): runtime APIs to apis module * feat(mainnet): add XCM runtime APIs * feat(mainnet): add pallet revive (#452) * feat(mainnet): add pallet-revive * test(mainnet): revive configuration tests refactor(mainnet): import revive config for tests and use consistent pallet syntax fix(mainnet): UncheckedExtrinsic test needs to use revive unchecked extrinsics * feat(mainnet): add EthExtraImpl for UncheckedExtrinsic * feat(mainnet): add `EventRecord` type * docs(mainnet): add config comments for revive * test(mainnet): check percent value in revive config test * docs(mainnet): update comments on EthExtraImpl * chore(mainnet): remove unnecessary revive path prefix * feat(mainnet): Add treasury pallet and handle fees (#428) * add treasury pallet to runtime * add treasury pallet * add features * clean * fmt * remove-comment * add a sanity test, clean * fmt * fix * comment out and strip back * update to patch version * back to normality, builds good * fmt * add integration tests back * taplo * dont burn anything * finally tests * fmt * moar tests :) * fmt * use onunbalanced * daans comments * fmt * docs * peters comments * franks comments * fmt * style: fmt * chore(mainnet): remove unused imports * test(mainnet): more tresaury config tests --------- Co-authored-by: Felix G <[email protected]> Co-authored-by: f-gate <[email protected]> Co-authored-by: Peter White <[email protected]> * chore: revert pallet-nfts changes * chore: update weights * chore: update index of the dispatchables * chore: remove Collection read As discussed in #432 (comment), the Collection read might not be needed and there are better ways to implement it in the future if there is a demand for it. * chore: add TODO comment for approve weight --------- Co-authored-by: Daan van der Plas <[email protected]> Co-authored-by: Peter White <[email protected]> Co-authored-by: gatsey <[email protected]> Co-authored-by: Felix G <[email protected]> Co-authored-by: f-gate <[email protected]>
chungquantin
added a commit
that referenced
this pull request
Feb 11, 2025
* chore: rebase * chore: rebase nonfungibles pallet to pallet-nfts * chore: update nonfungibles tests * refactor: do_approve and do_cancel_approval * chore: naming * chore: resolve review comments * chore: resolve review comments & update weights * chore: add tests for nonfungibles api in runtime devnet * fix: integration test & return post dispatch weight for transfer() on error * refactor: reorder `Read` impl in nonfungibles * chore: remove unnecessary clone() * chore: remove description for pallet configure * refactor: approve() tests * chore: resolve review comments * feat: add AttributeSet event * chore: comments and add test for Collection read * chore: revert changes made to pallet nfts * chore: fix comment * chore: resolve review comments * chore: update function order * chore: add release conventions document and refactor CI to run node release separately (#433) * refactor: reuse `WeightInfo` in nonfungibles pallet test (#450) * chore: update collection details field to public (#449) * chore: rebase and remove local collection details type * chore: remove impls.rs and update burn() * chore: remove double-charged weights * chore: reorder test and update comments * fix: test * chore: sync spec * chore: revert changes made to mint witness * chore: update approve() and tests * chore: resolve review comments * chore: add more comment to dispatchables * chore: revert changes * refactor: approve weight * chore: update approve() weight * chore: update approve weight * refactor: weight approve (#460) * feat(mainnet): add XCM APIs, config tests, refactor mod (#447) * test(mainnet): more configuration tests * refactor(mainnet): runtime APIs to apis module * feat(mainnet): add XCM runtime APIs * feat(mainnet): add pallet revive (#452) * feat(mainnet): add pallet-revive * test(mainnet): revive configuration tests refactor(mainnet): import revive config for tests and use consistent pallet syntax fix(mainnet): UncheckedExtrinsic test needs to use revive unchecked extrinsics * feat(mainnet): add EthExtraImpl for UncheckedExtrinsic * feat(mainnet): add `EventRecord` type * docs(mainnet): add config comments for revive * test(mainnet): check percent value in revive config test * docs(mainnet): update comments on EthExtraImpl * chore(mainnet): remove unnecessary revive path prefix * feat(mainnet): Add treasury pallet and handle fees (#428) * add treasury pallet to runtime * add treasury pallet * add features * clean * fmt * remove-comment * add a sanity test, clean * fmt * fix * comment out and strip back * update to patch version * back to normality, builds good * fmt * add integration tests back * taplo * dont burn anything * finally tests * fmt * moar tests :) * fmt * use onunbalanced * daans comments * fmt * docs * peters comments * franks comments * fmt * style: fmt * chore(mainnet): remove unused imports * test(mainnet): more tresaury config tests --------- Co-authored-by: Felix G <[email protected]> Co-authored-by: f-gate <[email protected]> Co-authored-by: Peter White <[email protected]> * chore: revert pallet-nfts changes * chore: update weights * feat: pop-api nonfungibles feature * fix: integration tests * chore: remove integration tests * chore: remove integration tests * chore: remove integration tests * chore: update comments and add README * chore: update index of the dispatchables * chore: update index of the dispatchables * chore: update index of reads & dispatchables * chore: add comments for api methods * chore: update index of the dispatchables * chore: update types * chore: update traits & types, map psp34 error * chore: remove Collection read As discussed in #432 (comment), the Collection read might not be needed and there are better ways to implement it in the future if there is a demand for it. * chore: add TODO comment for approve weight * chore: update pallet dispatchable index * chore: remove redundant type in macro * feat: pop-api nonfungibles feature * chore: rebase * chore: rebase * chore: remove changes made for integration-tests * fix: comments * chore: remove unused derive * refactor: remove `Decode` derive * chore: remove macro * chore: revert macro * chore: revert macro TypeInfo * feat: add Psp34Mintable and Psp34Burnable * chore: add macro comment * chore: fix trait error type * chore: add tests for nonfungibles api types * refactor: dependencies order * chore: remove unused types * fix: comment Co-authored-by: Daan van der Plas <[email protected]> * chore: revert CollectionConfigOf --------- Co-authored-by: Daan van der Plas <[email protected]> Co-authored-by: Peter White <[email protected]> Co-authored-by: gatsey <[email protected]>
chungquantin
added a commit
that referenced
this pull request
Feb 25, 2025
* chore: rebase * chore: rebase nonfungibles pallet to pallet-nfts * chore: update nonfungibles tests * refactor: do_approve and do_cancel_approval * chore: naming * chore: resolve review comments * chore: resolve review comments & update weights * chore: add tests for nonfungibles api in runtime devnet * fix: integration test & return post dispatch weight for transfer() on error * refactor: reorder `Read` impl in nonfungibles * chore: remove unnecessary clone() * chore: remove description for pallet configure * refactor: approve() tests * chore: resolve review comments * feat: add AttributeSet event * chore: comments and add test for Collection read * chore: revert changes made to pallet nfts * chore: fix comment * chore: resolve review comments * chore: update function order * chore: add release conventions document and refactor CI to run node release separately (#433) * refactor: reuse `WeightInfo` in nonfungibles pallet test (#450) * chore: update collection details field to public (#449) * chore: rebase and remove local collection details type * chore: remove impls.rs and update burn() * chore: remove double-charged weights * chore: reorder test and update comments * fix: test * chore: sync spec * chore: revert changes made to mint witness * chore: update approve() and tests * chore: resolve review comments * chore: add more comment to dispatchables * chore: revert changes * refactor: approve weight * chore: update approve() weight * chore: update approve weight * refactor: weight approve (#460) * feat(mainnet): add XCM APIs, config tests, refactor mod (#447) * test(mainnet): more configuration tests * refactor(mainnet): runtime APIs to apis module * feat(mainnet): add XCM runtime APIs * feat(mainnet): add pallet revive (#452) * feat(mainnet): add pallet-revive * test(mainnet): revive configuration tests refactor(mainnet): import revive config for tests and use consistent pallet syntax fix(mainnet): UncheckedExtrinsic test needs to use revive unchecked extrinsics * feat(mainnet): add EthExtraImpl for UncheckedExtrinsic * feat(mainnet): add `EventRecord` type * docs(mainnet): add config comments for revive * test(mainnet): check percent value in revive config test * docs(mainnet): update comments on EthExtraImpl * chore(mainnet): remove unnecessary revive path prefix * feat(mainnet): Add treasury pallet and handle fees (#428) * add treasury pallet to runtime * add treasury pallet * add features * clean * fmt * remove-comment * add a sanity test, clean * fmt * fix * comment out and strip back * update to patch version * back to normality, builds good * fmt * add integration tests back * taplo * dont burn anything * finally tests * fmt * moar tests :) * fmt * use onunbalanced * daans comments * fmt * docs * peters comments * franks comments * fmt * style: fmt * chore(mainnet): remove unused imports * test(mainnet): more tresaury config tests --------- Co-authored-by: Felix G <[email protected]> Co-authored-by: f-gate <[email protected]> Co-authored-by: Peter White <[email protected]> * chore: revert pallet-nfts changes * chore: update weights * feat: pop-api nonfungibles feature * fix: integration tests * chore: remove integration tests * chore: remove integration tests * chore: remove integration tests * chore: update comments and add README * chore: update index of the dispatchables * chore: update index of the dispatchables * chore: update index of reads & dispatchables * chore: add comments for api methods * chore: update index of the dispatchables * chore: update types * chore: update traits & types, map psp34 error * chore: remove Collection read As discussed in #432 (comment), the Collection read might not be needed and there are better ways to implement it in the future if there is a demand for it. * chore: add TODO comment for approve weight * chore: update pallet dispatchable index * chore: remove redundant type in macro * feat: pop-api nonfungibles feature * chore: rebase * chore: rebase * chore: remove changes made for integration-tests * fix: comments * chore: remove unused derive * refactor: remove `Decode` derive * chore: remove macro * chore: rebase * refactor: do_approve and do_cancel_approval * chore: naming * chore: resolve review comments & update weights * chore: add tests for nonfungibles api in runtime devnet * chore: remove description for pallet configure * refactor: approve() tests * chore: comments and add test for Collection read * chore: revert changes made to pallet nfts * chore: resolve review comments * chore: update function order * chore: rebase and remove local collection details type * chore: remove impls.rs and update burn() * chore: remove double-charged weights * fix: test * chore: sync spec * chore: revert changes made to mint witness * chore: resolve review comments * chore: add more comment to dispatchables * chore: revert changes * refactor: approve weight * chore: update approve() weight * refactor: weight approve (#460) * chore: revert pallet-nfts changes * feat: pop-api nonfungibles feature * fix: integration tests * chore: remove integration tests * chore: remove integration tests * chore: update comments and add README * Revert "chore: update comments and add README" This reverts commit b86e68b. * Revert "chore: remove integration tests" This reverts commit 5e6b685. * Revert "chore: remove integration tests" This reverts commit baeb5ea. * chore: fix test * chore: remove collection read test * chore: disable devnet feature for nonfungibles * chore: revert changes * chore: revert macro * chore: revert devnet runtime changes * chore: revert macro TypeInfo * feat: add Psp34Mintable and Psp34Burnable * chore: add macro comment * chore: fix trait error type * chore: add tests for nonfungibles api types * refactor: dependencies order * chore: remove unused types * fix: comment Co-authored-by: Daan van der Plas <[email protected]> * chore: revert macro TypeInfo * feat: add Psp34Mintable and Psp34Burnable * chore: add macro comment * chore: fix trait error type * chore: add tests for nonfungibles api types * refactor: dependencies order * chore: remove unused types * fix: comment Co-authored-by: Daan van der Plas <[email protected]> * feat: pop-api nonfungibles feature * chore: revert changes * chore: rebase * chore: revert CollectionConfigOf * chore: revert changes made to pop-api * chore: revert CollectionConfigOf * feat: pop-api nonfungibles feature * chore: revert changes * chore: revert changes * chore: rebase * refactor: storage type aliases * refactor: test order * refactor: integration test method params order * fix: test * chore: remove unused dependencies * chore: remove features * chore: resolve review comments --------- Co-authored-by: Daan van der Plas <[email protected]> Co-authored-by: Peter White <[email protected]> Co-authored-by: gatsey <[email protected]> Co-authored-by: Felix G <[email protected]> Co-authored-by: f-gate <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR does two things (apologies for not separating them, will do next time).
node
(works).[sc-2432]