Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable consumer initiated slashing + fix slash acks bug (#692)
* disable consumer initiating slashing; also jailing for double-signing on the consumers * fix diff testing * fix TestHandleSlashPacket * fix relay tests * set jailUntil again * rm TestSlashUndelegation * rm unused func * change e2e test to check downtime * comments * split out TestRelayAndApplySlashPacket * final fix in slashing.go * fix TestHandleSlashPacket * expectJailing bool * fix throttle e2e tests * doc diff test * fix diff-test slashing * upstream new traces * update integration tests with new consumer initiated slash behaviour (#705) * Update tests/difference/core/model/src/model.ts * Update tests/difference/core/model/src/model.ts * rm comment * fix bug in diff-test model * Fix slash acks bug (#708) * refactor Slash processing on provider and consumer * add unittest for slash acks correctness * update using review comments * fix and tests * relay test * smol --------- Co-authored-by: Matija Salopek <[email protected]> Co-authored-by: MSalopek <[email protected]> * fix comment strings in integration tests --------- Co-authored-by: mpoke <[email protected]> Co-authored-by: Shawn Marshall-Spitzbart <[email protected]> Co-authored-by: MSalopek <[email protected]> Co-authored-by: Matija Salopek <[email protected]> Co-authored-by: Jehan <[email protected]>
- Loading branch information