Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Customizable Slashing and Jailing #2403

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

stana-miric
Copy link
Collaborator

Implements #2383
todo:add description

@stana-miric stana-miric self-assigned this Nov 15, 2024
@github-actions github-actions bot added C:x/provider Assigned automatically by the PR labeler C:x/types Assigned automatically by the PR labeler labels Nov 15, 2024
@@ -182,6 +182,10 @@
if err := am.keeper.BeginBlockRemoveConsumers(sdkCtx); err != nil {
return err
}
// Update the infraction parameters for consumer chains that are scheduled for an update
if err := am.keeper.BeginBlockUpdateInfractionParameters(sdkCtx); err != nil {

Check warning

Code scanning / CodeQL

Panic in BeginBock or EndBlock consensus methods Warning

path flow from Begin/EndBlock to a panic call
@stana-miric stana-miric force-pushed the smiric/custom-slashing-and-jailing branch from c848f9d to 9fa5ec3 Compare November 15, 2024 17:31
@github-actions github-actions bot added the C:Testing Assigned automatically by the PR labeler label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Testing Assigned automatically by the PR labeler C:x/provider Assigned automatically by the PR labeler C:x/types Assigned automatically by the PR labeler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant