Kris Kaczor
Kris Kaczor
We should create a plugin suited for smart contract development. It should be highly inspired by Waffle and potentially migrated to the waffle repository in the near future. Previous @sz-piotr's...
Related: https://github.com/earl-js/earl/pull/113#discussion_r543428304 Probably error messages should be moved from validators to matchers too. This way we will get with super simple way to create validators for existing matchers and matchers...
Should earl (or should we develop `earljs-utils` package) ship with generic test utils? Utils like: - clear node module cache - useful for testing modules with state - ignore files...
## Feature request Since snapshot source is often required to understand properly written test it would be cool to enable storing both close to each other. I want to propose...
1. add [config](https://github.com/ethereum-ts/deth/blob/master/packages/node/src/config/config.ts) validation using io-ts 2. add CLI to override any options that are part of the config I don't think that currently, we should spent time working on...
esbuild-register, esbuild-runner etc
https://etherscan.io/address/0x25ace71c97B33Cc4729CF772ae268934F7ab5fA1#code
It would be nice to get a single contract from a given SDK and init it on any address and with any signer. Sample API: ``` getMainnetContract('maker.dai', 'address', signer) //...