Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

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 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build on Windows 10
1 participant