Skip to content

Commit 083a366

Browse files
yrongherryho
andauthored
Refact client & dev chain (#393)
* Add xcm transact tests&Fix break tests * Refact dev chain - reuse asgard for dev and clean unused codes - integrate rpc api and cutomized for different runtime * Revamp client Co-authored-by: herryho <herry.heyi@gmail.com>
1 parent c41aeff commit 083a366

35 files changed

+614
-4502
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ output
1616
deploy
1717
snapshot.bin
1818
*.wasm
19+
data

Cargo.lock

Lines changed: 1 addition & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ deploy-bifrost-live:
127127
# Run dev chain
128128
.PHONY: run-dev-manual-seal
129129
run-dev:
130-
RUST_LOG=debug cargo run -p node-cli --locked --features "with-dev-runtime" -- --tmp --dev --sealing instant --rpc-cors all --unsafe-ws-external
130+
RUST_LOG=debug CARGO_INCREMENTAL=0 cargo run -p node-cli --locked --features "with-asgard-runtime" -- --tmp --dev --sealing instant --rpc-cors all --unsafe-ws-external
131131

132132
# Build docker image
133133
.PHONY: build-docker-image

node/cli/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ with-asgard-runtime = [
7373
with-bifrost-runtime = [
7474
"node-service/with-bifrost-runtime",
7575
]
76-
with-dev-runtime = [
77-
"node-service/with-dev-runtime"
78-
]
7976
with-all-runtime = [
8077
"with-asgard-runtime",
8178
"with-bifrost-runtime",

0 commit comments

Comments
 (0)