mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Add debug info in batch debug file
- Debug Batch File
- Add details about why a batch is scheduled to be L1Batch or regular
- Add timestamps in time and blockNumber of important events
- Use a different naming for the files (batchNum + timestamp)
- Coordinator:
- To make decisions and store debug info, always use the current block that
is being mined, instead of the last mined block
This commit is contained in:
@@ -80,7 +80,7 @@ NLevels = 32
|
||||
ReceiptTimeout = "60s"
|
||||
ReceiptLoopInterval = "500ms"
|
||||
CheckLoopInterval = "500ms"
|
||||
Attempts = 8
|
||||
Attempts = 4
|
||||
AttemptsDelay = "200ms"
|
||||
CallGasLimit = 300000
|
||||
GasPriceDiv = 100
|
||||
|
||||
Reference in New Issue
Block a user