This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: implement misbehaviour program #103
Merged
gjermundgaraba
merged 23 commits into
main
from
gjermund/56-implement-misbehavior-program
Sep 4, 2024
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
16df45a
initial implementation of the misbehaviour program
gjermundgaraba 0c329f8
Merge branch 'main' into gjermund/56-implement-misbehavior-program
gjermundgaraba 269bb6a
misbehaviour program with operator integration with fixture output
gjermundgaraba 4ac34e9
lint
gjermundgaraba 849d020
output misbehaviour fixture from e2e test
gjermundgaraba dcb3e73
misbehaviour tests (unit and e2e)
gjermundgaraba 91aee68
some code cleanup
gjermundgaraba bf39613
code cleanup
gjermundgaraba 5f750fa
added clippy linting
gjermundgaraba c9cbfb3
Added misbehaviour program to ci build pipeline
gjermundgaraba 4f3864e
fix cargo setups for misbehaviour
gjermundgaraba 46dfe66
lint and add e2e test to ci
gjermundgaraba 588f580
Update programs/misbehaviour/src/lib.rs
gjermundgaraba df06cd8
Update programs/misbehaviour/src/lib.rs
gjermundgaraba f36b596
Update programs/misbehaviour/src/lib.rs
gjermundgaraba f0d9b70
Update programs/misbehaviour/src/lib.rs
gjermundgaraba aff47cc
pr review fixes
gjermundgaraba b7b8d0e
Update operator/src/runners/fixtures/misbehaviour.rs
gjermundgaraba 5676c8e
Update e2e/interchaintestv8/sp1_ics07_test.go
gjermundgaraba 8947815
code review fixes
gjermundgaraba 4b8e72b
added test for misbehaviour breaking time monotonicity
gjermundgaraba e6ae78f
added unit test for TrustingPeriodTooLong
gjermundgaraba 0e641ce
rename validators correctly
gjermundgaraba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed to use 1.60 because there is a memory bug in 1.59 that causes a lot of problems on my machine.
The version bumps in this file is just because I thought it was good to have latest version 🤷