-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: implement
FillSquare
method for the testnode (#866)
This PR - adds a modified FillSquare method for the testnode that only submits a single large message - modifies the default configs for a testnode's mempool to accept large transactions - modifies the `PostData` method to accept a flag that determines if the process blocks The issue with the old approach was that it was submitting too many transactions for a block with such short block times. The testnode was unlikely to get all of the transactions included in a single block, particularly when waiting to submit each transaction until the previous one was accepted into the mempool. Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com> Co-authored-by: Rootul P <rootulp@gmail.com>
- Loading branch information
1 parent
108d772
commit c9dce39
Showing
3 changed files
with
66 additions
and
6 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
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