Harry Altman
Harry Altman
See also #5305.
Note: This is related to issue #4425.
> So it looks like axios throws an error and we retry the next url in the case that the server response is something other than 2xx. See [handling errors](https://www.npmjs.com/package//axios#handling-errors)....
(The call data part of this is now done; see #5391 for more details.)
Note that the reason this is happening at present is due to the prioritization of (3) over the others (together with the use of chain ID 1337).
OK, it turns out I don't know how to fix this after all. I thought I could fix this by removing the line `self._error(e)` from `DeferredChain.prototype.then` (which actually allows one...
OK, since the current state of this is apparently unclear, I'm going to summarize what's currently going on with this. Our prettier settings are entirely standardized; there's a single `.prettierrc.json`...
Worth noting: Ethers's notion of a "provider" is a bit different from web3's. Web3 has a separation between the provider, which provides the low-level interface, and the web3 object, which...
Question for the people experiencing this issue. When you installed Truffle, did you use `sudo` or otherwise do it with root permissions? That may be the source of the problem....
Hm -- could this be because migrate/deploy calls `eth_estimateGas` on its own, but these days Truffle Contract also calls `eth_estimateGas`, so it gets called twice? Would the solution then be...