Skip to content

Commit

Permalink
Merge pull request #7 from bitcoinerlab/extendedHistory
Browse files Browse the repository at this point in the history
Release: v1.1.0 - Extended Transaction History with Spent Outputs and Attributions
  • Loading branch information
landabaso authored May 30, 2024
2 parents 23f60a0 + c6bddda commit b638126
Show file tree
Hide file tree
Showing 7 changed files with 619 additions and 229 deletions.
110 changes: 62 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bitcoinerlab/discovery",
"description": "A TypeScript library for retrieving Bitcoin funds from ranged descriptors, leveraging @bitcoinerlab/explorer for standardized access to multiple blockchain explorers.",
"homepage": "https://github.com/bitcoinerlab/discovery",
"version": "1.0.4",
"version": "1.1.0",
"author": "Jose-Luis Landabaso",
"license": "MIT",
"prettier": "@bitcoinerlab/configs/prettierConfig.json",
Expand Down Expand Up @@ -43,11 +43,11 @@
"dist"
],
"dependencies": {
"@bitcoinerlab/descriptors": "^2.0.1",
"@bitcoinerlab/explorer": "^0.1.2",
"@bitcoinerlab/secp256k1": "^1.0.5",
"@bitcoinerlab/descriptors": "^2.1.0",
"@bitcoinerlab/explorer": "^0.1.3",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@types/memoizee": "^0.4.8",
"bitcoinjs-lib": "^6.1.3",
"bitcoinjs-lib": "^6.1.5",
"immer": "^9.0.21",
"lodash.clonedeep": "^4.5.0",
"memoizee": "^0.4.15",
Expand Down
Loading

0 comments on commit b638126

Please sign in to comment.