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
..
2018-06-04 10:19:50 +02:00
2018-09-10 17:21:57 +02:00
2018-09-09 00:43:24 +02:00
2018-10-31 00:12:42 +03:00
2018-10-22 09:40:50 +02:00
2018-09-04 20:13:51 +02:00
2018-09-04 20:13:51 +02:00
2018-10-22 09:40:50 +02:00
2018-09-29 21:25:16 +01:00
2018-10-09 22:07:25 +02:00
2018-10-09 22:07:25 +02:00
2018-08-30 19:57:27 +02:00
2018-08-30 19:57:27 +02:00
2018-09-08 04:04:28 +02:00
2018-09-04 20:13:51 +02:00
2018-10-22 09:40:50 +02:00
2018-10-22 09:40:50 +02:00
2018-08-10 11:06:30 +02:00
2018-10-09 22:07:25 +02:00
2018-10-09 22:07:25 +02:00
2018-10-09 22:07:25 +02:00
2018-10-22 09:40:50 +02:00
2018-08-10 00:04:10 +01:00
2018-08-30 19:57:27 +02:00
2018-10-09 22:07:25 +02:00
2018-08-30 19:57:27 +02:00
2018-08-30 19:57:27 +02:00
2018-10-18 15:54:42 +02:00