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

offchain worker: pass rpc params from node into worker #1846

Open
aramikm opened this issue Jan 19, 2024 · 0 comments
Open

offchain worker: pass rpc params from node into worker #1846

aramikm opened this issue Jan 19, 2024 · 0 comments
Labels
blocked Blocked by another issue enhancement New feature or request tech-debt

Comments

@aramikm
Copy link
Collaborator

aramikm commented Jan 19, 2024

Problem

Currently we have hardcoded the local rpc node to http://localhost:9944 since we could not pass in the node params via custom extension due to an existing bug on substrate that is fixed on 1.3 release.

Acceptence criterea

  • add new extension to pass in rpc url and port into offchain worker
  • use that value inside offchain worker

Details

https://stackoverflow.com/questions/77516271/how-do-i-register-a-custom-extension-for-offchain-workers
offchain_custom_extension.patch

This is blocked due to a bug until the upgrade to v1.3

@aramikm aramikm added enhancement New feature or request blocked Blocked by another issue labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by another issue enhancement New feature or request tech-debt
Projects
None yet
Development

No branches or pull requests

2 participants