Skip to content

Commit

Permalink
Fork aware offchain Database (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: Seun Lanlege <[email protected]>
  • Loading branch information
Wizdave97 and seunlanlege authored Apr 25, 2024
1 parent 2742fe3 commit 32ebfd5
Show file tree
Hide file tree
Showing 121 changed files with 10,715 additions and 4,874 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ jobs:
run: |
cargo test -p bsc-prover -- --nocapture --ignored
- name: Mmr gadget tests
run: |
cargo build -p hyperbridge --release --features simnode
./target/release/hyperbridge simnode --chain gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --unsafe-rpc-external --rpc-methods=unsafe &
sleep 20;
cargo test -p simnode-tests -- --nocapture --ignored
kill -9 $!
check-solidity:
name: Check ismp-solidity
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 32ebfd5

Please sign in to comment.