ripple / ripple-binary-codec

Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
ISC License
19 stars 45 forks source link

fix: allow lowercase hex in Uint64 #135

Closed natenichols closed 3 years ago

natenichols commented 3 years ago

High Level Overview of Change

Modifies HEX_REGEX to accept lowercase hex. fixes #132

Context of Change

Rippled api now encodes some UInt64 values as lowercase hex. Modifying this regex allows the binary codec to encode Uint64s that are lowercase hex.

Type of Change