-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork-aware tx-pool Polkadot SDK stable2409 (#765)
* chore: updated Cargo.lock * fix: updated transaction_pool configuration in node-common service config * fix: updated transaction_pool configuration in tanssi-relay dev_service * fix: updated tanssi-node and simple container chain template node configs to work with next txpool * fix: updated frontier template node service config * fix: updated frontier template node rpc config * fix: fixed tc_consensus mock config * chore: updated Cargo.lock * chore: added fork-aware pool argument to zombieTanssi.json * style: fixed formatting * chore: set pool type for zombieDancelight, zombieDataPreservers, zombieTanssiRotation, and zombieTanssiParathreads configs * fix: frontier template node does not fails to start * fix: frontier-related moonwall tests passing when using NodeBuilder's transaction pool for frontier container chain template * chore: updated Cargo.lock after merge with master * Fix frontier txpool downcast --------- Co-authored-by: Aleksandar Brayanov <[email protected]> Co-authored-by: Tomasz Polaczyk <[email protected]>
- Loading branch information
1 parent
897bfe5
commit c7c322b
Showing
15 changed files
with
672 additions
and
450 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.