Commit Graph

6 Commits

Author SHA1 Message Date
janniks
00807f8f22 ci: ignore .md changes 2022-10-17 17:06:30 +02:00
janniks
f57bbeffb8 fix: remove duplicate helper method 2022-09-30 11:35:58 +02:00
janniks
5445b73e05 feat!: switch from buffer to uint8array (#1343)
BREAKING CHANGE:
Removes compatibility with `bip32` package from @stacks/wallet-sdk. Now all derivation methods only rely on HDKey from @scure/bip32.

BREAKING CHANGE:
To reduce the bundle sizes of applications using Stacks.js we are moving away from Buffer (a polyfill to match Node.js APIs) to Uint8Arrays (which Buffers use in the background anyway). To make the switch easier we have introduced a variety of methods for converting between strings and Uint8Arrays: `hexToBytes`, `bytesToHex`, `utf8ToBytes`, `bytesToUtf8`, `asciiToBytes`, `bytesToAscii`, and `concatBytes`.

Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-09-30 11:35:58 +02:00
janniks
9ad595a294 ci: add fixed header to prs 2022-08-23 13:08:23 +02:00
janniks
a66f74824e ci: add env to skip tests 2022-07-11 16:30:05 -04:00
janniks
99043ad114 ci: move tests to reusable workflow 2022-06-20 22:18:55 +02:00