mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-07 15:53:07 +00:00
reduce proof period
Proving is now on a new thread, and generates proofs much faster
This commit is contained in:
parent
533cad59fa
commit
cd6a78e548
@ -8,10 +8,10 @@ module.exports = {
|
|||||||
proofs: {
|
proofs: {
|
||||||
// period has to be less than downtime * blocktime
|
// period has to be less than downtime * blocktime
|
||||||
// blocktime can be 1 second with hardhat in automine mode
|
// blocktime can be 1 second with hardhat in automine mode
|
||||||
period: 120, // seconds
|
period: 30, // seconds
|
||||||
timeout: 30, // seconds
|
timeout: 20, // seconds
|
||||||
downtime: 144, // number of blocks
|
downtime: 36, // number of blocks
|
||||||
downtimeProduct: 149, // number of blocks
|
downtimeProduct: 37, // number of blocks
|
||||||
zkeyHash: "",
|
zkeyHash: "",
|
||||||
},
|
},
|
||||||
reservations: {
|
reservations: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user