Skip to content

Commit

Permalink
Merge pull request #106 from Fairblock/wasm
Browse files Browse the repository at this point in the history
add cosmwasm support
  • Loading branch information
ap0calypse644 authored Mar 5, 2024
2 parents 69757d8 + 9e44885 commit 7d37fb9
Show file tree
Hide file tree
Showing 177 changed files with 114,745 additions and 60,822 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ DistributedIBE/
encrypter
ShareGenerator
data/
devnet_data/
devnet_data/
github.com/
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ test-block-tx-limit: init-test-block-limit-framework \

integration-test-all: init-test-framework \
init-relayer \
test-keyshare-module \
test-pep-module
test-keyshare-module
-@rm -rf ./data
-@killall fairyringd 2>/dev/null

Expand All @@ -204,6 +203,10 @@ test-pep-module:
@echo "Testing Pep module..."
./scripts/tests/pep.sh

test-gov-module:
@echo "Testing Gov module..."
./scripts/tests/priv_gov.sh

init-relayer:
@echo "Initializing hermes relayer..."
./scripts/tests/relayer.sh
Expand Down
Loading

0 comments on commit 7d37fb9

Please sign in to comment.