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

Polyfill Buffer for Browser Compatibility #112

Closed natenichols closed 3 years ago

natenichols commented 3 years ago

High Level Overview of Change

Move from NodeJS Buffer to a browser compatable Buffer

Context of Change

Instead of relying on webpacking to make libraries browser compatible, this PR uses a buffer library that will polyfill when being used in the browser.

Type of Change

Test Plan

Add browser compatibility tests.