Skip to content

Commit

Permalink
Randomness -
Browse files Browse the repository at this point in the history
Decrypting and verifying in the enclave
Added random to env

Just works with local branches for now
  • Loading branch information
Cashmaney committed Jan 6, 2023
1 parent ea3acce commit d471a07
Show file tree
Hide file tree
Showing 39 changed files with 1,025 additions and 290 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ endif
CUR_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

build_tags = netgo

build_tags += sgx

ifeq ($(LEDGER_ENABLED),true)
ifeq ($(OS),Windows_NT)
GCCEXE = $(shell where gcc.exe 2> NUL)
Expand Down Expand Up @@ -528,7 +531,7 @@ proto-gen:
cp go.mod /tmp/go.mod.bak
cp go.sum /tmp/go.sum.bak
@echo "Generating Protobuf files"
$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace tendermintdev/sdk-proto-gen:$(protoVer) sh ./scripts/protocgen.sh
$(DOCKER) run --rm -v /mnt/c/Users/Itzik/GolandProjects/SecretNetwork:/workspace --workdir /workspace tendermintdev/sdk-proto-gen:$(protoVer) sh ./scripts/protocgen.sh
cp /tmp/go.mod.bak go.mod
cp /tmp/go.sum.bak go.sum
go mod tidy
Expand Down
4 changes: 2 additions & 2 deletions cosmwasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d471a07

Please sign in to comment.