ethereum / interfaces

Interface Specifications inside Ethereum
36 stars 175 forks source link

RPC spec and tests to prevent inconsistencies between clients like Geth and Parity #13

Open ethers opened 7 years ago

ethers commented 7 years ago

Example: https://github.com/ethereum/go-ethereum/issues/3339

Smithgift commented 7 years ago

See also eth_getTransactionCount.

danfinlay commented 7 years ago

We're aiming for this same goal here: https://github.com/ethereum/EIPs/issues/217

ethers commented 5 years ago

Proposal https://ethereum-magicians.org/t/eip-remote-procedure-call-specification/1537