Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Nacho/improve xcm emulator v2 #2576

Merged
merged 62 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
6f28e70
folder restructutre
NachoPal Apr 24, 2023
721a12f
common created
NachoPal Apr 24, 2023
11eb54f
make macros repetitions
NachoPal Apr 24, 2023
fb5f5c7
messenger traits for relay and para
NachoPal Apr 25, 2023
f216cf7
default Messenger impls
NachoPal Apr 25, 2023
1e3a5d4
messenger traits refactor
NachoPal Apr 25, 2023
0fdf215
declared two networks
NachoPal Apr 25, 2023
8cedf41
init network approach works
NachoPal Apr 25, 2023
729f918
queues use HashMap but relay block number
NachoPal Apr 26, 2023
b45cc42
init and reset refactor
NachoPal Apr 26, 2023
19f775d
messengers trait name changed
NachoPal Apr 26, 2023
769ecf4
relay block number suboptimal
NachoPal Apr 26, 2023
38cf3d9
fix reset hashmap keys
NachoPal Apr 26, 2023
eac6a88
genesis added
NachoPal Apr 26, 2023
7c4dd47
test ext added for parachains
NachoPal Apr 27, 2023
0490ab6
genesis added relay chains
NachoPal Apr 27, 2023
edb8684
genesis to storage
NachoPal Apr 27, 2023
3a99e03
new_ext replaced by on_init
NachoPal May 4, 2023
4e82c97
Companion: XCM remote lock config (#2463)
muharem May 5, 2023
b7f54e6
new relay block number approach
NachoPal May 5, 2023
1bddaae
Update DNS names of Rococo Contracts bootnodes (#2524)
bakhtin May 5, 2023
066a0c9
ext_wrapper added
NachoPal May 5, 2023
fb62068
added types to Parachain trait
NachoPal May 5, 2023
0d04b8b
bump zombienet version (#2525)
pepoviola May 5, 2023
4dc50c8
Make zombienet tests required (#2527)
skunert May 6, 2023
c312f0b
Fix Clippy (#2522)
ggwpez May 6, 2023
b11de13
relay chain with types
NachoPal May 6, 2023
0aae05b
Bump serde from 1.0.160 to 1.0.162 (#2534)
dependabot[bot] May 6, 2023
fd295d0
restructure
NachoPal May 6, 2023
75ceebe
para_ids working
NachoPal May 7, 2023
694722d
replace para_id getter
NachoPal May 7, 2023
1e99b42
replace para_id getter 2
NachoPal May 7, 2023
8904a44
Update westmint bootnodes (#2521)
BulatSaif May 7, 2023
35a443d
companion for #14088 (#2539)
niklasad1 May 7, 2023
c94d64c
add set_invulnerables to SafeCallFilter (#2537)
joepetrowski May 8, 2023
fe5f5c2
tests restructure + common variables
NachoPal May 8, 2023
6cba4b4
Substrate 13843 (Asset Freezing) Companion (#2437)
joepetrowski May 8, 2023
97984e4
Prevent name clash with Substrate Pallet Template (#2536)
ggwpez May 8, 2023
b65e027
added sovereign and balances helpers
NachoPal May 8, 2023
1ab6b2f
Bump quote from 1.0.26 to 1.0.27 (#2548)
dependabot[bot] May 9, 2023
e623cf1
Bump array-bytes from 6.0.0 to 6.1.0 (#2549)
dependabot[bot] May 9, 2023
b963e38
more helpers + tess pass
NachoPal May 11, 2023
45f4c4a
expected events macro added
NachoPal May 11, 2023
89f0fc9
added events trait method
NachoPal May 11, 2023
5faf54a
expect_events macro improve
NachoPal May 12, 2023
06962cb
expect_events macro done
NachoPal May 12, 2023
53eef96
network traits added
NachoPal May 13, 2023
36eb693
reserve_transfer test added
NachoPal May 13, 2023
342e526
para & relay macro inputs redefined
NachoPal May 13, 2023
839b32b
added collectives & BH paras
NachoPal May 14, 2023
0f6d89a
test restructure
NachoPal May 14, 2023
84dea0a
statemine removed
NachoPal May 14, 2023
406886c
nitpick
NachoPal May 14, 2023
0f3afd2
rename test folder + events logs
NachoPal May 17, 2023
dc7ff20
clean
NachoPal May 17, 2023
c948348
merged branch
NachoPal May 17, 2023
b21d95d
weight threshold helper
NachoPal May 17, 2023
478549e
update readme
NachoPal May 17, 2023
c4bbcad
remove cumulus-test-service dependancy
NachoPal May 17, 2023
28b418b
fmt
NachoPal May 17, 2023
8c3b5ea
comment docs
NachoPal May 18, 2023
dfdb0ee
Merge branch 'master' into nacho/improve-xcm-emulator-v2
NachoPal May 18, 2023
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
32 changes: 32 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#
# An auto defined `clippy` feature was introduced,
# but it was found to clash with user defined features,
# so was renamed to `cargo-clippy`.
#
# If you want standard clippy run:
# RUSTFLAGS= cargo clippy
[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Aclippy::all",
"-Dclippy::correctness",
"-Aclippy::if-same-then-else",
"-Aclippy::clone-double-ref",
"-Dclippy::complexity",
"-Aclippy::zero-prefixed-literal", # 00_1000_000
"-Aclippy::type_complexity", # raison d'etre
"-Aclippy::nonminimal-bool", # maybe
"-Aclippy::borrowed-box", # Reasonable to fix this one
"-Aclippy::too-many-arguments", # (Turning this on would lead to)
"-Aclippy::unnecessary_cast", # Types may change
"-Aclippy::identity-op", # One case where we do 0 +
"-Aclippy::useless_conversion", # Types may change
"-Aclippy::unit_arg", # styalistic.
"-Aclippy::option-map-unit-fn", # styalistic
"-Aclippy::bind_instead_of_map", # styalistic
"-Aclippy::erasing_op", # E.g. 0 * DOLLARS
"-Aclippy::eq_op", # In tests we test equality.
"-Aclippy::while_immutable_condition", # false positives
"-Aclippy::needless_option_as_deref", # false positives
"-Aclippy::derivable_impls", # false positives
"-Aclippy::stable_sort_primitive", # prefer stable sort
]
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variables:
CI_IMAGE: "paritytech/ci-linux:production"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.43"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.50"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
BUILDAH_COMMAND: "buildah --storage-driver overlay2"

Expand Down
Loading