Skip to content
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

Frame v2 upgrade part1 #1771

Merged
merged 45 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2486259
Cleanup Base pallet Config and Event types.
Neopallium Dec 17, 2024
79669ca
Move with_transaction method to our primitives crate.
Neopallium Dec 17, 2024
6cc2af1
Move permissions traits into it's pallet.
Neopallium Dec 17, 2024
a662d1f
Remove dead code.
Neopallium Dec 17, 2024
9f7e82f
Move ChargeProtocolFee types to primitives.
Neopallium Dec 17, 2024
457b132
Move constants from polymesh-common-utilities to primitives.
Neopallium Dec 17, 2024
28ba8e1
Move MaybeBlock, ConstSize, GetExtra types to primitives.
Neopallium Dec 17, 2024
4335d63
Remove dead code.
Neopallium Dec 17, 2024
9769f21
Remove unused MultiSigSubTrait.
Neopallium Dec 17, 2024
37e4c8b
The identity pallet doesn't use the PortfolioSubTrait.
Neopallium Dec 17, 2024
4e07f45
Remove unused ChargeTxFee trait.
Neopallium Dec 17, 2024
7f2d823
Move CddAndFeeDetails trait to primitives.
Neopallium Dec 17, 2024
82624f7
Move GroupTrait trait and InactiveMember to primitives.
Neopallium Dec 17, 2024
2d43f91
Remove extra dep.
Neopallium Dec 17, 2024
199b160
Move TargetIdAuthorization, SecondaryKeyWithAuth, and CreateChildIden…
Neopallium Dec 17, 2024
dfa6363
Move IdentityFnTrait trait to primitives.
Neopallium Dec 17, 2024
f8db2e2
Move WeightInfo, Config, Events and UserBuilder into the Identity pal…
Neopallium Dec 18, 2024
5392fb1
Move AssetFnTrait and asset bench helpers to primitives.
Neopallium Dec 18, 2024
d70afb5
Move WeightInfo, Config, Events into ExternalAgent pallet.
Neopallium Dec 18, 2024
130b7e7
Move WeightInfo, Config, Event into relayer pallet.
Neopallium Dec 18, 2024
8b79887
Move Context type to Identity pallet.
Neopallium Dec 18, 2024
03d5ae8
Move more traits to primitives.
Neopallium Dec 18, 2024
29b440d
Move WeightInfo into MultiSig pallet.
Neopallium Dec 18, 2024
caa5bf5
Move WeightInfo, Config, Event into Group pallet.
Neopallium Dec 18, 2024
9f8631b
Move WeightInfo, Config, Event into NFT pallet.
Neopallium Dec 18, 2024
cdee3c6
Move WeightInfo, Config, Event into Portfolio pallet.
Neopallium Dec 18, 2024
23bc0d2
Move WeightInfo, Config, Event into Statistics pallet.
Neopallium Dec 18, 2024
878738e
Move WeightInfo, Event into Settlement pallet.
Neopallium Dec 18, 2024
0ce8795
Move WeightInfo, Config, Event into Compliance Manager pallet.
Neopallium Dec 18, 2024
e9d8d0f
Remove unneeded deps.
Neopallium Dec 18, 2024
7abd22d
Remove unused trait.
Neopallium Dec 18, 2024
1dd7884
Move CheckCdd trait to primitives.
Neopallium Dec 18, 2024
99520ef
Move WeightInfo, Config, Event, LockableCurrencyExt, AccountData into…
Neopallium Dec 18, 2024
994ec25
Remove some unused deps.
Neopallium Dec 19, 2024
76a60e7
Move WeightInfo, Config, Event into Asset/Checkpoint pallet.
Neopallium Dec 19, 2024
c78705c
Remove polymesh-common-utilities.
Neopallium Dec 19, 2024
9194831
Bump polymesh-api deps.
Neopallium Dec 19, 2024
1e88b5f
Remove unused feature 'default_identity'.
Neopallium Dec 19, 2024
bfb440b
Update 7.1 metadata.
Neopallium Dec 19, 2024
45246a1
Bump anstream.
Neopallium Dec 19, 2024
1ea45ae
Bump yarn deps.
Neopallium Dec 19, 2024
3f32576
Update v7.1 testnet/mainnet metadata.
Neopallium Dec 19, 2024
c43410b
Remove bridge from readme
CsB-Polymesh Sep 20, 2024
244b050
Remove useless `Context` test.
Neopallium Dec 19, 2024
8692879
Update metadata-tool to detect storage prefix changes.
Neopallium Jan 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ jobs:
--package polymesh-runtime-tests
--package pallet-balances:0.1.0
--package asset-metadata
--features default_identity
no_output_timeout: 30m
- save-sccache-cache
coverage:
Expand Down
Binary file modified .metadata/polymesh_dev/7001000.meta
Binary file not shown.
Binary file modified .metadata/polymesh_mainnet/7001000.meta
Binary file not shown.
Binary file modified .metadata/polymesh_testnet/7001000.meta
Binary file not shown.
Loading