-
Notifications
You must be signed in to change notification settings - Fork 2
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
[EPROD-1037] Remove icx-proxy #176
Conversation
Hmmm.... If we remove icx-proxy, we cannot use hardhat to deploy contracts to a local EVM. It might be possible with forge, but I would say it's nice to have a simple way for existing EVM tooling to connect to a local EVM deployed in dfx IC. Is there a reason we want to remove this, or is it just for a cleanup? |
@Maximkaaa There's no real advantage in removing it. However, the icx-proxy project is deprecated and the dfinity foundation advises not to use it anymore. Luckily, the latest dfx version contains a webserver that offers part of the icx-proxy features, this is enough for most of our needs. Nevertheless, before merging this PR, I will investigate with @itsyaasir whether the new webserver can be used for local deployment of the BftBridge with Hardhat or Forge. |
…nto EPROD-1037_remove_icx_proxy
…nto EPROD-1037_remove_icx_proxy
Issue ticket
Issue ticket link:
Checklist before requesting a review
Code conventions
Security
Testing
canister_call!
macro