MrChico
MrChico
``` pragma experimental "ABIEncoderV2"; contract A { struct A { uint x; uint y; } function test_A(A calldata a) external { } } ```
deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to `dapp test`:...
I think its not strictly sound to ignore the revert reasons if we want to think of things as composable....
https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/mainnet-upgrades/london.md
Replaces #491
Or modify `hevm` to be able to deal with multiple solc json output files
Before sending a transaction, run `eth_call` and warn (and possibly prompt the user for confirmation) if the tx will fail
when ETH_GAS is unset, use `seth estimate` as default gas value
The following tests are failing with bad-balance, not sure what the cause is: - [x] randomStatetest647 (fixed by https://github.com/dapphub/dapptools/pull/636) - [x] multiOwnedRemoveOwner (fixed by https://github.com/dapphub/dapptools/pull/636) - [ ] walletRemoveOwnerRemovePending The...