Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/coprocessor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: coprocessor
description: A helm chart to distribute and deploy Zama fhevm Co-Processor services
version: 0.8.3
version: 0.8.4
apiVersion: v2
keywords:
- fhevm
Expand Down
13 changes: 0 additions & 13 deletions charts/coprocessor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -903,17 +903,11 @@ txSender:
configMapKeyRef:
name: gateway-sc-addresses
key: ciphertext_commits.address
- name: MULTICHAIN_ACL_ADDRESS
valueFrom:
configMapKeyRef:
name: gw-sc-addresses
key: multichain_acl.address

# Command line arguments for transaction sender
args:
- --input-verification-address=$(INPUT_VERIFICATION_ADDRESS)
- --ciphertext-commits-address=$(CIPHERTEXT_COMMITS_ADDRESS)
- --multichain-acl-address=$(MULTICHAIN_ACL_ADDRESS)
- --gateway-url=ws://gateway-rpc-node:8548
- --signer-type=private-key
- --private-key=$(TX_SENDER_PRIVATE_KEY)
Expand Down Expand Up @@ -943,16 +937,9 @@ txSender:
- --gas-limit-overprovision-percent=120
- --graceful-shutdown-timeout=8s
- --service-name=txn-sender
# New in 0.10
- --metric-host-txn-latency=0.1:60.0:0.1
- --metric-zkproof-txn-latency=0.1:60.0:0.1
- --gauge-update-interval-secs=10
- --host-chain-url=$(ETHEREUM_RPC_URL)
- --delegation-block-delay=10 # not applied immediately to avoid reorg
- --delegation-clear-after-n_blocks=648000 # ~3 months at 12s block time, only on successful delegations
- --delegation-fallback-polling=30 # polling fallback in seconds when notification are not received
- --delegation-max-retry=100000 # does not include immediate retry on transient error which are infinite
- --retry-immediately-on-nonce-error=0 # Deprecated. To be removed in a future release.

# Service ports configuration
ports:
Expand Down
4 changes: 1 addition & 3 deletions coprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,13 @@ Options:

```bash
$ transaction_sender --help
Usage: transaction_sender [OPTIONS] --input-verification-address <INPUT_VERIFICATION_ADDRESS> --ciphertext-commits-address <CIPHERTEXT_COMMITS_ADDRESS> --multichain-acl-address <MULTICHAIN_ACL_ADDRESS> --gateway-url <GATEWAY_URL>
Usage: transaction_sender [OPTIONS] --input-verification-address <INPUT_VERIFICATION_ADDRESS> --ciphertext-commits-address <CIPHERTEXT_COMMITS_ADDRESS> --gateway-url <GATEWAY_URL>

Options:
-i, --input-verification-address <INPUT_VERIFICATION_ADDRESS>

-c, --ciphertext-commits-address <CIPHERTEXT_COMMITS_ADDRESS>

-m, --multichain-acl-address <MULTICHAIN_ACL_ADDRESS>

-g, --gateway-url <GATEWAY_URL>

-s, --signer-type <SIGNER_TYPE>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading