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!: Faster block times (3s) #789

Merged
merged 7 commits into from
Aug 28, 2023
Merged

feat!: Faster block times (3s) #789

merged 7 commits into from
Aug 28, 2023

Conversation

Reecepbcups
Copy link
Contributor

@Reecepbcups Reecepbcups commented Aug 14, 2023

Closes #286

3s block times, tested locally as well and confirmed working as expected
upgrade article will include CosmosCache + setup + support to better handle request scalability

Summary

  • Doubles slashing window
  • Doubles block per year minted (since blocks are 2 times faster
  • Forces consensus timeout commit to be 2 seconds (+1 second tendermint p2p = 3 seconds)
  • test params update properly via go test

@elix1er
Copy link

elix1er commented Aug 14, 2023

Lit

@Reecepbcups Reecepbcups marked this pull request as ready for review August 14, 2023 05:25
@Reecepbcups Reecepbcups changed the title Faster block times (3s) feat!: Faster block times (3s) Aug 14, 2023
@Reecepbcups Reecepbcups added the review me Review me for merge label Aug 22, 2023
@Reecepbcups Reecepbcups merged commit 1ec8af2 into main Aug 28, 2023
19 checks passed
@Reecepbcups Reecepbcups deleted the reece/3s-blocks branch August 28, 2023 14:18
@Reecepbcups Reecepbcups removed the review me Review me for merge label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lower block times
3 participants