forked from paritytech/cumulus
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add statemine #24
Merged
Merged
Add statemine #24
Changes from 1 commit
Commits
Show all changes
169 commits
Select commit
Hold shift + click to select a range
aa67a43
rustc grumbles
joepetrowski 9ab1739
add second instance
joepetrowski df40d77
leave some todos
joepetrowski 94717a4
fix AssetsToBlockAuthor
joepetrowski 47d96e0
make it almost compile
joepetrowski 1e0515e
make it actually compile
joepetrowski 6de6313
fix logical error
joepetrowski 35d1e57
cargo fmt to resolve duplicate imports on merge
joepetrowski 362a907
fix deps to make compile
joepetrowski b8ed7e7
fmt
joepetrowski 633366b
(pallet-assets/pallet-asset-tx-payment) pathched with `sv-locked-for-…
bkontur 5f7f8c2
statemine progress
joepetrowski e8afde4
ForeignCreators :tada:
joepetrowski e569b68
fix AssetFeeAsExistentialDepositMultiplier
joepetrowski c487586
no default instance
joepetrowski 4191a4d
instantiate statemint
joepetrowski d9d5a9d
compile tests
bkontur 4a9dec9
Init of pallet with `transfer_asset_via_bridge` call
bkontur 39ba564
Init of pallet with `transfer_asset_via_bridge` call
bkontur c675531
Box wrap inputs
bkontur e127426
Added withdraw/deposit to bridge's reserve account
bkontur a7dd1fc
TODO: temporary hack pipelines because of https://github.com/parityte…
bkontur 2ff5c4f
Allow receive bridged Xcm::Trap on Westmint
bkontur 18ad58b
Allow (temporary) Statemine send xcm messages
bkontur fe7817e
refactor TrustedBridgedNetworks
bkontur a80781e
Allow (hacky) xcm::transact for remark/remark_with_event
bkontur 0985898
Unit-test for Statemine - send_xcm_transact_with_remark_with_event_works
bkontur c3195d2
Fix for BridgedSignedAccountId32AsNative
bkontur 3353263
don't rename pallet in runtime
joepetrowski 9e211b8
don't rename and fix tests
joepetrowski 31bc1c6
Added `allowed_target_location` + reanchored assets/destination + tests
bkontur 25c2fc5
fix benchmark helper
joepetrowski a4a581b
fix benchmark build
joepetrowski 7fbfeb3
Merge remote-tracking branch 'origin/joe-bridge-hub-westmint-assets' …
bkontur 9cd2708
more benchmark fixes
joepetrowski 23f9e4d
Merge remote-tracking branch 'origin/joe-bridge-hub-westmint-assets' …
bkontur 81e9703
fix penpal and rococo
joepetrowski 4365baa
Merge branch 'bridge-hub-base' into joe-bridge-hub-westmint-assets
bkontur f2c3569
Merge remote-tracking branch 'origin/joe-bridge-hub-westmint-assets' …
bkontur 0c3f3b7
update BenchmarkHelper interface
joepetrowski c3d2108
fmt
joepetrowski 0d75123
Merge remote-tracking branch 'origin/master' into joe-bridge-hub-west…
bkontur 1d6fff4
Merge branch 'joe-bridge-hub-westmint-assets' into bko-transfer-asset…
bkontur 8d809e4
Added weight `export_message` to statemint because of `pallet_xcm.send`
bkontur 81abe45
add foreign assets to westmint
joepetrowski 0da76e0
add foreign assets to statemine
joepetrowski 57a2f00
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur 1ae22a7
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur af4fe56
Governance can call `xcm:Transact` with bridges configuration management
bkontur 063fef0
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
bf2e4d3
Merge remote-tracking branch 'origin/joe-foreign-assets' into bko-tra…
bkontur 78175ba
Revert temporary disabled `scripts/ci/gitlab/pipeline/test.yml`
bkontur 761a500
Unit-test for handling `ReserveAssetDeposited` on Westmint for Foreig…
bkontur bc4664b
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
b534445
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
0590241
use updated api for ensure origin trait
muharem a1ce9b8
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
0f80e76
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
ae8cac6
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
bkontur 1b21403
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
5cb396f
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
56abaf5
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
d5b71a7
Benchmarks for pallet-bridge-assets-transfer (#2316)
svyatonik 4f70058
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
60a6089
Assets/ForeignAssets tests and fixes (#2167)
bkontur 018b800
Added `StartsWithExplicitGlobalConsensus` to ignores (#2338)
bkontur 08bfe99
Merge remote-tracking branch 'origin/joe-foreign-assets' into bko-tra…
bkontur 48b6877
Change to correct weight file for pallet_bridge_assets_transfer
bkontur c16f96d
Renamed `pallet-bridge-assets-transfer` to `pallet-bridge-transfer`
bkontur 32a09c7
from_ref_time to from_parts
bkontur 137ee81
".git/.scripts/commands/bench/bench.sh" pallet statemine assets palle…
36751ae
Added `ping_via_bridge`
bkontur b550a8e
".git/.scripts/commands/bench/bench.sh" pallet statemine assets palle…
47e0283
Merge remote-tracking branch 'origin/master' into joe-foreign-assets
a4e2b93
Fix test
bkontur ad13281
Merge remote-tracking branch 'origin/joe-foreign-assets' into bko-tra…
eff26cd
Revert not needed stuff
bkontur 65fe38b
Added test-case `can_governance_change_bridge_transfer_configuration`
bkontur bc5a3ed
Added test `initiate_transfer_asset_via_bridge_for_native_asset_works`
bkontur ec44e0d
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur abe9ad2
Fix compilation
bkontur 98c09fa
Small fixes
bkontur d712d42
Added support for paid or unpaid execution by configuration
bkontur 8dfe3b6
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur a757c38
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
a3eb549
Removed stuff
bkontur 7d4319d
Bump futures from 0.3.26 to 0.3.27 (#2359)
dependabot[bot] ea6598c
Bump clap from 4.1.11 to 4.1.13 (#2388)
dependabot[bot] 35d79f3
Remove HeaderBackend from RelayChainRPCClient (#2385)
skunert e0a27e6
Added `receive_reserve_asset_deposited_from_different_consensus_works`
bkontur 0ef1444
Bump scale-info from 2.3.1 to 2.4.0 (#2386)
dependabot[bot] 72d4010
Renamed Bridges -> AllowedExporters
bkontur 066db6b
Bump serde_json from 1.0.94 to 1.0.95 (#2387)
dependabot[bot] 1d8208b
Companion: wasm-builder support stable Rust (#2393)
bkchr 99fca26
Added `IsReserve` handling for `ReserveAssetDeposited` + benchmarks
bkontur 559f3ca
Bump thiserror from 1.0.38 to 1.0.40 (#2396)
dependabot[bot] bfaa974
Fix compile
bkontur 1c459ed
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
3bf39cf
".git/.scripts/commands/bench/bench.sh" pallet statemine assets palle…
69dd6ae
Bump syn from 1.0.109 to 2.0.9 (#2397)
dependabot[bot] 247e843
Bump serde from 1.0.156 to 1.0.159 (#2395)
dependabot[bot] 2ce882f
Companion for https://github.com/paritytech/substrate/pull/13725 (#2401)
altonen 3ce4e83
Bump syn from 2.0.9 to 2.0.11 (#2405)
dependabot[bot] 693e973
Bump scale-info from 2.4.0 to 2.5.0 (#2404)
dependabot[bot] f5340e7
Bump tempfile from 3.4.0 to 3.5.0 (#2406)
dependabot[bot] 337bd17
bump zombienet version (#2411)
pepoviola f76ba2b
Fix conditional benchmarking
bkontur 8bcceb6
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
45ca89b
".git/.scripts/commands/bench/bench.sh" pallet statemine assets palle…
727b348
".git/.scripts/commands/bench/bench.sh" pallet westmint assets pallet…
826e1aa
Bump tokio from 1.26.0 to 1.27.0 (#2413)
dependabot[bot] a92aeb3
Change test weights
bkontur 93d9b6a
Bump syn from 2.0.11 to 2.0.12 (#2414)
dependabot[bot] b1cd3d5
Bump proc-macro2 from 1.0.52 to 1.0.54 (#2415)
dependabot[bot] 9106fa8
Companion PR for contract deletion updates (#2409)
pgherveou b82d6b1
Fix SafeCallFilter for westmint
bkontur e5035c8
Allow arbitrary key-values in RelayStateSproofBuilder (#2407)
tmpolaczyk e5d994b
help text examples + clean up (#2418)
skunert e67094e
Bump futures from 0.3.27 to 0.3.28 (#2420)
dependabot[bot] 6bdcf1f
Bump clap from 4.1.13 to 4.1.14 (#2421)
dependabot[bot] 66bfb2c
Update Substrate & Polkadot (#2422)
bkchr d12c6d0
Bump syn from 2.0.12 to 2.0.13 (#2428)
dependabot[bot] 697f0cd
Bump hex-literal from 0.3.4 to 0.4.0 (#2426)
dependabot[bot] 53c6b8d
Companion for #6986 (#2416)
bkontur 7fd80c7
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur 5ed3677
[backport] weights 9400 (#2425)
EgorPopelyaev e25e1ef
Use send_xcm and add cost to event
bkontur 88ead41
Cleanup: Remove polkadot-service dependency from minimal node (#2430)
skunert 2cbaa39
Co #13699: Remove old calls (#2431)
ggwpez b49628f
[Backport] version bumps 9400 (#2424)
EgorPopelyaev 77ad776
Refactor to support multiple MultiAsset + cleaning
bkontur b3edf24
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
e6bd54a
".git/.scripts/commands/bench/bench.sh" xcm westmint assets pallet_xc…
98f6ca7
Bump hex-literal from 0.4.0 to 0.4.1 (#2434)
dependabot[bot] a5a79db
Updated bridge-hub-polkadot.json (#2435)
bkontur b0715f9
The Polkadot Fellowship import (#2236)
muharem 03763dd
Companion for #13302 (#2357)
lexnv b4a50e2
use stable rust toolchain in ci
4733416
Bump syn from 2.0.13 to 2.0.14 (#2446)
dependabot[bot] 5a0ebad
Bump serde from 1.0.159 to 1.0.160 (#2445)
dependabot[bot] 030db02
Invoke cargo build commands with `--locked` (#2444)
df9ed24
Bump actions/checkout from 3.1.0 to 3.5.1 (#2448)
dependabot[bot] 71d427f
Updated doc
bkontur 73bdbdc
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
574f425
Bump serde_json from 1.0.95 to 1.0.96 (#2453)
dependabot[bot] b42855d
Bump actions/checkout from 3.5.1 to 3.5.2 (#2452)
dependabot[bot] a26ebb2
Bump syn from 2.0.14 to 2.0.15 (#2454)
dependabot[bot] 863e94d
Bump assert_cmd from 2.0.10 to 2.0.11 (#2457)
dependabot[bot] 72349fc
Changed `query_account_balances` return type (#2455)
bkontur 926799c
Companion for substrate#13883 (#2460)
andresilva 3de5354
Optimize level monitor reconstruction (#2461)
davxy 4449044
Bump clap from 4.1.14 to 4.2.3 (#2465)
dependabot[bot] ea44f8c
Bump Swatinem/rust-cache from 2.2.0 to 2.2.1 (#2456)
dependabot[bot] d403b49
Companion for substrate#13771 (#2410)
muharem eced0cb
Parachain node should not recover blocks while syncing (#2462)
skunert 56644eb
Address review comments
serban300 8615ac8
[Polkadot Companion] for 7101 (#2470)
mrcnski 5170168
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
2c1dd4f
Align BridgeHub runtimes with other SP runtimes + reused test for tel…
bkontur 5c479b7
Extract runtime_para_id for test
bkontur ad2fa5c
Typos
bkontur 7bba7f0
Added helper for `execute_as_governance`
bkontur e58b442
Merge remote-tracking branch 'origin/master' into bko-transfer-asset-…
bkontur 2e33b87
Fix test because `UnpaidRemoteExporter` adds now `UnpaidExecution` in…
bkontur 43ee627
Use `execute_as_governance` function
bkontur 2637a64
merge from bko-transfer-asset-via-bridge
alistair-singh d3bccec
typos
alistair-singh 5632fa3
modified lock
alistair-singh 94c880c
revert to parity/master
alistair-singh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this doubled in the merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a mistake during the merge and chose the wrong conflict resolution. I have reverted this though in 94c880c.
This is master branch which is more recent and was updated during the wococo-rococo bridge work:
https://github.com/paritytech/cumulus/blame/master/pallets/parachain-system/src/lib.rs#L1042-L1065
In the
bko-transfer-assets-via-bridge
its two months old:https://github.com/paritytech/cumulus/blame/bko-transfer-asset-via-bridge/pallets/parachain-system/src/lib.rs#L1045-L1068