core
core copied to clipboard
This monorepo is a collection of packages used across multiple MetaMask clients
This package has a number of lint config exceptions dating to its migration into the monorepo. These should be resolved.
We've intentionally set the test coverage below 100% for this repo. We should add more tests so that we reach 100%.
is it possible to add the referer to the fetch request. Currently the website that the transaction is originating from is missing from the RPC request. This would be great...
If I use MetaMask through WalletConnect, then when I change the network in the wallet, the `chainId` is correctly updated in the provider, as is the RPC URL, but `eth-json-rpc-middleware`...
The following RPC methods take block parameters and yet are not covered in `blockTagParamIndex` and so are not being cached the same as other RPC methods which take block parameters:...