Richard Moore
Richard Moore
### Ethers Version 5.6.9 ### Search Terms _No response_ ### Describe the Problem The optional `blockTag` parameter is dropped in the FallbackProvider during `call` in the `getRunner` function. It should...
See: #3068 See: EIP-3765
See https://github.com/ricmoo/aes-js/issues/16 for more details. Basically, mCrypt is an old library for PHP which has legacy support for modes of operation which are no longer recommended, but whose names collide...
Just an idea for optimizing codeword memory allocation, but run the interleave in-place, so we don't need to allocate a new block of memory.
I was wondering if there was a way to deterministically generate PGP keys? Specifically with the ed25519 elliptic curve. Basically, I would want to be able to pass in some...
In progress.
It may make sense to also include support for the EIP in the meantime using an experimental method name? Maybe in general there should be a way to indicate experimental...
Add the ability to search, add, remove and re-order dapps. I am working on getting ethers-cli ready for general consumption and am mostly done a tutorial to get people up...
Part of this is also to support parity's trace_filter call, which solves the need to Etherscan to get a list of transactions. I have reached out to Etherscan to add...
By enabling a given account to have a specific Chain ID and JSON-RPC node it will make it much simpler to maintain testnet and mainnet accounts, and more importantly maintain...