@rosen-bridge/bitcoin-scanner 0.2.2 → 1.0.0-8f3c7016

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @rosen-bridge/bitcoin-scanner
2
2
 
3
+ ## 1.0.0-8f3c7016
4
+
5
+ ### Major Changes
6
+
7
+ - Update AbstractExtractor interface; use `BlockInfo` in `processTransactions` and rename `initializeBoxes` to `initializeData`
8
+
9
+ ### Patch Changes
10
+
11
+ - Update dependencies
12
+ - @rosen-bridge/abstract-scanner@1.0.0-8f3c7016
13
+
3
14
  ## 0.2.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rosen-bridge/bitcoin-scanner",
3
- "version": "0.2.2",
3
+ "version": "1.0.0-8f3c7016",
4
4
  "description": "A Bitcoin blockchain scanner based on Esplora or Rpc Block Explorer API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "type-check": "tsc --noEmit"
29
29
  },
30
30
  "dependencies": {
31
- "@rosen-bridge/abstract-scanner": "^0.2.2",
31
+ "@rosen-bridge/abstract-scanner": "1.0.0-8f3c7016",
32
32
  "@rosen-bridge/scanner-interfaces": "^0.2.1",
33
33
  "@rosen-clients/rate-limited-axios": "^1.1.0"
34
34
  },