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

Comment tx pool assert, add dispute zombienet test #1788

Merged
merged 4 commits into from
Sep 5, 2023
Merged

Conversation

kamilsa
Copy link
Contributor

@kamilsa kamilsa commented Sep 5, 2023

This commit includes changes for dispute finality handling and experimentation on transaction pool implementation. The changes implemented in the core/dispute_coordinator/impl/dispute_coordinator_impl.cpp file remove all debugging statements to improve readability and ensure cleaner code. Some adjustments have also been made to improve efficiency and avoid unnecessary computations.

In the file core/transaction_pool/impl/transaction_pool_impl.cpp, a commented assertion has been added, signifying a pending fix on issue #1786. Furthermore, configuration files for the zombienet had been deployed focusing on dispute resilience within the parachain validators' network layer. These configurations will prompt validation nodes to report any discrepancies on the chain, ensuring the integrity of the block records.

These modifications are crucial for maintaining the stability, security, and efficiency of the blockchain system.

Referenced issues

None

Description of the Change

We observed that sometimes assert is triggered in tx pool. It is not critical, so we temporarily commented it out and created an issue #1786
Also a new zombienet test was added, we need it to test scenario when disputes conclusion is false. It will be fixed in that issue #1787

Benefits

Foundation for future fixes

Possible Drawbacks

None

This commit includes changes for dispute finality handling and experimentation on transaction pool implementation. The changes implemented in the core/dispute_coordinator/impl/dispute_coordinator_impl.cpp file remove all debugging statements to improve readability and ensure cleaner code. Some adjustments have also been made to improve efficiency and avoid unnecessary computations.

In the file core/transaction_pool/impl/transaction_pool_impl.cpp, a commented assertion has been added, signifying a pending fix on issue #1786. Furthermore, configuration files for the zombienet had been deployed focusing on dispute resilience within the parachain validators' network layer. These configurations will prompt validation nodes to report any discrepancies on the chain, ensuring the integrity of the block records.

These modifications are crucial for maintaining the stability, security, and efficiency of the blockchain system.
Copy link
Contributor

@safinsaf safinsaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Is the file name intended to be so?

@kamilsa kamilsa enabled auto-merge (squash) September 5, 2023 12:15
@kamilsa kamilsa merged commit c4c48e2 into master Sep 5, 2023
8 of 14 checks passed
@kamilsa kamilsa deleted the fix/small branch September 5, 2023 12:26
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.

4 participants