-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduces additive slashing penalty (#301)
* feat: updates fee mechanism for slashing to additive penalty * feat: updates penalty to be 5% for slashing * chore: renames for more descriptive explaination * feat: adds fixes to tests * chore: fix fee is 10 in tests * feat: updates naming of variable * chore: revert geth * chore: fix naming in tests * feat: update naming more and bump abi * chore: update naming in comments * Adds logging for preconfirmations (#314) * feat: logs details of preconf in logs * feat: stops sending bid rejection over node * chore: leave bid reject for now
- Loading branch information
Showing
6 changed files
with
224 additions
and
225 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
270 changes: 135 additions & 135 deletions
270
contracts-abi/clients/ProviderRegistry/ProviderRegistry.go
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.