mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 08:57:59 +00:00
8d44f9bcae
* rename polkadot-collator to polkadot-parachain Not every node has to be a collator. * Update README.md Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * rename docker file * Update .github/workflows/extrinsic-ordering-check-from-bin.yml Co-authored-by: Chevdor <chevdor@users.noreply.github.com> * 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 <chevdor@users.noreply.github.com>
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
<!--
|
|
## Docker images
|
|
|
|
The docker image for this release can be found in [Docker hub](https://hub.docker.com/r/parity/polkadot-parachain/tags?page=1&ordering=last_updated).
|
|
|
|
You may also pull it with:
|
|
|
|
```
|
|
docker pull parity/polkadot-parachain:latest
|
|
```
|
|
-->
|