-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
motivation started in EIP, data structures refined
- Loading branch information
Showing
2 changed files
with
23 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
Improved Block Propagation | ||
Sub-Blocks and Improved Confirmed Transactions Propagation | ||
========================== | ||
|
||
* Author: kushti | ||
* Status: Proposed | ||
* Created: 31-Oct-2023 | ||
* License: CC0 | ||
* Forking: Soft Fork | ||
* Forking: Soft Fork | ||
|
||
Motivation | ||
---------- | ||
|
||
Currently, a block is generated every two minutes on average, and confirmed transactions are propagated along with | ||
other block sections. | ||
|
||
This is not efficient at all. Most of new block's transactions are already available in a node's mempool, and | ||
bottlenecking network bandwidth after two minutes of delay is also downgrading network performance. | ||
|
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