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

chore: disable all ethers features by default and expose them individually #394

Merged
merged 1 commit into from Aug 20, 2021

Conversation

gakonst
Copy link
Owner

@gakonst gakonst commented Aug 19, 2021

Fixes #393

Problem

We were bundling deps with default features in the ethers crate. This meant that IPC was getting included, which does not exist in windows.

Fix

We disable all default features by default in ethers and expose individual feature flags for each.

@gakonst gakonst merged commit 6a0b74e into master Aug 20, 2021
@gakonst gakonst deleted the chore/individual-features branch August 20, 2021 17:48
meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
* hook into step

* debug steps

* mvp

* better fmting

* fixes

* fmt

* clippy

* updates

* refactor

* fmt

* inner call support

* source mapping :)

* clippy and fmt

* traces for a run cmd

* source improvements

* some cleanup

* fix coloring

* add constructor bytecode debugger

* import fix

* working sourcemap parsing

* fixes

* cargo lock

* styling

* comments

* comments mostly

* better structure + comments

* dont compile when no project

* nits + documentation

* chore: update latest ethers utils (gakonst#394)

* chore: update latest ethers utils

* rustmft

* updates primarily to run cmd

* correct documentation

* fix solang version -.-

* refactor

* fmt

* fixes

* better formatting

* force recompile

* ui update + gas tracking + known contracts fix

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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.

Unable to build on Windows 10
1 participant