deth icon indicating copy to clipboard operation
deth copied to clipboard

☠️ Ethereum Node focused on Developer Experience

Results 12 deth issues
Sort by recently updated
recently updated
newest added

Some dependencies (like ethereumjs ones) seem to be severely outdated. There also have been no commits since Oct 2021. Is this project still maintained?

this PR upgrades from deprecated and old dependencies to latest ethers v5 right now a lot of (44) test cases are failing due to different reasons would be awesome to...

Private key `0x7ab741b57e8d94dd7e1a29055646bafde7010f38a900f55bbd7647880faa6ee8` should generate account with address`0xD9995BAE12FEe327256FFec1e3184d492bD94C31` however atm it returns `0x39753A8556C680b32088f487A1c6F02C8667db47` This is the case for all 10 test accounts I'm using

I think this project could benefit from integration with [OpenRPC](http://open-rpc.org) which provides a base foundation for service discovery and tooling such as documentation and client generation, typings (typescript/rust), etc, for...

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...

help wanted

Gas estimation is tricky. 1. A transactions `gasUsed` amount is not the same as the amount of gas required for a transaction. 2. Gas refunds are deducted from the gasUsed...

good first issue
help wanted