Commit Graph

207 Commits

Author SHA1 Message Date
janniks
a89cc054e7 fix: use correct wif encoding for testnet 2022-11-18 19:46:57 +01:00
janniks
2b69958b48 fix: add public key to make_keychain 2022-11-18 19:46:57 +01:00
github-actions[bot]
8eb643e59a chore: version packages 2022-10-19 17:44:00 +02:00
github-actions[bot]
a3f501aed0 chore: version packages 2022-10-04 15:16:18 +02:00
blockstack-devops
3d3c52fea7 chore: version packages
* chore: version packages

* docs: remove additional commit footer

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: janniks <janniks@users.noreply.github.com>
2022-10-03 14:56:48 +02:00
janniks
b2a5f96fd2 fix!: remove previously deprecated functions 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
github-actions[bot]
fcb69afe88 chore: version packages 2022-09-29 22:15:43 +02:00
github-actions[bot]
e5f342d323 chore: version packages 2022-09-28 13:08:14 +02:00
github-actions[bot]
6c860af8cd chore: version packages 2022-09-23 17:40:56 +02:00
BowTiedDeployer
be7a50f0b4 docs: update faucet command description in readme (#1355) 2022-09-23 14:59:20 +02:00
github-actions[bot]
c5536b79cf chore: version packages 2022-08-24 17:30:56 +02:00
janniks
0b73f1fc88 docs: remove www from homepage 2022-08-23 13:08:23 +02:00
github-actions[bot]
1f63828728 chore: version packages 2022-08-02 12:20:14 -04:00
janniks
16a23c9db6 docs: update command help information 2022-08-02 11:04:53 -04:00
janniks
2c5cdf4b52 chore: update package file 2022-08-02 11:04:53 -04:00
janniks
159157d778 fix: update subdomainOpToZFPieces 2022-08-02 11:04:53 -04:00
ahsan-javaid
b32cb417f5 fix: migrate subdomains to wallet key address 2022-08-02 11:04:53 -04:00
github-actions[bot]
575b58d79b chore: version packages 2022-07-19 11:45:30 -04:00
janniks
62355bc69d fix: update make_keychain command 2022-07-15 12:37:43 -04:00
github-actions[bot]
5ac9385069 chore: version packages 2022-07-12 15:38:51 -04:00
janniks
a66f74824e ci: add env to skip tests 2022-07-11 16:30:05 -04:00
github-actions[bot]
2d116ac4c9 chore: version packages 2022-07-05 09:41:02 -04:00
janniks
9010e702e9 test: fix can_stack test 2022-06-29 22:35:17 +02:00
janniks
e604d33896 test: add can_stack test 2022-06-29 11:38:29 -04:00
janniks
dd0e3030c8 chore(release): publish v4.3.0 2022-06-16 15:07:33 +02:00
janniks
a99f0f70c5 chore: fix build keyword interface problem 2022-06-10 18:37:16 +02:00
janniks
6d1a5dcb5b build: audit deps, closes #1264 2022-06-10 18:37:16 +02:00
janniks
f104aad523 chore(release): publish v4.2.2 2022-06-01 20:57:55 +02:00
janniks
462f5e2fe5 fix: update jsontokens lib 2022-06-01 19:54:32 +02:00
janniks
cff19320b2 chore(release): publish v4.2.1 2022-05-29 00:30:00 +02:00
janniks
13d2edff22 chore(release): publish v4.2.0 2022-05-25 18:00:43 +02:00
janniks
16fcbb5974 build: reduce polyfilling 2022-05-24 16:56:08 +02:00
janniks
9dd2591f12 chore: consolidate license 2022-05-24 13:33:00 +02:00
janniks
0d7847e06d chore(release): publish v4.1.2 2022-05-23 22:06:04 +02:00
janniks
f8cd319212 fix: update api client 2022-05-19 20:14:32 +02:00
janniks
62b63fe95b chore(release): publish v4.1.1 2022-05-19 18:50:40 +02:00
janniks
79152d3091 fix: add blockstack dependency 2022-05-19 18:01:31 +02:00
janniks
d0ca86ec45 chore(release): publish v4.1.0 2022-05-19 15:41:24 +02:00
janniks
ef456327a3 feat: add fetch middleware for api keys and request init
docs: optimize ts docs
2022-05-19 15:33:35 +02:00
janniks
32c7d76ff0 chore(release): publish v4.0.2 2022-05-19 14:24:33 +02:00
AhsanJavaid
91b511b45a fix: offload bn.js dependency 2022-05-17 22:57:22 +02:00
janniks
8b41449e6c docs: fix example for get_stacks_wallet_key 2022-05-16 16:50:35 +02:00
Brice Dobry
4985b6d15f docs: fix example for get_stacks_wallet_key
This example previously used `get_stacks_payment_key`.
2022-05-16 16:50:35 +02:00
janniks
2add622be6 chore(release): publish v4.0.1 2022-05-09 17:41:35 +02:00
janniks
5be97a259e chore(release): publish v4.0.0 2022-04-20 15:47:55 +02:00
janniks
ade44441a4 chore(release): publish v4.0.0-beta.0 2022-04-19 17:39:21 +02:00
janniks
6190895a41 chore(release): publish v3.5.0 2022-03-30 19:37:18 +02:00
janniks
4ac711b205 ci: fix beta releases 2022-03-28 13:06:50 -05:00
Alejandro Criado-Pérez
8e979eb4de docs: update broken links (#1207)
* stacks-storage references

* fixed references
2022-03-21 17:20:33 +01:00