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

feat: allow to override provider url upon installation #346

Merged
merged 16 commits into from
Jan 10, 2025

Conversation

gregorydemay
Copy link
Member

@gregorydemay gregorydemay commented Dec 19, 2024

Allow to override the URL that will be queried by the EVM RPC canister via a regex specified upon canister installation. This is allows testing against a local Ethereum development setup (such as foundry) without changing the client calling the EVM RPC canister.

@gregorydemay gregorydemay marked this pull request as ready for review December 20, 2024 15:11
@gregorydemay gregorydemay requested a review from a team as a code owner December 20, 2024 15:11
src/http.rs Outdated Show resolved Hide resolved
src/types.rs Show resolved Hide resolved
src/types.rs Show resolved Hide resolved
src/types/tests.rs Show resolved Hide resolved
@lpahlavi
Copy link
Contributor

Overall LGTM! Just have one or two minor comments/suggestions.

ninegua
ninegua previously approved these changes Jan 6, 2025
Copy link
Member Author

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

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

Thanks @lpahlavi for the feedback! Should be ready for a 2nd round.

src/http.rs Outdated Show resolved Hide resolved
src/types.rs Show resolved Hide resolved
src/types.rs Show resolved Hide resolved
src/types/tests.rs Show resolved Hide resolved
@lpahlavi lpahlavi self-requested a review January 9, 2025 07:26
lpahlavi
lpahlavi previously approved these changes Jan 9, 2025
Copy link
Contributor

@lpahlavi lpahlavi left a comment

Choose a reason for hiding this comment

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

Thank you for the answers to my comments, LGTM!

# Conflicts:
#	.github/workflows/ci.yml
@gregorydemay gregorydemay merged commit b3ebd09 into main Jan 10, 2025
8 checks passed
@gregorydemay gregorydemay deleted the gdemay/XC-258-local-development branch January 10, 2025 09:23
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.

3 participants