Tamika Nomara

Results 6 issues of Tamika Nomara

Hi! I'm trying to use command `Ctrl+W@250ms 3` to delete three words, and I get a parsing error. Stderr ``` 19 │ Ctrl+W@250ms 3 ^ Invalid command: @ 19 │...

enhancement

TLDR: I'm writing a crate that will allow mocking ethereum smart contracts, and I want it to work nicely with `mockall`. For that, I'd like to request making `SeqHandle` a...

enhancement

- [x] Implement a loader. - [ ] Support it in macro. Macro support could be challenging. Right now `Source` assumes that an artifact could be represented as a single...

We could detect format of JSON artifacts automatically by inspecting their contents and looking at presence of certain keys. We could also use artifact source, i.e. etherscan artifacts are always...

Changes in artefact `.json` files should trigger a rebuild.

Hardhat deploy supports having different networks with the same chain id. For example, you can have `rinkeby` and `rinkeby-testing`. Both are `rinkeby`, but contract addresses and ABIs can be different....

enhancement