llamanodes / web3-proxy

Fast loadbalancing and caching proxy for Ethereum or chains with similar JSON-RPC methods
https://llamanodes.com
GNU General Public License v3.0
148 stars 33 forks source link

Missing yParity #229

Closed BlinkyStitt closed 11 months ago

BlinkyStitt commented 11 months ago

http://127.0.0.1:8544 does not have yParity

 {"jsonrpc":"2.0","id":55,"result":{"blockHash":"0xa99f560be8e4f912a5caf167a312fa5fbabe42dd49ed5efa5c020a55faa9a9f0","blockNumber":"0x117433b","from":"0xac492fae42f3df4c98b6416e8511fb1389bdd694","gas":"0x30d40","gasPrice":"0x1d43f11b1","maxPriorityFeePerGas":"0x77359400","maxFeePerGas":"0x302553afa","hash":"0x1673befe9dadeb2abe365f42a3c29d10a67f607f411b27c14b604321f7e91290","input":"0xa9059cbb000000000000000000000000fe9529b753b412941127fea1981e5ce0a85c101e0000000000000000000000000000000000000000000015c3531c5e5e69a00000","nonce":"0x5a","to":"0xde7d85157d9714eadf595045cc12ca4a5f3e2adb","transactionIndex":"0x30","value":"0x0","type":"0x2","accessList":[],"chainId":"0x1","v":"0x1","r":"0xbc82f42dc890b7333a07131842d63a2e10847f3c1e69c96e448cc878bad8af9a","s":"0x1e2233ebce41c25ac699bc301fc9721e8605af0882b985e57d250a998ef3f3da"}}

https://rpc.ankr.com/eth does have yParity

 {"jsonrpc":"2.0","id":55,"result":{"blockHash":"0xa99f560be8e4f912a5caf167a312fa5fbabe42dd49ed5efa5c020a55faa9a9f0","blockNumber":"0x117433b","from":"0xac492fae42f3df4c98b6416e8511fb1389bdd694","gas":"0x30d40","gasPrice":"0x1d43f11b1","maxFeePerGas":"0x302553afa","maxPriorityFeePerGas":"0x77359400","hash":"0x1673befe9dadeb2abe365f42a3c29d10a67f607f411b27c14b604321f7e91290","input":"0xa9059cbb000000000000000000000000fe9529b753b412941127fea1981e5ce0a85c101e0000000000000000000000000000000000000000000015c3531c5e5e69a00000","nonce":"0x5a","to":"0xde7d85157d9714eadf595045cc12ca4a5f3e2adb","transactionIndex":"0x30","value":"0x0","type":"0x2","accessList":[],"chainId":"0x1","v":"0x1","r":"0xbc82f42dc890b7333a07131842d63a2e10847f3c1e69c96e448cc878bad8af9a","s":"0x1e2233ebce41c25ac699bc301fc9721e8605af0882b985e57d250a998ef3f3da","yParity":"0x1"}}]
BlinkyStitt commented 11 months ago

this is a non-standard thing that can be calculated other ways