You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for this suite. It helped us much with implementing JSON-RPC for EthereumJ client. Below are some issues we were ran into while running test:
With earlier revision there is another issue: some transaction signatures doesn't conform to the latest Frontier requirements (r < SECP256K1N && s < SECP256K1N) so I needed to relax this restriction in my testing env
The following test changes have been made (IMHO test bugs):
First of all thanks for this suite. It helped us much with implementing JSON-RPC for EthereumJ client. Below are some issues we were ran into while running test:
bcRPC_API_Test.json
in its latest state doesn't suite (transactions are absent here), so you need to pick up an earlier revision (e.g. https://github.com/ethereum/tests/blob/c58d3dce3f64f7ee1f711054fc464202bb0b7d64/BlockchainTests/bcRPC_API_Test.json)r < SECP256K1N && s < SECP256K1N
) so I needed to relax this restriction in my testing envDue to spec
eth_newBlockFilter
has no params:The text was updated successfully, but these errors were encountered: