What's Changed
Migration Guide: https://github.com/XRPLF/xrpl.js/blob/3.0/MIGRATION.md
BREAKING CHANGES:
xrpl-secret-numbers
is now@xrplf/secret-numbers
.- The bundled file produced changed from
dist/browerified.js
tobuild/xrplf-secret-numbers-latest.js
. - Bundle variable is
xrplf_secret_numbers
instead of using browserify's loader. -
- Moved all methods that were on
Utils
are now individually exported.
- Moved all methods that were on
Buffer
has been replaced withUInt8Array
for both params and return values.Buffer
may continue to work with params since they extendUInt8Arrays
.
Non-Breaking Changes
- Add
xrpl-secret-numbers
by @WietseWind to the mono repo. unpkg
andjsdelivr
support was simplified.- Unit tests run in a browser and node.
- Remove
brorand
as a dependency and use@xrplf/isomorphic
instead. - Eliminates 4 runtime dependencies:
base-x
,base64-js
,buffer
, andieee754
.
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/xrpl@2.14.1...@xrplf/secret-numbers@1.0.0