This repository was 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.7k
New slashing logic #570
Merged
Merged
New slashing logic #570
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b06b022
New slashing mechanism (#554)
gavofyork 8d85ecb
Remove accidental merge files.
gavofyork f46c603
Merge remote-tracking branch 'origin/master' into gav-new-pos
gavofyork 5d12d61
Version bump, fixes (#572)
gavofyork fd04ad7
Fix merge
gavofyork 15315de
Fix accidental merge bug
gavofyork bd579f1
Fixes.
gavofyork 42c5856
Staking failsafes
gavofyork dc6de6c
Make minimum validator count dynamic.
gavofyork b85cb38
test fixes
gavofyork 7192001
Fix tests.
gavofyork 5a19b7b
Fix tests
gavofyork bc9f55b
Fix tests, update readme.
gavofyork b6069c7
Merge remote-tracking branch 'origin/master' into gav-new-pos
gavofyork 97ed7b9
Test with release.
gavofyork 03631c6
Use safe math when dealing with total stake
gavofyork 94bebf6
Fix test again.
gavofyork 5d8bc21
Fix grumbles.
gavofyork 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
Test with release.
- Loading branch information
commit 97ed7b9a382c131b4874874e14d0a31807fb4e77
There are no files selected for viewing
This file contains hidden or 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
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.
Why do we need to run tests in
--releasemode?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.
they go incredibly slow otherwise. the sync tests take ages.
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.
yeah, thought as much. But I wonder maybe it is worth to add
RUSTFLAGS="-C debug-assertions"?