Skip to content

Commit

Permalink
Merge pull request #11 from HerodotusDev/feat/multi_mmr
Browse files Browse the repository at this point in the history
feat: add multi-mmr logic
  • Loading branch information
rkdud007 authored Jul 16, 2024
2 parents 16a236e + 7d3889e commit ec98fe7
Show file tree
Hide file tree
Showing 22 changed files with 667,622 additions and 453,797 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ jobs:
id: build
- name: Run Setup
run: |
make cairo-install && make cairo1-install
make cairo-install && pnpm install
id: setup
- name: Cairo run
run: |
make cairo-run
id: script
- name: Run Forge tests
run: |
source venv/bin/activate && forge test -vvv
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ venv

node_modules/

# Compiled source
*_pie.zip
# # Compiled source
# *_pie.zip

cairo-vm
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
compile:
@echo "Cairo Compile..."
cairo-hash-program --program helpers/target/hdp.json
cairo-hash-program --program build/compiled_cairo/hdp.json

hdp-run:
@echo "Installing hdp binary..."
Expand Down
Loading

0 comments on commit ec98fe7

Please sign in to comment.