Darren Kelly
Darren Kelly
# Description Use the built in slog package. `log` package copied from latest geth. Also introduced a new flag `--json-logs` which will output the logs in JSON format. ## Type...
# Description Add thor.yaml notes for examples # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code...
# Description using the best block + 1 when estimating ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality)...
I'm not sure if this is the correct repo, but Raivo on desktop (possibly the ios app on macstore) keeps prompting for a fingerprint. First unlock prompt happens as expected,...
### Summary Getting the genesis block can return null. This should not be the case. It should throw an error if the genesis block is not found ### Basic Example...
# Description Extend ethers base contract # Checklist: - [x] My code follows the coding standards of this project - [x] I have performed a self-review of my code -...
# Description using the best block + 1 when estimating ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality)...
# Description Adding metrics around subscriptions and node stats Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) # How Has This Been...
### Summary It would be nice if getAccount returned a class or an object with some utility functions built in so it is easier to debug and read account balances...