openethereum/rpc/src/v1
David 28c731881f
Rlp decode returns Result (#8527)
rlp::decode returns Result

Make a best effort to handle decoding errors gracefully throughout the code, using `expect` where the value is guaranteed to be valid (and in other places where it makes sense).
2018-05-08 11:22:12 +02:00
..
helpers Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00
impls Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
tests Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
traits typo, docs parity_chainId: empty string -> None (#8434) 2018-04-19 10:24:19 +01:00
types ethcore, rpc, machine: refactor block reward application and tracing (#8490) 2018-05-07 12:57:03 +02:00
extractors.rs Bump jsonrpc. (#7828) 2018-02-07 16:13:54 +01:00
informant.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
metadata.rs Cap gas limit for dapp-originating requests. 2017-08-15 10:38:49 +02:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00