* 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 |
||
|---|---|---|
| .. | ||
| helpers | ||
| impls | ||
| tests | ||
| traits | ||
| types | ||
| extractors.rs | ||
| informant.rs | ||
| metadata.rs | ||
| mod.rs | ||