s3krit
|
77643c13e8
|
Update copyright notice 2020 (#11386)
* Update copyright noticed 2020
* Update copyright in two overlooked files
|
2020-01-17 14:27:28 +01:00 |
|
Patrick Tescher
|
79aeb95272
|
Make EIP712Domain Fields Optional (#11103)
According to
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md#definition-
of-domainseparator “Protocol designers only need to include the fields
that make sense for their signing domain.”
|
2019-10-03 22:20:20 +02:00 |
|
Afri Schoedon
|
7c335e8764
|
misc: bump license header to 2019 (#10135)
* misc: bump license header to 2019
* misc: remove_duplicate_empty_lines.sh
* misc: run license header script
* commit cargo lock
|
2019-01-07 11:33:07 +01:00 |
|
Seun LanLege
|
912e5599d9
|
Move EIP-712 crate back to parity-ethereum (#10106)
* move eip-712 crate back to parity-ethereum
* changed license, updated documentation url
|
2018-12-28 17:36:55 +08:00 |
|
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 |
|