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

Add tracing for rootstock #8542

Merged
merged 3 commits into from
Oct 17, 2023
Merged

Add tracing for rootstock #8542

merged 3 commits into from
Oct 17, 2023

Conversation

sl1depengwyn
Copy link
Collaborator

@sl1depengwyn sl1depengwyn commented Sep 26, 2023

Closes #8387

Motivation

There are no internal transactions on rsk client currently

Changelog

Add support for trace_block method

Checklist for your Pull Request (PR)

@sl1depengwyn sl1depengwyn force-pushed the mf-rootstock-tracing branch 2 times, most recently from 1ce8ca7 to 4989cd9 Compare October 2, 2023 11:08
@sl1depengwyn sl1depengwyn force-pushed the mf-rootstock-tracing branch 2 times, most recently from 37ed148 to ac78a1e Compare October 4, 2023 10:57
@@ -76,6 +76,13 @@ config :explorer, Explorer.Repo.PolygonEdge,
url: System.get_env("DATABASE_URL"),
pool_size: ConfigHelper.parse_integer_env_var("POLYGON_EDGE_POOL_SIZE", 10)

# Configure Rootstock database
config :explorer, Explorer.Repo.PolygonEdge,
Copy link
Member

Choose a reason for hiding this comment

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

Explorer.Repo.PolygonEdge -> Explorer.Repo.RSK ?

@vbaranov vbaranov merged commit 35c992d into master Oct 17, 2023
15 checks passed
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.

Add fetching of internal transactions for Rootstock
2 participants