janniks
c30a53c65c
replace with legacy endpoint
2022-01-26 13:46:03 +01:00
AhsanJavaid
96b3064465
fix: remove lodash dependency
2022-01-18 10:03:25 -05:00
Reed Rosenbluth
fe831cf28d
v3.1.1
v3.1.1
2021-12-20 10:57:01 -05:00
kyranjamie
08012b2728
fix: key exposed in api call, closes #1152
2021-12-20 10:55:10 -05:00
Reed Rosenbluth
b9962ea73e
v3.1.0
v3.1.0
2021-12-16 10:54:10 -05:00
Reed Rosenbluth
af65b912af
build: package-lock
2021-12-16 10:53:10 -05:00
Asim Mehmood
bccdcb7f20
docs: update readme for sponsored transaction
2021-12-14 12:36:24 -05:00
AhsanJavaid
120899670b
fix: update default core node url
2021-12-14 12:36:11 -05:00
Friedger Müffke
3f8fa11bde
Fix/1105 to handle usernames registered with wallet key ( #1117 )
...
* lookup username before signing profile
* add usernameOwnerAddress to Account
* remove unused imports
* add test for usernames owned by third private key
* use derivation type for stx key derivation
* lookup usernames during restoring wallet accounts
* fix name lookup, refactor derivation path selection, add docs
* add test for unknown username owners
* make network optional
* set stxPrivateKey on existing accounts
* add test for stx private key after recovery
2021-12-14 08:24:42 -05:00
Reed Rosenbluth
02e70000b2
docs: update changelog
2021-12-07 11:50:41 -05:00
Reed Rosenbluth
728b58358f
v3.0.0
v3.0.0
2021-11-30 13:28:00 -05:00
Reed Rosenbluth
65fb46d65a
build: update package.lock
2021-11-30 13:21:20 -05:00
AhsanJavaid
f0334cf858
fix: add custom bigint pow to prevent transpilers incorrect conversion
2021-11-30 11:32:13 -05:00
AhsanJavaid
0d0b5fbdde
fix: remove circular dependencies from transactions
2021-11-30 11:31:30 -05:00
kyranjamie
66b7e8007d
v2.0.2
2021-11-30 14:34:19 +01:00
kyranjamie
ba4d3511ae
fix: jsdom failing with init bigint
2021-11-30 14:22:21 +01:00
AhsanJavaid
140f62ddbf
fix: remove circular dependencies form keychain package
2021-11-19 09:58:23 -05:00
AhsanJavaid
4a29e42cea
fix: remove circular dependencies from cli
2021-11-19 09:56:11 -05:00
AhsanJavaid
e9e626d8b3
fix: remove circular dependencies from wallet-sdk
2021-11-19 09:55:22 -05:00
AhsanJavaid
792c2ae615
feat: add unsigned equivalent of make contract deploy
2021-11-18 20:44:00 -05:00
Reed Rosenbluth
f5d8ece4b2
style: lint network package
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
edb3d59ce9
style: prettier
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
78c79600c1
fix: bigint -> number
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
647833a0ca
fix: endpoint response type
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
02ebcc71e3
refactor: change input to be a transaction payload
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
6deffb6d78
address Kyran's comment
2021-11-18 17:27:48 -05:00
Reed Rosenbluth
888e8fafc4
fix!: use new /v2/fees/transaction endpoint for fee estimation
2021-11-18 17:27:48 -05:00
kyranjamie
f061612869
fix(network): upgrade and republish
2021-11-17 09:59:38 -05:00
Imamah-Zafar
d9500abba5
chore: remove regtest from network list
2021-11-12 09:50:39 -05:00
AhsanJavaid
5df8b6db7b
chore: remove unused code
2021-11-09 11:10:00 -05:00
Matthew Little
5ba35a0fb6
chore: bump c32check package to version with faster sha256 operations ( #1128 )
2021-11-03 10:59:38 +01:00
AhsanJavaid
9ba53be4dd
feat: cli add custom derivation path option
2021-10-26 17:29:12 +02:00
d1gitalflow
bb1db2bb57
nit: match code example with bigint literal
2021-10-26 11:07:18 -04:00
Friedger Müffke
fc83974283
handle zonefiles more gracefully, fix #1109
2021-10-26 11:06:52 -04:00
Friedger Müffke
77c0a549a5
add missing types
2021-10-26 11:06:52 -04:00
Asim Mehmood
7ab9ab5a3f
refactor: use number instead of uint16Array
2021-10-20 13:25:59 -04:00
Asim Mehmood
0c36978a0a
refactor: use number instead of Uint16Array
2021-10-20 13:25:59 -04:00
AhsanJavaid
3c00f3a163
tests: add tests both valid/invalid for verification and fix breaking tests
2021-10-20 13:25:59 -04:00
AhsanJavaid
beea4e73bf
chore: verify deserialize spendending conditions
2021-10-20 13:25:59 -04:00
AhsanJavaid
1629ece26d
tests: fix milti-sig transaction test to expect error using uncompressed keys
2021-10-20 13:25:59 -04:00
AhsanJavaid
d0f4ec5f84
chore: fix type error in authorization test
2021-10-20 13:25:59 -04:00
Faried Nawaz
e34ba2e76f
feat: multisig spending condition tests use integers, not BigNums
2021-10-20 13:25:59 -04:00
Faried Nawaz
0da0fab83e
chore: fix a lint error, plus a type mismatch
...
MultiSigSpendingCondition -> MultiSigSpendingConditionOpts
2021-10-20 13:25:59 -04:00
Faried Nawaz
930f34d3d2
feat: add more spending condition tests
...
From stacks-blockchain, src/chainstate/stacks/auth.rs:
- tx_stacks_spending_condition_p2sh
- tx_stacks_spending_condition_p2wsh (after adding P2WSH and P2WPKH support)
- tx_stacks_auth
2021-10-20 13:25:59 -04:00
Faried Nawaz
da31bf1c4d
add P2WSH and P2WPKH address modes for addressFromPublicKeys()
2021-10-20 13:25:59 -04:00
Faried Nawaz
d7f32a24a4
tests: add "transaction.verifyOrigin();" to test the auth verification code
2021-10-20 13:25:59 -04:00
Faried Nawaz
03787470ff
feat: add verifyMultiSig()
2021-10-20 13:25:59 -04:00
Faried Nawaz
589b14df3a
feat: add address/signer verification to verifySingleSig()
2021-10-20 13:25:59 -04:00
AhsanJavaid
ea4f0c4d99
chore: export post condition types individually
2021-10-20 13:25:37 -04:00
Ahsan Javaid
8b4fdb5bdf
fix: trigger workflows on external pull requests #1114
2021-10-15 14:23:28 +02:00