Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
e6bbcf99
Commit
e6bbcf99
authored
1 year ago
by
Svyatoslav Nikolsky
Committed by
Bastian Köcher
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Document: how to make relayer releases (#2860)
* RELEASE.md * updated running-relayer.md
parent
a822b82c
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bridges/docs/running-relayer.md
+8
-9
8 additions, 9 deletions
bridges/docs/running-relayer.md
with
8 additions
and
9 deletions
bridges/docs/running-relayer.md
+
8
−
9
View file @
e6bbcf99
...
...
@@ -247,15 +247,14 @@ need to set value of the `bridgedChainId` to `bhks`.
### Starting your Rococo <> Westend Relayer
We are using the following docker image to run our own Rococo
<>
Westend relayer:
[
paritytech/bridges-common-relay:v2024-02-16-rococo-westend-relayer
](
https://hub.docker.com/layers/paritytech/bridges-common-relay/v2024-02-16-rococo-westend-relayer/images/sha256-5ba4260d6bc2ac9e97c2e05d875f6dc44ee9265011311f268b66b8a5a672ada3?context=explore
)
You can grab the sources and build it manually:
[
v2024-02-16-rococo-westend-relayer
](
https://github.com/paritytech/parity-bridges-common/releases/tag/v2024-02-16-rococo-westend-relayer
)
Once you have the docker, update variables and run the following script:
You may find the relayer image reference in the
[
Releases
](
https://github.com/paritytech/parity-bridges-common/releases
)
of this repository. Make sure to check supported (bundled) versions
of release there. For Rococo
<>
Westend bridge, normally you may use the
latest published release. The release notes always contain the docker
image reference and source files, required to build relayer manually.
Once you have the docker image, update variables and run the following script:
```
sh
export
DOCKER_IMAGE
=
<image-of-substrate-relay>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment