-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add new demo configuration targeting mainnet scale #4397
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4835133
Add new demo configuration targeting mainnet, with 1/10th of the depo…
prestonvanloon 11d519f
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 0c24304
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 6811e08
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 0bbb6f5
reduce quotant by 1/10th. Use 1/10th mainnet values
prestonvanloon 9f5f8e1
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 114c169
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] f19d31a
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] e1ea5ec
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] a9acf77
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 56ddfcb
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 9640eb4
only change the inactivity quotant
prestonvanloon 44697ef
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 70ba5e7
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] fe5fb90
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 2340946
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] bc1b12b
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 97a2464
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 498b61b
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 77fabae
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 2c0169a
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 257a873
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 1ba0dfa
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 56f72a4
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 20f44a3
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 291ff1d
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 63cfa1e
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] e723269
Merge branch 'v0.9.2' of github.com:prysmaticlabs/prysm into new-demo…
prestonvanloon 651cda9
Merge branch 'new-demo-config' of github.com:prysmaticlabs/prysm into…
prestonvanloon 280ef15
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 775ac3d
Merge refs/heads/v0.9.2 into new-demo-config
prylabs-bulldozer[bot] 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
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 set it back to 1.6?
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.
Because this is mainnet configuration, except 1/10th of the deposits.
Everything else feels mainnet, activation/ejection times, penalties, etc.
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.
Without proper incentive to reward validators participating well in testnet. Such low ejection balance will cause testnet to struggle and diverge from production environment
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 agree with you, which is why I am advocating for this change. Using the mainnet configuration threshold gives us the ability to test and detect this scenario. If it kills the testnet, then we get a great post-mortem.
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.
Sure. Although the scenario differs from production(because people will care to keep clients alive for as long as they can), but the end result is still the same. It's a good network fragmentation test