Skip to content

Commit

Permalink
Merge branch 'main' into feat/deposit-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Oct 25, 2023
2 parents c29bccc + 162d36e commit fa3f556
Show file tree
Hide file tree
Showing 14 changed files with 2,112 additions and 696 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules/
broadcast/
cache/
out/
lcov.info
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ test-integration:
forge test --match-path '*test/integration*' -vvv
coverage:
forge coverage
coverage-lcov:
forge coverage --report lcov

anvil-fork:
exec anvil -f ${RPC_URL}
Expand Down Expand Up @@ -52,5 +54,6 @@ t: test
tu: test-unit
ti: test-integration
c: coverage
cl: coverage-lcov
af: anvil-fork
ak: anvil-kill
Loading

0 comments on commit fa3f556

Please sign in to comment.