Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Trappist node refactor (#206)
Browse files Browse the repository at this point in the history
* WIP

* WIP

* adding service_stout with repeated code

* Compiling: new_partial with generics

* start_generic_node_impl accepts a closure and RPC types are extracted@

* start_generic_2_aura_node seems to be working

* compiling :)

* Adding dex pallet to stout

* a simplified working version

* removing unwanted dir

* Fixing docs

* updating gitignore

* Fixing docker and github actions files

* fmt

* Adding missing polkadot-cli in benchmark feature
  • Loading branch information
hbulgarini authored Jun 1, 2023
1 parent 3387f9f commit 1aa9992
Show file tree
Hide file tree
Showing 32 changed files with 2,126 additions and 1,684 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:

- name: Check Build Trappist Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --features with-trappist-runtime
- name: Check Build Stout Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --no-default-features --features with-stout-runtime
SKIP_WASM_BUILD=1 cargo check --release
test:
needs: lint
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
**/target_stout/
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 1aa9992

Please sign in to comment.