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

refactor(mainnet): pallet_proxy config & tests #441

Draft
wants to merge 21 commits into
base: al3mart/refactor-mainnet-config
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
545a095
chore: upgrade to stable2409 (and stable2407) (#234)
chungquantin Jan 3, 2025
5c4b865
chore: merge main
peterwht Jan 16, 2025
c32359f
chore: initial uplift to 2412 -- checkpoint
peterwht Jan 5, 2025
3c164eb
chore: use cow instead of runtime_str, rename to TxExtension, .then i…
peterwht Jan 8, 2025
42d6a95
chore: update p-sdk to r0gue-io, exclude integration tests
peterwht Jan 9, 2025
daf270a
fix(tests): use total_weight(), update balances in mock
peterwht Jan 9, 2025
7909768
chore: use ISMP deps from github
peterwht Jan 9, 2025
6be33d3
style: cargo & taplo fmt
peterwht Jan 9, 2025
c334bf9
fix: cargo.lock had to be force added
peterwht Jan 9, 2025
0e80f0d
refactor(chain-spec): update postfix from _config to _chain_spec
peterwht Jan 9, 2025
dc87446
refactor(extension): use call_weight instead of total_weight()
peterwht Jan 9, 2025
136bbc5
refactor: CheckEra -> CheckMortality
peterwht Jan 9, 2025
3473ac8
refactor(node): use sp-keyring for dev accounts
peterwht Jan 9, 2025
a97a75f
chore(deps): add transaction-payment/runtime-benchmarks. Taplo fmt as…
peterwht Jan 10, 2025
695ddf6
fix(integration-tests): use XCM v5 and Keyring
peterwht Jan 10, 2025
447db1b
style( sorry ): editor reset fmt to use default instead of nightly
peterwht Jan 10, 2025
6ae9569
feat: support TrieError in pop-api
peterwht Jan 15, 2025
4bf8541
revert(deps): 'chore: update p-sdk to r0gue-io, exclude integration t…
peterwht Jan 16, 2025
ba681e8
ci(integration): run tests with devnet and mainnet as well
peterwht Jan 17, 2025
937ca11
style: fmt after rebase
peterwht Jan 17, 2025
c4126d4
refactor(mainnet): pallet_proxy config & tests
al3mart Jan 21, 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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ jobs:
strategy:
matrix:
features:
- "westend,devnet"
- "westend,testnet"
- "paseo,testnet"
- "westend,mainnet"
steps:
- uses: actions/checkout@v4

Expand Down
Loading
Loading