Skip to content

Commit

Permalink
working version of receipt verification in the worker processes
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajdev committed Aug 20, 2024
1 parent c107ac0 commit b1990b0
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 135 deletions.
2 changes: 2 additions & 0 deletions src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export interface Config {
maxValidatorsToServe: number
limitToArchiversOnly: boolean
verifyReceiptData: boolean
verifyReceiptSignaturesSeparately: boolean
verifyAppReceiptData: boolean
verifyAccountData: boolean
skipGlobalTxReceiptVerification: boolean // To skip verification of global tx receipts for now
Expand Down Expand Up @@ -134,6 +135,7 @@ let config: Config = {
maxValidatorsToServe: 10, // max number of validators to serve accounts data during restore mode
limitToArchiversOnly: true,
verifyReceiptData: true,
verifyReceiptSignaturesSeparately: true,
verifyAccountData: true,
verifyAppReceiptData: true,
skipGlobalTxReceiptVerification: true,
Expand Down
Loading

0 comments on commit b1990b0

Please sign in to comment.