mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-09 11:32:22 +00:00
Slash and free slot sooner when proofs are missed
This makes it faster to test these scenarios in the codex integration tests.
This commit is contained in:
parent
965529dcea
commit
118ee0b22b
@ -4,9 +4,9 @@ const { loadZkeyHash } = require("../verifier/verifier.js")
|
|||||||
const CONFIGURATION = {
|
const CONFIGURATION = {
|
||||||
collateral: {
|
collateral: {
|
||||||
repairRewardPercentage: 10,
|
repairRewardPercentage: 10,
|
||||||
maxNumberOfSlashes: 5,
|
maxNumberOfSlashes: 2,
|
||||||
slashCriterion: 3,
|
slashCriterion: 2,
|
||||||
slashPercentage: 10,
|
slashPercentage: 20,
|
||||||
},
|
},
|
||||||
proofs: {
|
proofs: {
|
||||||
period: 60,
|
period: 60,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user