openethereum/rpc/src/v1/impls
Seun LanLege 61c1646b43 EIP-712 implementation (#9631)
* EIP-712 impl

* added more tests

* removed size parsing unwrap

* corrected TYPE_REGEX to disallow zero sized fixed length arrays, replaced LinkedHashSet with IndexSet, added API spec to docs, fixed Type::Byte encoding branch

* use Option<u64> instead of u64 for Type::Array::Length

* replace `.iter()` with  `.values()`

Co-Authored-By: seunlanlege <seunlanlege@gmail.com>

* tabify eip712.rs

* use proper comments for docs

* Cargo.lock: revert unrelated changes

* tabify encode.rs
2018-10-31 00:12:42 +03:00
..
light RPC: parity_allTransactionHashes (#9745) 2018-10-27 09:38:35 +02:00
debug.rs Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00
eth_filter.rs Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
eth_pubsub.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
eth.rs Support eth_chainId RPC method (#9783) 2018-10-21 03:13:23 +08:00
mod.rs Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00
net.rs net_version caches network_id to avoid redundant aquire of sync read lock (#9544) 2018-09-13 10:16:24 +02:00
parity_accounts.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
parity_set.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
parity.rs RPC: parity_allTransactionHashes (#9745) 2018-10-27 09:38:35 +02:00
personal.rs EIP-712 implementation (#9631) 2018-10-31 00:12:42 +03:00
private.rs Fix typo (#9826) 2018-10-29 21:41:54 +01:00
pubsub.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
rpc.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
secretstore.rs Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
signer.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
signing_unsafe.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
signing.rs Replace tokio_core with tokio (ring -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
traces.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
web3.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00