Skip to content

Commit

Permalink
perf: BitVM Groth16 Verification Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
fiamma-builder committed Aug 15, 2024
1 parent 78b429e commit 41c2875
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CHAIN_BINARY=fiammad
: ${CHAIN_ID:="fiamma-testnet-1"}
: ${MINIMUM_GAS_PRICES="0ufia"}

: ${PEER_ADDR="13.231.104.23"}
: ${PEER_ADDR="54.65.137.66"}

PEER_ARRAY=(${PEER_ADDR//,/ })

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NODE_HOME=$HOME/.fiamma
CHAIN_BINARY=fiammad
: ${CHAIN_ID:="fiamma-testnet-1"}

: ${PEER_ADDR="13.231.104.23"}
: ${PEER_ADDR="54.65.137.66"}

VALIDATOR_KEY=$($CHAIN_BINARY tendermint show-validator)
MONIKER=$($CHAIN_BINARY config get config moniker)
Expand Down
Binary file modified x/zkpverify/verifiers/lib/libverifier_darwin_amd64.a
Binary file not shown.
Binary file modified x/zkpverify/verifiers/lib/libverifier_darwin_arm64.a
Binary file not shown.
Binary file modified x/zkpverify/verifiers/lib/libverifier_linux_amd64.a
Binary file not shown.

0 comments on commit 41c2875

Please sign in to comment.