openethereum/rpc
David 6c24d9897a
Set the request index to that of the current request (#8683)
* Set the request index to that of the current request

When setting up the chain of (two) requests to look up a block by hash, the second need to refer to the first. This fixes an issue where the back ref was set to the subsequent request, not the current one. When the requests are executed we loop through them in order and ensure the requests that should produce headers all match up. We do this by index so they better be right.

In other words: off by one.
2018-05-24 17:29:28 +02:00
..
src Set the request index to that of the current request (#8683) 2018-05-24 17:29:28 +02:00
Cargo.toml Fix cli signer (#8682) 2018-05-23 10:27:45 +01:00