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
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
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Refactor (non-breaking change that only restructures code)
[ ] Tests (You added tests for code that already exists, or your new feature included in this PR)
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.