-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Feb 29, 2024
1 parent
ab7ab74
commit 6d81291
Showing
28 changed files
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-processor", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "Data fetcher and mappings executor for EVM-based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,14 +18,14 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/http-client": "^1.3.2", | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.6.0", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.1", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.0", | ||
"@subsquid/util-internal-processor-tools": "^4.0.1", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.1", | ||
"@subsquid/util-internal-processor-tools": "^4.0.2", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"@subsquid/util-internal-validation": "^0.3.0", | ||
"@subsquid/util-timeout": "^2.3.2" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-data-raw", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Raw RPC data fetcher for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,12 +17,12 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.0", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.1", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"@subsquid/util-timeout": "^2.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-data", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Data fetcher and parser for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,11 +17,11 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/scale-codec": "^4.0.1", | ||
"@subsquid/substrate-data-raw": "^1.1.0", | ||
"@subsquid/substrate-data-raw": "^1.1.1", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.0", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.1", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"@subsquid/util-xxhash": "^1.2.2", | ||
"@substrate/calc": "^0.2.8", | ||
"blake2b": "^2.1.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-dump", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,17 +18,17 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.6.0", | ||
"@subsquid/substrate-data-raw": "^1.1.0", | ||
"@subsquid/substrate-data-raw": "^1.1.1", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-archive-layout": "^0.1.1", | ||
"@subsquid/util-internal-archive-layout": "^0.1.2", | ||
"@subsquid/util-internal-commander": "^1.3.2", | ||
"@subsquid/util-internal-counters": "^1.3.2", | ||
"@subsquid/util-internal-fs": "^0.1.2", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-prometheus-server": "^1.2.2", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"commander": "^11.1.0", | ||
"prom-client": "^14.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@subsquid/substrate-ingest", | ||
"description": "Data decoder and fetcher for substrate based chains", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -19,20 +19,20 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.6.0", | ||
"@subsquid/substrate-data": "^4.0.1", | ||
"@subsquid/substrate-data-raw": "^1.1.0", | ||
"@subsquid/substrate-data": "^4.0.2", | ||
"@subsquid/substrate-data-raw": "^1.1.1", | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-archive-layout": "^0.1.1", | ||
"@subsquid/util-internal-archive-layout": "^0.1.2", | ||
"@subsquid/util-internal-commander": "^1.3.2", | ||
"@subsquid/util-internal-counters": "^1.3.2", | ||
"@subsquid/util-internal-fs": "^0.1.2", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-http-server": "^1.2.2", | ||
"@subsquid/util-internal-json": "^1.2.2", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"commander": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-processor", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"description": "Data fetcher and mappings executor for substrate chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,17 +17,17 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/http-client": "^1.3.2", | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.6.0", | ||
"@subsquid/substrate-data": "^4.0.1", | ||
"@subsquid/substrate-data-raw": "^1.1.0", | ||
"@subsquid/substrate-data": "^4.0.2", | ||
"@subsquid/substrate-data-raw": "^1.1.1", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.1", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.1", | ||
"@subsquid/util-internal-json": "^1.2.2", | ||
"@subsquid/util-internal-processor-tools": "^4.0.1", | ||
"@subsquid/util-internal-range": "^0.1.0", | ||
"@subsquid/util-internal-processor-tools": "^4.0.2", | ||
"@subsquid/util-internal-range": "^0.2.0", | ||
"@subsquid/util-internal-validation": "~0.3.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/logger", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Lightweight library for structured logging", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/util-internal-archive-client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "ArrowSquid archive API", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,11 +17,11 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-range": "^0.1.0" | ||
"@subsquid/util-internal-range": "^0.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/http-client": "^1.3.2", | ||
"@subsquid/logger": "^1.3.2" | ||
"@subsquid/logger": "^1.3.3" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@subsquid/logger": { | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"devDependencies": { | ||
"@subsquid/http-client": "^1.3.2", | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@types/node": "^18.18.14", | ||
"typescript": "~5.3.2" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/util-internal-archive-layout", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Utilities for Subsquid Archive filesystem layout", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,7 +18,7 @@ | |
"dependencies": { | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-range": "^0.1.0" | ||
"@subsquid/util-internal-range": "^0.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/util-internal-fs": "^0.1.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/util-internal-ingest-tools", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Common tools for data fetching", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,20 +16,20 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/logger": "^1.3.2", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/util-internal": "^3.0.0", | ||
"@subsquid/util-internal-range": "^0.1.0" | ||
"@subsquid/util-internal-range": "^0.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/util-internal-archive-client": "^0.1.0" | ||
"@subsquid/util-internal-archive-client": "^0.1.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@subsquid/util-internal-archive-client": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
"@subsquid/util-internal-archive-client": "^0.1.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.1", | ||
"@types/node": "^18.18.14", | ||
"typescript": "~5.3.2" | ||
} | ||
|
Oops, something went wrong.