mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-15 12:57:01 +00:00
[proofs] remove dead code
This commit is contained in:
parent
bd284acce3
commit
91ccc82d49
@ -15,11 +15,9 @@ const { SlotState } = require("./requests")
|
|||||||
|
|
||||||
describe("Proofs", function () {
|
describe("Proofs", function () {
|
||||||
const slotId = hexlify(randomBytes(32))
|
const slotId = hexlify(randomBytes(32))
|
||||||
const requestId = hexlify(randomBytes(32))
|
|
||||||
const period = 30 * 60
|
const period = 30 * 60
|
||||||
const timeout = 5
|
const timeout = 5
|
||||||
const downtime = 64
|
const downtime = 64
|
||||||
const duration = 1000 * period
|
|
||||||
const probability = 4 // require a proof roughly once every 4 periods
|
const probability = 4 // require a proof roughly once every 4 periods
|
||||||
const { periodOf, periodEnd } = periodic(period)
|
const { periodOf, periodEnd } = periodic(period)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user