-
Notifications
You must be signed in to change notification settings - Fork 56
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
166 faucet (outdated) #179
Conversation
evm_loader/faucet/Cargo.toml
Outdated
toml = "0.5" | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
web3 = { path = "web3" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we can't use web3
package from the rust repository?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was because of gasPrice. I started with the public version of web3, of course, but had to modify it to support non-standard result of the proxy's gasPrice at that time. Probably we should try to return to the public version of web3 crate.
* fix search * added gtag and configured search for re-index
Closed as outdated