sam bacha
sam bacha
> These are not necessarily incorrect, they are just more opaque because the formatter uses solang-parser to parse the code, it does not use solc in any capacity, so the...
> The parser would error before that anyway, so my point re: error messages still stands :) Ok, for reference the parser used by prettier solidity is relaxed wrt how...
> We have a hyperledger mentorship mentee who will work on making the parser more lax: https://wiki.hyperledger.org/display/INTERN/Solang+Solidity+Compiler+optimizations+and+error+handling > > That doesn't deal with the quality of the error message though....
Can creating an entry file for flatten to act on not help in this regard? basically creating a barrel contract file?
> Not entirely sure how this feature would answer those questions without some sort of time scale/log, can you expand on that? It would resolve to the git commit, can...
> > Not entirely sure how this feature would answer those questions without some sort of time scale/log, can you expand on that? > > It would resolve to the...
how will forge handle options that are not consistent across major versions? I guess having a profile would be warranted no?
> > why is foundry using eth_createAccessList ? > > I think this is baked into ethers-rs how transactions are filled before sending: > > [gakonst/ethers-rs@`42e9666`/ethers-providers/src/provider.rs#L356-L357](https://github.com/gakonst/ethers-rs/blob/42e966662a42aaa1ad765550ab404e19cbf53087/ethers-providers/src/provider.rs#L356-L357) > > and `Eip1559TransactionRequest`...
> re 3. > > I'm actually not sure this was supported, or removed in favor of `forge create` > > what would be the `data`/ content of `Hello.bin` in:...
Still current as of latest release