-
Notifications
You must be signed in to change notification settings - Fork 744
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
txpool: execute maintenance on every block (PoC) #1407
Conversation
I tried running this and am seeing some strange behavior. Based on Here are some snippets from relevant parts of the collator log:
...
...
...
etc. |
@Sophia-Gold would you be willing to share the test setup (zombienet file or scripts/commands that spawn the test network) so I can look into it? Edited: I added super-simple network setup and js script for sending parachain extrinsic in ef2c52b (+ following fixes) and this setup seems to work in most cases (assuming no blocks getting retracted). If you could provide something similar to share the tests in your configuration I'll be keen on looking into this. Added files allow to run the zombienet test:
or to spawn the network and send transaction manually:
and sample output for reference:
(also green in CI) |
Co-authored-by: ordian <write@reusable.software>
I'm using my feature branch of sTPS: https://github.com/paritytech/polkadot-stps/tree/sophia-parachains. You need to build Polkadot and Polkadot-Parachain from this branch: https://github.com/paritytech/polkadot-sdk/tree/sophia-async-tps with |
Thanks for answer, I'll check this. Should I set any environment variables? I am specifically asking for this. |
PoC/Testing: do not merge
Some experimentation towards: #1202