Skip to content

Commit

Permalink
feat!: typescript and v1 (#95)
Browse files Browse the repository at this point in the history
* chore: create changes for draft PR

* chore: test private function example

* util.test.ts

* chore: block_explorer and braid

* chore: through networks

* transaction

* chore: through p2sh

* signatures

* signatures

* script

* chore: through p2wsh

* psbtv2 test

* chore: through paths

* psbt

* psbt test

* chore: braid test fix

* chore: fix multisig and paths tests

* chore: fix tests for multisig

* chore: fix psbtv2

* chore: better type exports

* Revert "chore: better type exports"

This reverts commit d3571da.

* chore: explicit type definition file

* chore: enumify Networks and jsdoc gone

* chore: networks to network

* feat!: typescript ready for release

* chore: upgrade functions to use Network enum

* chore: remove inputs template literals without interpolation

* chore: fix comment typo

Co-authored-by: buck <[email protected]>

---------

Co-authored-by: nk1tz <[email protected]>
Co-authored-by: buck <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2023
1 parent b148d4b commit c5abea1
Show file tree
Hide file tree
Showing 58 changed files with 2,102 additions and 3,027 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@
"error",
"never"
],
"valid-jsdoc": "error",
"vars-on-top": "off",
"wrap-iife": "error",
"wrap-regex": "error",
Expand Down
Loading

0 comments on commit c5abea1

Please sign in to comment.