Dawson Botsford
Dawson Botsford
This is **low priority** for now. We should wait until `BigInt` becomes more of an industry standard. This change is inspired by the recent change in ethers.js to `BigInt`. https://docs.ethers.org/v6-beta/migrating/#migrate-bigint
[There are several encoding + decoding types that are not yet working](https://github.com/dawsbot/essential-eth/blob/6705a3bd13e3a1ccaacbc91f12c0b07a643d9499/src/classes/utils/encode-decode-transaction.ts#L132). Enabling signing will be dangerous until most or all encoding/decoding types are working with `essential-eth`. To start, we...
The full list is available here: https://etherscan.io/eaas This is ordered by priority @kylewandishin - [x] etherscan (Done via #23) - [x] basescan (tracked via #29) - [ ] polygon -...
This would come after #36 It would use the same POST method, so perhaps these two issues could be solved in the same PR to save on network requests.
When a token name is beyond _ characters, it's currently truncated with "`...`" in the codebase: https://github.com/dawsbot/evm-labels/blob/367e5f73f52b5f428872131eea99db1abfcb1010/data/etherscan/0x-protocol-ecosystem/tokens.json#L4 The confusing thing is that this expanded name exists **nowhere in the DOM**....
This is isolated to your machine from what I can tell @kylewandishin but we need to ensure you have the same pre-commit linting, testing, etc. running before you push to...
This can exist in a JSON object inside data and can be autocompiled into the readme for accountability that it contains recent data
Tim Beiko and others are suggesting that devs integrate with the kiln testnet more. I'll PR this now. You can learn more about [kiln here](https://kiln.themerge.dev/)