-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add opcc slashing event (#139)
## Summary This is a PR to update the BTC Slasher program to support and handle OP stack consumer chain slashing events. It accompanies babylonlabs-io/babylon-contract#92. ## Test plan Before running integration tests, I needed to set `DOCKER_HOST`: ```bash export DOCKER_HOST="unix:///Users/parkyeung/.docker/run/docker.sock" ``` To run tests: ```bash # unit tests make test # integration tests make test-e2e ```
- Loading branch information
Showing
2 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters