134 Commits

Author SHA1 Message Date
github-actions[bot]
6a85286df3 chore: version packages 2024-03-22 21:28:34 +01:00
janniks
e8a302e99c chore(common): return destination from writes 2024-03-22 21:19:54 +01:00
github-actions[bot]
9af3f5a8af chore: version packages 2023-12-04 10:57:55 +01:00
janniks
47f138aa6d docs: add tsdocs 2023-11-02 15:24:14 +01:00
janniks
e70ce1b1d1 docs: add tsdocs 2023-11-02 15:24:14 +01:00
janniks
7a944a11fd chore: remove unused internal method 2023-11-02 15:24:14 +01:00
github-actions[bot]
04b96d1adc chore: version packages 2023-09-18 20:35:46 +02:00
janniks
db5a5965a4 fix: add peer network id 2023-09-18 14:00:49 +02:00
Hiro DevOps
90d15c98d5 chore: version packages (#1545)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-18 13:22:53 +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
github-actions[bot]
957790b7f4 chore: version packages 2023-07-24 19:20:00 +02:00
janniks
d6a6fcc30e fix: throw error if the number type used in the bigint constructor is not a safe integer value 2023-07-06 16:10:05 +02:00
github-actions[bot]
c9e420e521 chore: version packages 2023-04-28 14:25:15 +02:00
janniks
c116a851c4 fix: add Cl helper (#1479)
Adds a Cl bundled export that allows better discovery of clarity methods and less importing.

* fix: add cl helper

* docs: update tsdocs

* test: add cl tests

* docs: fix typo

Co-authored-by: Hugo C <911307+hugocaillard@users.noreply.github.com>

* docs: swap out @visit for @see

* fix: remove true and false bool methods

---------

Co-authored-by: janniks <janniks@users.noreply.github.com>
Co-authored-by: Hugo C <911307+hugocaillard@users.noreply.github.com>
2023-04-27 14:52:11 +02:00
github-actions[bot]
5fb8319ff4 chore: version packages 2022-11-23 17:55:47 +01:00
janniks
25e326a8df feat!: Add PoX-2 methods to @stacks/stacking client (#1354)
BREAKING CHANGE:
Remove the getBTCAddress method, since it does not work with modern BTC addresses.
A StackingClient will now automatically detect which PoX version to use for Stacking.
Adds the following PoX Stacking methods to the StackingClient: `stackExtend`, `stackIncrease`, `delegateStackExtend`, `delegateStackIncrease`, `stackAggregationCommitIndexed`, `stackAggregationIncrease`.
Adds the following helper methods to the StackingClient: `getAccountExtendedBalances`, `getAccountBalanceLocked`, `getDelegationStatus`, `getRewardSet`.
2022-11-23 17:13:50 +01:00
github-actions[bot]
b4e5e7327f chore: version packages 2022-11-18 19:58:37 +01:00
janniks
ee17c4eb0f chore: update typedoc theme 2022-11-07 23:59:30 +01: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
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]
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
2c5cdf4b52 chore: update package file 2022-08-02 11:04:53 -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
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
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
4e7fcf5b9a feat: add missing rsv functions 2022-05-25 15:40:39 +02:00
janniks
16fcbb5974 build: reduce polyfilling 2022-05-24 16:56:08 +02:00
janniks
8912bca06b fix: offload bitcoinjs from stacking, closes #1259 2022-05-24 16:56:08 +02:00
janniks
9dd2591f12 chore: consolidate license 2022-05-24 13:33:00 +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
kyranjamie
20b721cdcc fix(message-signing): add working utility fn 2022-05-19 14:20:11 +02:00
AhsanJavaid
91b511b45a fix: offload bn.js dependency 2022-05-17 22:57:22 +02:00
janniks
2add622be6 chore(release): publish v4.0.1 2022-05-09 17:41:35 +02:00
ahsan-javaid
70ea9156f6 fix: allow referrer header in request options 2022-05-09 14:38:29 +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
73a55b6527 chore: fix typo 2022-04-13 14:36:07 +02:00
janniks
1c342ecdc3 chore: add key method to common 2022-04-13 14:36:07 +02:00
janniks
6190895a41 chore(release): publish v3.5.0 2022-03-30 19:37:18 +02:00
ahsan-javaid
fe3f30ee4e fix: offload ramdombytes library from encryption 2022-03-28 23:07:18 +02:00