Dan Finlay
Dan Finlay
Once it's ready, this provider event will notify dapps when a transaction has been cancelled or replaced: https://eips.ethereum.org/EIPS/eip-2831
Currently if a user is on the wrong network, a helpful dialog is shown: MetaMask now supports suggesting a network switch via API, which can make this slightly easier (initiated...
I'd love to do some local VM state caching, and so this would require a way of storing a trusted root, and only adding things that match the root. Maybe...
I'd like something like either a simple "encore" command, or some way to print recent songs played, with an easy way to request one again. Would that be a suitable...
I don't just want a proving contract, I want an arbitrary contract to be able to do merkle proofs, ideally on a root it has. Maybe [the merkle proving contract...
Maybe this turns it into a very different module, but: As a wallet developer who sometimes wants to add methods, but doesn't want to deal with PRs and npm publishes...
MetaMask returns some useful errors! This would be a great thing to standardize around, error codes for the clients. "User denied signature" is a very good example of a useful...
Web3 defaults a tx with no `from` field to be the current `selectedAddress`, and this makes for some pretty obvious and clean `web3.eth.sendTransaction` calls. I'd vote to loosen the enforcement...
I'd like to highlight an issue with the current [CAIP-2](https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md) chain identification format. There may be room for another such chain identification schema to be created, possibly as a CAIP-2...
--- caip: title: Chain-Agnostic JSON-RPC Interface author: Dan Finlay discussions-to: TBA status: Draft type: Interface Standard created: 2020-10-13 --- ## Simple Summary As [most Ethereum provider methods](https://eth.wiki/json-rpc/API) today use the...