dapptools icon indicating copy to clipboard operation
dapptools copied to clipboard

Dapp, Seth, Hevm, and more

Results 118 dapptools issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/13405632/134072980-94d46c4a-00f8-44d1-b767-be9eb24dd0a6.png) ## Description - Make gas prices more human friendly - Show the user both the market price and the provider's price for gas - Color for the provider's price...

add logging examples to the template repo and to the docs, as it's a common question that people checking out dapptools ask "Hey, all just getting re-started with dapptools and...

Writing this down so I don't forget. Could implement [this hardhat gas snapshotting pattern](https://gist.github.com/gakonst/258a6ccd6bb752248999a13e8dd82a64) pretty easily by: - Adding a `dapp snapshot` command that runs `dapp test` and searches through...

Sethrc is dangerous and confusing because it always overrides local env vars people should just put global config in their .zshrc/etc instead so they can still override env vars locally...

`seth run-tx` will bundle the source of the entrypoint contract called in the tx it's given by default now. However for upgradable proxies, or just more complex txs that interact...

The fuzzer seems to report the first value it finds that leads to a failing test, however this can result in some pretty confusing calldata when simpler inputs would also...

This test fails with `hevm: unexpected symbolic argument`: ```solidity function proveSmth(uint x, uint y) public {} ``` This one doesn't :thinking: ```solidity function proveSmth(uint x) public {} ``` Both run...

If I run ``` SOLC_FLAGS='--libraries "Controller:0x388be118C18Df3180F4FE0f0A19A4a4180ff45bC SelectiveLiquidity:0x970CC9F79B28662c198167f589af7f854b3BD3F8 ProportionalLiquidity:0x01F6252E54a272145CB2d035bF6a13DBD269426f Shells:0x725C05594edc80E48E8bE2220C9ef02c4d28F617 Swaps:0x9665552d314AC6d8004d3b8f53f6612Af4eF5760"' dapp build --extract ``` Then it tells me `"SelectiveLiquidity:0x970CC9F79B28662c198167f589af7f854b3BD3F8" is not found.` This particular libraries flag works when I perform...

[Endo made a PR for this](https://github.com/dapphub/dapptools/pull/782) but [it was quickly reverted](https://github.com/dapphub/dapptools/pull/791) after [it was discovered](https://dapphub.chat/channel/dev?msg=sdiGoPTByMkkFjWqz) that some significant parts of the codebase depend on the current behavior of defaulting to...

## Description `seth --use` and `dapp --use` will now find copies of `solc` that have been installed systemwide from `solc-versions` or `solc-static-versions` on nixos systems, as well as the imperitive...