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

rococo: update parachain node: testing fork-aware txpool | empty block fix #130

Closed
michalkucharczyk opened this issue Jun 21, 2024 · 1 comment
Assignees
Labels

Comments

@michalkucharczyk
Copy link

Please deploy following build to the mythical on rococo:

This should fix empty blocks problems mentioned in: #96 (comment)

Following option shall be provided to enable new txpool: --pool-type=fork-aware
Please also enable following logs:

      "-lbasic-authorship=debug",
      "-ltxpool=debug",
      "-lsync=debug",
@BulatSaif BulatSaif self-assigned this Jun 21, 2024
@BulatSaif
Copy link

rococo muse updated:

polkadot-parachain \
            --name=${POD_NAME} \
            --base-path=/chain-data \
            --keystore-path=/keystore \
            --chain=/chain-data/chainspec.json \
            --database=paritydb \
            --state-pruning=1000 \
            --collator \
            --prometheus-external \
            --prometheus-port 9615 \
            --unsafe-rpc-external \
            --rpc-port=9944 \
            --rpc-cors=all \
            --rpc-methods=unsafe \
            --listen-addr=/ip4/0.0.0.0/tcp/30334 \
            --listen-addr=/ip4/0.0.0.0/tcp/30335/ws \
            --public-addr=/ip4/${EXTERNAL_IP}/tcp/${PARA_CHAIN_P2P_PORT} \
            --public-addr=/ip4/${EXTERNAL_IP}/tcp/${PARA_CHAIN_P2P_PORT_WS}/ws \
            --node-key $(cat /vault/secrets/nodekey-${POD_INDEX}) \
            --log="xcm=trace" \
            --log="xcm=trace" \
            --log="basic-authorship=debug" \
            --log="txpool=debug" \
            --log="sync=debug" \
            --telemetry-url='wss://submit.telemetry.parity-stg.parity.io/submit/ 1' \
            --pool-type=fork-aware \
            -- \
            --name=${POD_NAME} \
            --base-path=/relaychain-data \
            --keystore-path=/relaychain-keystore \
            --database=paritydb \
            --state-pruning=256 \
            --telemetry-url='wss://submit.telemetry.parity-stg.parity.io/submit/ 1' \
            --public-addr=/ip4/${EXTERNAL_IP}/tcp/${RELAY_CHAIN_P2P_PORT} \
            --listen-addr=/ip4/0.0.0.0/tcp/30333 \

MR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants