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

Make relay (easy) configurable for other chains #61

Closed
svyatonik opened this issue Apr 7, 2020 · 2 comments
Closed

Make relay (easy) configurable for other chains #61

svyatonik opened this issue Apr 7, 2020 · 2 comments
Labels
A-feat New feature or request P-Relay

Comments

@svyatonik
Copy link
Contributor

original comment: #58 (comment)

The problem is that we can't (at least I do not know how atm) make relay generic over runtime/chain. That's why if we're going to point it to other chain, it would need to be reconfigured and rebuilt before any transaction will be submitted.

The only way I could think of, is to extract everything that is runtime/chain specific (including crypto type) to separate file, like this one. This also must be noted in crate' readme.

@tomusdrw
Copy link
Contributor

Related #153

@tomusdrw
Copy link
Contributor

Closed via #849

svyatonik pushed a commit that referenced this issue Jul 17, 2023
* Update README to fix the startup

* Add missing `=`

* Apply suggestions from code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-feat New feature or request P-Relay
Projects
None yet
Development

No branches or pull requests

2 participants