You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Support Zircuit fraud transactions and zk overflow detection (#14629)
* Support Zircuit fraud transactions detection and zk overflow detection, need dedup and unit test
* add dedup
* fix test
* add unit tests
* rm
* update chaintype
* update for testnet chainType
* address comments
* update log level
- ChainType: invalid value (Foo): must not be set with this chain id
1359
1359
- Nodes: missing: must have at least one node
1360
-
- ChainType: invalid value (Foo): must be one of arbitrum, astar, celo, gnosis, hedera, kroma, mantle, metis, optimismBedrock, sei, scroll, wemix, xlayer, zkevm, zksync or omitted
1360
+
- ChainType: invalid value (Foo): must be one of arbitrum, astar, celo, gnosis, hedera, kroma, mantle, metis, optimismBedrock, sei, scroll, wemix, xlayer, zkevm, zksync, zircuit or omitted
1361
1361
- HeadTracker.HistoryDepth: invalid value (30): must be greater than or equal to FinalizedBlockOffset
1362
1362
- GasEstimator.BumpThreshold: invalid value (0): cannot be 0 if auto-purge feature is enabled for Foo
1363
1363
- Transactions.AutoPurge.Threshold: missing: needs to be set if auto-purge feature is enabled for Foo
- ChainType: invalid value (Arbitrum): only "optimismBedrock" can be used with this chain id
1372
1372
- Nodes: missing: must have at least one node
1373
-
- ChainType: invalid value (Arbitrum): must be one of arbitrum, astar, celo, gnosis, hedera, kroma, mantle, metis, optimismBedrock, sei, scroll, wemix, xlayer, zkevm, zksync or omitted
1373
+
- ChainType: invalid value (Arbitrum): must be one of arbitrum, astar, celo, gnosis, hedera, kroma, mantle, metis, optimismBedrock, sei, scroll, wemix, xlayer, zkevm, zksync, zircuit or omitted
1374
1374
- FinalityDepth: invalid value (0): must be greater than or equal to 1
1375
1375
- MinIncomingConfirmations: invalid value (0): must be greater than or equal to 1
0 commit comments