Ryan Hall

Results 11 issues of Ryan Hall

Can we get a new release that incorporates recent bug fixes? Thanks!

I would love if there was an option to sort imports alphabetically. Liked groups could be segregated with a space (ex the way `go fmt` works).

enhancement
help wanted

This happens to me all the time, I have to manually figure out what one of the 4 byte signatures is for one of my functions/events/errors. This is an absolute...

I would love to be able to embed a contract abi source in the URL params like `eth95.dev?abi=` and the page makes a single request for the abi at that...

I would expect the `hardhat clean` command to remove the generated abis, the same way that typechain hooks into the `clean` command and removes the code that it generates. Would...

This PR does the following: * upgrades the DateTime contract to sol v0.8 * introduces [brownie](https://github.com/eth-brownie/brownie) as a dependency for running tests locally * adds a CI workflow to hopefully...

## Issue Type - [x] Bug (https://github.com/ethjs/ethjs-unit/blob/master/.github/CONTRIBUTING.md#bug-reports) - [ ] Feature (https://github.com/ethjs/ethjs-unit/blob/master/.github/CONTRIBUTING.md#feature-requests) ## Description `#toWei` breaks for decimal inputs of "wei" and "noether" ## Steps to reproduce ```javascript // these...

This has been really to for me. I'm working on a chaining pattern for handling huge contracts that don't fit into the 24kb size requirement. But the challenge I have...

**🧐 Motivation** I find that I write this line somewhat often when working with EnumerableSet: ```solidity mySet.remove(mySet.at(index)); ``` This is a bit clunky and not gas-optimized. Doing the above in...

## Motivation ## Solution