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

docs: add local relay deployment guide #139

Merged
merged 4 commits into from
Aug 15, 2023

Conversation

DeepakBomjan
Copy link
Collaborator

Include documentation on how to run the relayer in a local environment.

@DeepakBomjan DeepakBomjan linked an issue Aug 11, 2023 that may be closed by this pull request
@DeepakBomjan DeepakBomjan self-assigned this Aug 11, 2023
@DeepakBomjan DeepakBomjan added documentation Improvements or additions to documentation DevOps DevOps related tasks labels Aug 11, 2023
@DeepakBomjan DeepakBomjan changed the title 137 document on relay deployment on local and testnet docs: add local relay deployment guide Aug 11, 2023
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #139 (22169f4) into main (f7d3413) will increase coverage by 0.13%.
Report is 8 commits behind head on main.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   11.59%   11.73%   +0.13%     
==========================================
  Files          83       69      -14     
  Lines       19621    16495    -3126     
==========================================
- Hits         2275     1935     -340     
+ Misses      17102    14357    -2745     
+ Partials      244      203      -41     
Files Changed Coverage Δ
relayer/chains/wasm/helper_debug_msg.go 0.00% <0.00%> (ø)
relayer/chains/wasm/query.go 0.00% <0.00%> (ø)
relayer/chains/wasm/tx.go 0.00% <0.00%> (ø)
relayer/chains/wasm/wasm_chain_processor.go 0.00% <0.00%> (ø)
relayer/channel.go 0.00% <0.00%> (ø)
relayer/connection.go 0.00% <0.00%> (ø)
relayer/processor/message_processor.go 0.00% <0.00%> (ø)
relayer/processor/path_end_runtime.go 0.00% <0.00%> (ø)
relayer/processor/path_processor_internal.go 0.00% <0.00%> (ø)
relayer/processor/utils.go 0.00% <0.00%> (ø)
... and 1 more

... and 15 files with indirect coverage changes

@izyak izyak merged commit 8b397bf into main Aug 15, 2023
@izyak izyak deleted the 137-document-on-relay-deployment-on-local-and-testnet branch August 15, 2023 02:44
DeepakBomjan added a commit that referenced this pull request Aug 15, 2023
* docs: add README for relay setup on localnet and testnet

* docs: running relayer locally

* docs: update reference

* chore: remove demo/dev environmtn

---------

Co-authored-by: izyak <[email protected]>
izyak pushed a commit to izyak/ibc-relay-test that referenced this pull request Sep 7, 2023
* docs: add README for relay setup on localnet and testnet

* docs: running relayer locally

* docs: update reference

* chore: remove demo/dev environmtn

---------

Co-authored-by: izyak <[email protected]>
izyak pushed a commit that referenced this pull request Sep 8, 2023
* docs: add README for relay setup on localnet and testnet

* docs: running relayer locally

* docs: update reference

* chore: remove demo/dev environmtn

---------

Co-authored-by: izyak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps DevOps related tasks documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document on relay deployment on local, and testnet
2 participants