openethereum/util
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
..
EIP-712 EIP-712 implementation (#9631) 2018-10-31 00:12:42 +03:00
bloom Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
blooms-db Fix Snapshot restoration failure on Windows (#9491) 2018-09-10 17:21:57 +02:00
dir parity: print correct keys path on startup (#9501) 2018-09-09 00:43:24 +02:00
fake-fetch Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
fake-hardware-wallet Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
fastmap Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
fetch Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
io ethcore-io retries failed work steal (#9651) 2018-09-29 21:25:16 +01:00
journaldb Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
keccak-hasher Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
macros Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
mem Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
memory_cache Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00
migration-rocksdb Fetch `parity-common` crates from crates.io (#9410) 2018-09-04 20:13:51 +02:00
network Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
network-devp2p Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
panic_hook Allow setting the panic hook with parity-clib (#9292) 2018-08-10 11:06:30 +02:00
patricia-trie-ethereum Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
rlp_compress Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
rlp_derive Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
runtime Replace `tokio_core` with `tokio` (`ring` -> 0.13) (#9657) 2018-10-22 09:40:50 +02:00
stats Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
stop-guard Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
triehash-ethereum Update a few parity-common dependencies (#9663) 2018-10-09 22:07:25 +02:00
unexpected Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
using_queue Random small cleanups (#9423) 2018-08-30 19:57:27 +02:00
version ethcore: bump ropsten forkblock checkpoint (#9775) 2018-10-18 15:54:42 +02:00