-
> get rid of this call for the openrpc doc and just fetch our /latest/ one off our new github pages deploy:
> https://github.com/MetaMask/api-playground/blob/main/src/pages/api-documentation.tsx#L79-…
-
Hello, I want to find all substrate rpc methods, is there any docs like [Ethereum json rpc](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-…
-
Since `eth_maxPriorityFeePerGas` is Geth-specific, we should stop using it to fill in gas values. We should use `eth_feeHistory` instead. I think it still makes sense to keep the RPC endpoint in `web3…
-
### Goal
The user is able to supply RPC url via environment variable instead of infura project id
### Context
1. Currently we only let users (who wants to start our UI or the bot locally) pro…
-
https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-spec/openrpc.json
Request the percentage of gas used for each block and extrapolate based…
-
I've played a little bit with our `openrpc.json` specification in the https://playground.open-rpc.org/ (its fun!) and noticed that the `panda_getEntryArguments` example is invalid when I use the "Try"…
-
In the previous Wiki (https://github.com/ethereum/wiki/wiki/JSON-RPC) there were more methods that are not listed when you click on [View the Spec](https://playground.open-rpc.org/?schemaUrl=https://r…
-
Working under 5.24, seems to be related to the changes introduced by https://github.com/ethereum/web3.py/pull/2205 in 5.25.
-
WARN [08-07|21:12:55.716] Served eth_signTypedData conn=127.0.0.1:52076 reqid=1 t="21.405µs" err="the method eth_signTypedData does not exist/is not available"
When I use the geth…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Not sure if this is an error in web3.js or in hardhat, but after reading some docs and tracin…