Skip to content

Conversation

@getjiggy
Copy link
Contributor

@getjiggy getjiggy commented Dec 14, 2023

fixes #58

Fixes #

Checklist

  • [x ] My branch is up-to-date with upstream/develop branch.
  • [ x] Everything works and tested for Python 3.8.0 and above.
  • [ x] I ran pre-commit checks against my changes.
  • [ x] I've written tests against my changes and all the current present tests are passing.

Current behaviour

The current rpc helper doesnt support state override calls or rpc calls relating to specific block height. this PR addresses both.

New expected behaviour

This code allows state override calls at specific block heights to be made.

Change logs

Added support for state overrride calls

added support for rpc calls to specific block height.

@getjiggy getjiggy requested a review from xadahiya December 14, 2023 18:54
Copy link
Contributor

@xadahiya xadahiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update rpc helper to support state override and block identifier

3 participants