-
Notifications
You must be signed in to change notification settings - Fork 379
rename polkadot-collator to polkadot-parachain #1241
Conversation
Not every node has to be a collator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the name change, but someone more familiar with CI/versioning should review that everything works as expected.
Yes please hold off a bit on merging, I would like to check carefully and we need to update some other repos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few points to fix IMO but thanks for the big renaming!
Co-authored-by: Chevdor <[email protected]>
Co-authored-by: Chevdor <[email protected]>
but allows for patch releases by having a 0 at the end. (`-patch1` patch naming schemes were discussed but they were judged to cause downstream packagers pain.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not convinced about this 0.9.190
scheme but I prefer it to the -1
options, everyone seems to agree about the need to follow the prolkadot version and I don't want to slow this down.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the node is started without --collator
option the node still prints the Polkadot Collator
log:
./polkadot-collator --tmp --port 40337 --ws-port 9948 -- --execution wasm --chain polkadot-local-raw.json --port 30337
2022-05-12 13:45:26 Polkadot collator
2022-05-12 13:45:26 ✌️ version 5.4.0-4bbedb30b
...
2022-05-12 13:45:26 Is collating: no
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bot merge |
* rename polkadot-collator to polkadot-parachain Not every node has to be a collator. * Update README.md Co-authored-by: Chevdor <[email protected]> * rename docker file * Update .github/workflows/extrinsic-ordering-check-from-bin.yml Co-authored-by: Chevdor <[email protected]> * Versioning scheme that tracks polkadot relay chain but allows for patch releases by having a 0 at the end. (`-patch1` patch naming schemes were discussed but they were judged to cause downstream packagers pain.) * update name * update lock file Co-authored-by: Chevdor <[email protected]>
� Conflicts: � Cargo.lock
Not every node has to be a collator.
Fixes #979