You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing an implementation of EthereumProvider using web3 1.0.0-beta.55, and it appears there is an issue with the Web3EthereumProvider adapter. All my requests error with: "".
Thanks for opening this issue! Because of the unclear state of this EIP did I stop to update or fix the EthereumProvider handling of Web3. Feel free to fix this and I will try to push this EIP to a final state.
On May 30, 2019, at 5:32 AM, Samuel Furter ***@***.***> wrote:
Closed #2857.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I'm testing an implementation of EthereumProvider using web3 1.0.0-beta.55, and it appears there is an issue with the Web3EthereumProvider adapter. All my requests error with: "".
It looks like this line is missing an
await
, sincesend()
returns a Promise in EthereumProvider.https://github.com/ethereum/web3.js/blob/e48511990199330cf5b100ed52dd7953df934ab3/packages/web3-providers/src/providers/Web3EthereumProvider.js#L132
I'd be happy to open a PR if this is indeed a bug.
The text was updated successfully, but these errors were encountered: