This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Benchmarks for offences pallet. #5851
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
48cb7d2
really rough mock runtime
shawntabrizi bd532c9
start to work on offences
shawntabrizi 18e9a4f
Make sure to start the session.
tomusdrw 1ccdd86
Merge branch 'master' into shawntabrizi-fix-offences-benchmarks
tomusdrw 181bd7d
Update to latest master.
tomusdrw f29eaf3
Add verify.
tomusdrw c2ceaf4
Fix on_initialize benchmark.
tomusdrw 0ca03e8
Add grandpa offence.
tomusdrw f525478
Add Babe offence benchmarking.
tomusdrw 187299f
Merge branch 'master' into shawntabrizi-fix-offences-benchmarks
tomusdrw 7dec75d
Enable babe test.
tomusdrw d778c1c
Address review grumbles.
tomusdrw 1d2a55d
Address review grumbles.
tomusdrw 4125499
Merge remote-tracking branch 'refs/remotes/origin/shawntabrizi-fix-of…
tomusdrw ea8024a
Merge branch 'master' into shawntabrizi-fix-offences-benchmarks
tomusdrw be69494
Address review grumbles part 1/2
tomusdrw 6b5b898
use currency trait
shawntabrizi 08bcf29
features
shawntabrizi 3e7024d
Check events explicitly.
tomusdrw 1fedd84
Auto-impl tuple converter.
tomusdrw 0615188
Removed dead code.
tomusdrw e756563
add test feature flag
shawntabrizi 79dbc49
dont use std
shawntabrizi 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
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.
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.
is this intentional (or a result of debugging)?
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.
Intentional. Using
forbid
may cause issues with:We did try that in the past, but it was doing more harm than good.