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

refactor(substrate_hash): ♻️ Substrate hash no longer retrieved via rpc call #136

Closed
wants to merge 6 commits into from
Closed

refactor(substrate_hash): ♻️ Substrate hash no longer retrieved via rpc call #136

wants to merge 6 commits into from

Conversation

Trantorian1
Copy link
Member

Pull Request type

  • Refactoring (no functional changes, no API changes)

What is the current behavior?

Substrate block hash in l2.rs is retrieved via an internal RPC call to the running Deoxys node.

What is the new behavior?

Substrate hash is now retrieved through the use of the rpc client initialized in service.rs, which has been passed to l2.rs.

Does this introduce a breaking change?

No

Trantorian added 3 commits February 27, 2024 17:37
…pc call

Substrate hash in `l2.rs` is now retrieved via use of the substrate rpc client created in `service.rs`.
@Trantorian1 Trantorian1 added the RPC RPC implementation related issues label Feb 27, 2024
@Trantorian1 Trantorian1 requested a review from antiyro February 27, 2024 17:50
@Trantorian1 Trantorian1 self-assigned this Feb 27, 2024
Copy link

github-actions bot commented Apr 7, 2024

There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale.
This PR will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

@github-actions github-actions bot added the stale label Apr 7, 2024
@Trantorian1 Trantorian1 closed this by deleting the head repository May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RPC RPC implementation related issues stale
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant