datahaven/test/resources
undercover-cactus 863250d555
misc: remove slasher middleware solidity contracts (#366)
## Summary

This PR remove the middlewares contracts from eigen layer. Instead we
are planning to use the eigne layer contract directly. It also removes
the tests related to the middleware slasher code and the mock contract
used in it.

## Motivation

When slashing an operator in the Dathaven we are going through the
substrate slashing pallet already implemented. It already allow to
configure a slashing window and/or to cancel a slashing. In the future
it will also be compatible with a government pallet. This part of code
is therefore redundant. For the same reason we remove the tests because
we are not using the slashing middleware contracts.

## What changed

* Remove the slasher middleware files
* Remove the tests related to the middleware slasher file
2025-12-29 14:55:21 +01:00
..
datahaven-integration-test-flow.md misc: remove slasher middleware solidity contracts (#366) 2025-12-29 14:55:21 +01:00
datahavenBasicTestFlow.png feat(contracts): add set up validator script and execute it when starting integration tests (#47) 2025-04-22 16:49:51 -03:00