Commit Graph

2386 Commits

Author SHA1 Message Date
Matthew Little
acfa9009ce chore: update bns and stacking package BN usage 2021-07-26 11:23:45 -04:00
Matthew Little
2cdf4c0ec1 chore: redundant type in IntegerType union 2021-07-26 11:23:45 -04:00
Matthew Little
aa0368f606 chore: remove unused code 2021-07-26 11:23:45 -04:00
Matthew Little
b57126fe53 chore(ci): lint fix 2021-07-26 11:23:45 -04:00
Matthew Little
1f783397e7 feat: refactor all js number and bn.js usages in Clarity integer values to native bigint 2021-07-26 11:23:45 -04:00
AhsanJavaid
53dd641055 fix: The transaction ABI validation should accept lists that are less than or equal to the max size specified in the arguments type 2021-07-26 11:23:45 -04:00
Matthew Little
9a24375da3 chore: rebase fixes 2021-07-26 11:23:45 -04:00
Matthew Little
233bffb6b1 chore(ci): npm node_modules cache potentially creating flaky CI failures 2021-07-26 11:23:45 -04:00
Matthew Little
da07f10806 fix: bn.js lib accepts strings containing non-integer values and results in weird behavior 2021-07-26 11:23:45 -04:00
Matthew Little
912bc2f8de chore: allow odd-length hex strings that certain libs output 2021-07-26 11:23:45 -04:00
Matthew Little
a59579ae10 chore: add a few more test vectors for intCV test 2021-07-26 11:23:45 -04:00
Matthew Little
aaa771c81a chore: simplify intCV parsing for unpadded byte array inputs -- bn.js will take care of it as long as we operate on 8-bit boundaries 2021-07-26 11:23:45 -04:00
Matthew Little
4ff9ac4746 chore: fix #983 and bugs with Clarity int/uint value encoding 2021-07-26 11:23:45 -04:00
AhsanJavaid
1cfef11551 fix: verify that the public key is a secp256k1 point 2021-07-26 11:23:45 -04:00
Friedger Müffke
b471de968a fix: prettify 2021-07-26 11:23:45 -04:00
Friedger Müffke
cd2a6849d6 fix: use stacks.js repo url 2021-07-26 11:23:45 -04:00
Friedger Müffke
1ff5b03c28 fix: handle empty list in getCVTypeString (#1033) 2021-07-26 11:23:45 -04:00
AhsanJavaid
7e0fcba3f5 fix: add missing stx burn and NFT post conditions 2021-07-26 11:23:45 -04:00
AhsanJavaid
2676d71fc5 feature: add reward methods for set address in stacking package 2021-07-26 11:23:45 -04:00
kyranjamie
fdffd5e531 ci: improve ci jobs 2021-07-26 11:23:45 -04:00
Thomas Osmonson
e506cf3b5f fix: remove unused const 2021-07-26 11:23:45 -04:00
Thomas Osmonson
3e55c94d1b fix: remove console.log 2021-07-26 11:23:45 -04:00
kyranjamie
1cd9612833 fix: broken types following diverged network config changes 2021-07-26 11:23:45 -04:00
Asim Mehmood
1dab3a9d17 fix: fixed lint issue 2021-07-26 11:23:45 -04:00
Asim Mehmood
62709aa5b6 fix: removeread only and add private field to prevent run time assignment 2021-07-26 11:23:45 -04:00
Asim Mehmood
5d8cf6d366 fix: BREAKING CHANGE: make coreApiUrl readonly for stacks network and initialize in constructor 2021-07-26 11:23:35 -04:00
Alexander Graebe
f572477ca0 feat: add regtest to list of available networks
fixes #1041
2021-06-28 10:27:07 -07:00
AhsanJavaid
8cc69df21b fix: fix stx balance command crash if address not valid 2021-06-28 12:35:58 -04:00
kyranjamie
4ce29cb465 chore: fix more lint errors 2021-06-23 11:32:02 -05:00
Rafael Sobral
d62b6b67f3 fix network selection for local network. contract deploy was broken 2021-06-22 09:11:12 -04:00
Rafael Sobral
dc419c1661 local net and config fix 2021-06-22 09:11:12 -04:00
kyranjamie
a87eb34373 chore: upgrade ci to node 16 2021-06-21 15:27:08 +02:00
kyranjamie
69a132362a chore: upgrade org eslint, prettier configs 2021-06-21 15:27:08 +02:00
AhsanJavaid
6f4f8fa67e fix: fix optional argument encoding and update test cases in bns transferName, renewName calls 2021-06-14 13:10:56 -04:00
Reed Rosenbluth
4942504417 v2.0.0-beta.1 v2.0.0-beta.1 2021-06-04 13:44:33 -04:00
pradel
983f7de4ad fix 2021-06-04 09:00:23 -06:00
pradel
a0f882b339 fix test 2021-06-04 09:00:23 -06:00
pradel
1b62623dfd fix build step 2021-06-04 09:00:23 -06:00
pradel
ffd0bcc813 Update package-lock.json 2021-06-04 09:00:23 -06:00
pradel
598ce158e5 fix: make lookupProfile work with newest stacks API 2021-06-04 09:00:23 -06:00
Matthew Little
da68307499 feat: allow nested concrete ClarityValue types to be specified 2021-06-03 17:47:38 +02:00
Reed Rosenbluth
7b6ceb33c8 style: prettier 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
db214d6528 docs: add to AnchorMode doc comment 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
db7c19d2b6 tests: update bns and stacking tests 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
e284b505eb style: prettier 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
a633564650 docs: update readmes with info about default anchormode 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
c636819ae2 fix: updated downstream dependencies 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
768cc57ddf feat: remove default anchormode from tx builders 2021-06-01 11:13:59 -04:00
Reed Rosenbluth
6d58c42733 v2.0.0-beta.0 v2.0.0-beta.0 2021-05-17 17:02:47 -04:00
Matthew Little
cb06f12ea2 feat: support parsing btc address from a Clarity tuple value 2021-05-17 22:53:25 +02:00