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

Ansible role review and relaunch as 2.0 #82

Open
BulatSaif opened this issue Aug 28, 2024 · 0 comments
Open

Ansible role review and relaunch as 2.0 #82

BulatSaif opened this issue Aug 28, 2024 · 0 comments

Comments

@BulatSaif
Copy link
Contributor

BulatSaif commented Aug 28, 2024

Goal

  • Remove all deprecated/legacy parameters
  • Optimize the variables, rename if needed.
  • Improve documentation
  • Focus more on parachain deployments.

Legacy parameters

  1. Old rpc port flags (e.g node_legacy_rpc_flags, node_rpc_port, node_rpc_ws_port...),
  2. Logs option, should be similar to helm-chart.
node_log_trace_enable: false
node_log_trace_config: 
  babe=trace,imonline=trace,slots=trace,sync=trace,consensus=trace,client=trace,forks=trace,txpool=debug,afg=trace,sub-authority-discovery=debug,sc_offchain=trace,runtime=trace,staking=trace,runtime::election-provider=trace

node_parachain_log_trace_enable: false
node_parachain_log_trace_config: 
  babe=trace,imonline=trace,slots=trace,sync=trace,consensus=trace,client=trace,forks=trace,txpool=debug,afg=trace,sub-authority-discovery=debug,sc_offchain=trace,runtime=trace,staking=trace,runtime::election-provider=trace

helm chart:

    logLevels:
      - "parachain=debug"
      - "xcm=trace"
  1. Remove params for old versions.
# version Collator v0.5.3 and upper has fix, for previous version set to false
node_parachain_has_name_fix: true

Desired changes (optional)

  • node and node_parachain naiming may be confusing for new parachain developers as they need to set up both parameters. However, a parachain can be launched without relaychain options.

Blockers

This should be released as v2.0.

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

No branches or pull requests

1 participant