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

Commit

Permalink
[Backport] #206 Trappist node and #207 workspace refactor to v0.9.40 (#…
Browse files Browse the repository at this point in the history
…209)

* cherry-picked changes

* WIP fixing node service¨

* Upgrade fixes, missing stout trait bound error

* workspace refactor

* added dex to stout

* fmt

---------

Co-authored-by: Hector Bulgarini <[email protected]>
  • Loading branch information
valentinfernandez1 and hbulgarini authored Jun 6, 2023
1 parent 16d1480 commit 2e3c910
Show file tree
Hide file tree
Showing 43 changed files with 2,343 additions and 1,797 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ jobs:

- name: Check Build Trappist Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --locked --features with-trappist-runtime
- name: Check Build Stout Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --locked --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 2e3c910

Please sign in to comment.