2907 Commits

Author SHA1 Message Date
janniks
dddeb6891b fix: rename incorrect nft post-condition codes 2022-10-04 15:04:43 +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
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
9fbdcea262 fix!: update post-condition names for non-fungible tokens
BREAKING CHANGE:
Post-conditions for NFTs were renamed to be more clear: `Owns` to `Sends`, `DoesNotOwn` to `DoesNotSend`.
2022-09-30 11:35:58 +02:00
janniks
fc7e50cb1d test: add sip018 ascii check 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
b2a5f96fd2 fix!: remove previously deprecated functions 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
github-actions[bot]
fcb69afe88 chore: version packages 2022-09-29 22:15:43 +02:00
janniks
5ced687bbb chore: update packages 2022-09-29 21:59:06 +02:00
janniks
a1d385c39b fix: add missing customizable prefixes 2022-09-29 21:23:56 +02:00
github-actions[bot]
e5f342d323 chore: version packages 2022-09-28 13:08:14 +02:00
janniks
d27e054f26 fix: correctly verify future message signing prefix 2022-09-28 11:20:58 +02:00
janniks
889fa22f87 ci: update changelog preset 2022-09-27 17:59:55 +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
friedger
7426add76b export profile functions for wallet-sdk 2022-09-06 16:43:40 +02:00
janniks
9341e20501 chore: add deprecation notice to keychain package methods 2022-09-06 16:43:27 +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
janniks
9ad595a294 ci: add fixed header to prs 2022-08-23 13:08:23 +02:00
ahsan-javaid
132e0c5bea fix: offload bip39 from keychain 2022-08-18 14:52:08 +02:00
janniks
0b91adbdd8 docs: update readme for post conditions 2022-08-17 16:57:13 +02:00
janniks
e547f5f864 chore: fix changes 2022-08-17 16:00:14 +02:00
Reed Rosenbluth
e808a032f2 docs: fix broadcast in docs 2022-08-17 16:00:14 +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
555fa7cf45 test: add pox abi tests 2022-07-19 11:13:06 -04:00
janniks
b7acc7de73 fix: update version buffer size for pox addresses 2022-07-19 11:13:06 -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
janniks
963b028d0d fix: convert checksum to buffer 2022-07-11 15:53:02 -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
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
d33c84bc12 docs: update readme 2022-06-29 22:22:45 +02:00
janniks
ca51914276 fix: use correct buffer size for hashmode in stacking 2022-06-29 11:59:51 -04:00
janniks
e604d33896 test: add can_stack test 2022-06-29 11:38:29 -04:00
ahsan-javaid
844672480c fix: support legacy signature verification 2022-06-23 14:32:56 +02: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