Skip to content

Commit da3aafb

Browse files
authored
feat(coprocessor): send sync and nonce mngmt fixes in txn-sender (#1388)
1 parent a65e7b8 commit da3aafb

19 files changed

+377
-442
lines changed

charts/coprocessor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: coprocessor
22
description: A helm chart to distribute and deploy Zama fhevm Co-Processor services
3-
version: 0.7.4
3+
version: 0.7.5
44
apiVersion: v2
55
keywords:
66
- fhevm

charts/coprocessor/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,8 @@ txSender:
744744
- --allow-handle-max-retries=2147483647
745745
- --add-ciphertexts-max-retries=2147483647
746746
- --error-sleep-initial-secs=1
747-
- --error-sleep-max-secs=300
748-
- --txn-receipt-timeout-secs=10
749-
- --required-txn-confirmations=0
747+
- --error-sleep-max-secs=4
748+
- --txn-receipt-timeout-secs=4
750749
- --review-after-unlimited-retries=30
751750
- --provider-max-retries=4294967295
752751
- --provider-retry-interval=4s
@@ -766,7 +765,7 @@ txSender:
766765
- --delegation-clear-after-n_blocks=648000 # ~3 months at 12s block time, only on successful delegations
767766
- --delegation-fallback-polling=30 # polling fallback in seconds when notification are not received
768767
- --delegation-max-retry=100000 # does not include immediate retry on transient error which are infinite
769-
- --retry-immediately-on-nonce-error=2 # nonce error happens as error from one transaction can invalidate other nonce
768+
- --retry-immediately-on-nonce-error=0 # Deprecated. To be removed in a future release.
770769

771770
# Service ports configuration
772771
ports:

0 commit comments

Comments
 (0)