Commit Graph

71 Commits

Author SHA1 Message Date
janniks
00807f8f22 ci: ignore .md changes 2022-10-17 17:06:30 +02:00
janniks
bbf86d4d51 docs: update migration guide 2022-10-04 15:50:47 +02:00
janniks
dddeb6891b fix: rename incorrect nft post-condition codes 2022-10-04 15:04:43 +02:00
janniks
25032e046b docs: update migration docs 2022-09-30 11:35:58 +02:00
janniks
d5eacc3356 docs: update migration docs 2022-09-30 11:35:58 +02:00
janniks
65ce1218d6 fix(encryption)!: change message signing prefix, closes #1328
BREAKING CHANGE:
The message signing prefix was changed from `Stacks Message Signing` to `Stacks Signed Message`.
2022-09-30 11:35:58 +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
bc6c1a2081 ci: set git user 2022-07-05 10:26:11 -04:00
janniks
28c5058ae6 ci: add dispatch publish trigger 2022-07-05 09:56:30 -04:00
janniks
4a1a00b98c ci: add build step to publish 2022-07-05 09:49:35 -04:00
janniks
a9b041eb3d ci: add version env 2022-06-20 22:40:32 +02:00
janniks
99043ad114 ci: move tests to reusable workflow 2022-06-20 22:18:55 +02:00
janniks
066fbe7a06 ci: add bootstrap to version 2022-06-20 22:18:55 +02:00
janniks
84dc2beb9b ci: add master ref 2022-06-16 23:45:02 +02:00
janniks
b81b23a030 ci: switch to forked changeset action 2022-06-16 22:41:15 +02:00
janniks
0b87ef541b ci: split version command 2022-06-16 18:56:23 +02:00
janniks
cdbd9dc894 ci: fix grep 2022-06-16 18:49:06 +02:00
janniks
bed2b2befa ci: add changeset cli 2022-06-16 18:46:25 +02:00
janniks
c3d528b063 ci: switch to empty changeset 2022-06-16 18:41:58 +02:00
janniks
2bc24169eb ci: rename changeset action 2022-06-16 18:37:58 +02:00
janniks
02651b3fbf ci: update changesets action 2022-06-16 18:36:09 +02:00
janniks
ebc560aae2 ci: fix changeset action 2022-06-16 17:27:53 +02:00
janniks
1ecd7f9e02 ci: add commit message to changeset action 2022-06-16 17:26:51 +02:00
janniks
d3dcb0b64e ci: update changeset action 2022-06-16 17:23:51 +02:00
janniks
0653fd43a4 ci: update beta action 2022-06-16 17:23:51 +02:00
janniks
901ae2bc1d ci: fix npmrc location 2022-06-16 16:07:52 +02:00
janniks
31dcaae0d3 ci: add changeset version model 2022-06-15 17:28:01 +02:00
janniks
4aa4f45848 build(ci): fix lerna version 2022-04-19 17:39:21 +02:00
janniks
c24b71c02f ci: disable access check 2022-03-28 22:17:41 +02:00
janniks
bcd0f23ad4 ci: add npm token 2022-03-28 21:18:48 +02:00
janniks
4ac711b205 ci: fix beta releases 2022-03-28 13:06:50 -05:00
janniks
ab0fd0054c ci: rename workflow 2022-03-28 13:06:50 -05:00
janniks
e1c8c9cc63 ci: remove temporary commit 2022-02-28 15:42:41 +01:00
janniks
5353e1ba8b ci: temporarily commit changes for publish 2022-02-28 15:10:17 +01:00
janniks
88983db298 ci: ignore uncommited changes 2022-02-28 13:37:21 +01:00
janniks
0f1170ba5e ci: disable lerna prerelease git changes 2022-02-25 23:48:47 +01:00
janniks
1d41664895 ci: fix lerna bin 2022-02-24 17:38:55 +01:00
janniks
f2d5e26c3b ci: fix lerna ci 2022-02-24 17:13:01 +01:00
janniks
0df868a094 ci: fix release workflow 2022-02-24 16:56:16 +01:00
janniks
277bab9731 ci: debug release 2022-02-24 14:39:35 +01:00
janniks
831814c4d2 ci: debug release 2022-02-23 21:40:39 +01:00
janniks
6151441c97 chore: remove comment 2022-02-23 17:29:05 +01:00
janniks
34da809254 chore: add release beta tags 2022-02-23 17:29:05 +01:00
janniks
3d3e1a2868 chore: remove non-push sections 2022-02-23 17:29:05 +01:00
janniks
9866a28980 chore: update release workflow 2022-02-23 17:29:05 +01:00
janniks
0e603d3296 chore: add auto release 2022-02-23 17:29:05 +01:00
janniks
1e9f03bd5c chore: add lerna to release 2022-02-23 17:29:05 +01:00