89 Commits

Author SHA1 Message Date
janniks
1ac9d0ec40 build: add fetch depth to actions 2024-03-22 21:19:54 +01:00
janniks
fd520be21a build: update preid 2024-03-22 21:19:54 +01:00
janniks
f3315e64bc build: add branch npm tagging 2024-03-22 21:19:54 +01:00
Andres Galante
ccd58b1adb docs: improve readme, contribution guidelines, and code of conduct (#1567)
* docs: improves readme and contribution guidelines and adds code of conduct

* Update CONTRIBUTING.md

---------

Co-authored-by: max-crawford <102705427+max-crawford@users.noreply.github.com>
Co-authored-by: janniks <6362150+janniks@users.noreply.github.com>
2023-10-26 19:49:19 +02:00
janniks
c13748238c build: update dependencies (#1540)
* build: update dependencies

* build: update audit dependencies

* chore: remove bootstrap

* chore: update eslint config

* build: fix lint

* build: update esbuild loader

---------

Co-authored-by: janniks <janniks@users.noreply.github.com>
2023-09-04 18:06:55 +02:00
Scott McClellan
ca259cae17 chore: improve README.md standardization (#1530) 2023-07-13 12:46:06 -05:00
janniks
ee4df4877c ci: rename branch to main 2023-07-05 21:49:31 +02:00
janniks
a8d5a6e120 docs: update migration guide 2023-04-19 16:57:33 +02:00
janniks
913483c809 ci: remove commitlint as publish requirement 2023-04-11 13:11:29 -06:00
janniks
706859b388 ci: fix workflow 2023-04-06 13:44:01 -06:00
janniks
27a17b5c83 ci: add workflow for new issues 2023-04-05 13:12:04 -06:00
janniks
a1cb55ceb2 ci: use latest npm 2023-02-23 00:53:16 +01:00
janniks
8cfdbde1de ci: switch to node 18 2023-02-06 19:21:58 +01:00
janniks
5f3b8ca79e ci: skip commitlint on ci 2023-02-06 14:41:27 +01:00
janniks
b3bbd346b0 chore: update template 2023-02-02 13:09:11 +01:00
janniks
3a1df3cece chore: update templates 2023-01-30 22:57:32 +05:00
janniks
e4077fb45f ci: add commitlint to pr actions 2023-01-30 21:55:39 +05:00
janniks
09e305f87f chore: add husky with commitlint 2023-01-30 21:55:39 +05:00
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