Dror Tirosh
Dror Tirosh
when doing `hardhat node --fork https://mainnet.infura.io/v3/ID` the resulting chain uses the default chainId (31337), or whatever chain in the hardhat.config file. For projects that require the real chain-id, it is...
Your benchmark doesn't packages which require native compilation. Try to depend on `truffle`, for example. it depends on quite a few native modules. NPM compiles them one by one. Yarn...
`hardhat compile` automatically does generate types on every change, but `hardhat test` doesn't. There is a workaround (always run `hardhat compile && hardhat test`) but its awkward..
tried to use the truflfe-provider from command-line. it does prompt for QR code and I can connect my metamask mobile - but nothing else happen. neither "truffle migrate" doesn't install...
## Expected Behavior ## Current Behavior sol-coverage is currently very slow to run: it is required to re-execute each transaction in debug in order to collect coverage data. Tests that...
for "dependency-less, lightweight" library, 7Mb package is a bit too large. I suggest not packing entire test suite into the npm package
First, I must say its an easy, intuitive tool for gas reporting. Minimal configuration to get result. But sometimes, you do need explicit configuration: I have a method I want...
Currently, transactions created by the popular "Transaction Builder" are very hard to understand: - addresses are shown only as hex, and don't get expanded to their addressbook values - "data"...
The plugin works great, but adds a large space above/below the sequence diagram. I think this padding is proportional to the number of sequence lines (arrows/note-over)
### Describe the bug SignTypedData dialog got corruprted - huge buffer around icon - huge buttons - small text - with scrollers - *unable to SUBMIT* - button is most...