Bug fixes
- Negative integers are now properly serialized when using cbor-based metadata. Any cbor-based transaction metadata generated before this version that used negative numbers will produce the incorrect cbor.
New features
- Tx metadata validation will now fast-fail when exceeding the per-value limit of 64-bytes for byte arrays and strings
Chore
- Fixed asm.js builds (Thanks AtomicWallet!)