We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
--pool-type=fork-aware
"-lbasic-authorship=debug", "-ltxpool=debug", "-lsync=debug",
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
BulatSaif
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: