-
Notifications
You must be signed in to change notification settings - Fork 152
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
Jul 25, 2024
1 parent
b759eba
commit 938b773
Showing
31 changed files
with
70 additions
and
70 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.19.1", | ||
"version": "1.19.2", | ||
"description": "Data fetcher and mappings executor for EVM-based chains", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/fuel-dump", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Data archiving tool for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/fuel-data": "^1.1.0", | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.3.0" | ||
"@subsquid/util-internal-dump-cli": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.14", | ||
|
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/fuel-ingest", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Data fetcher and normalizer for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/fuel-data": "^1.1.0", | ||
"@subsquid/fuel-normalization": "^1.1.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-ingest-cli": "^0.1.0", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
}, | ||
"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/graphql-server", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "GraphQL server for squid project", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -24,7 +24,7 @@ | |
"@graphql-tools/merge": "^9.0.1", | ||
"@graphql-tools/utils": "^10.0.11", | ||
"@graphql-tools/schema": "^10.0.2", | ||
"@subsquid/openreader": "^4.6.0", | ||
"@subsquid/openreader": "^5.0.0", | ||
"@subsquid/typeorm-config": "^4.1.1", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/util-internal": "^3.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
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/solana-dump", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Data archiving tool for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/solana-rpc": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.3.0" | ||
"@subsquid/util-internal-dump-cli": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.14", | ||
|
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/solana-ingest", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Data fetcher and normalizer for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/solana-normalization": "^0.0.1", | ||
"@subsquid/solana-rpc-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-ingest-cli": "^0.1.0", | ||
"@subsquid/util-internal-json": "^1.2.3", | ||
"@subsquid/util-internal-validation": "^0.5.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,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/solana-objects", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Augmented Solana data model", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,10 +19,10 @@ | |
"@subsquid/util-internal": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/solana-stream": "^0.0.1" | ||
"@subsquid/solana-stream": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/solana-stream": "^0.0.1", | ||
"@subsquid/solana-stream": "^0.1.0", | ||
"@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/solana-stream", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Solana block data streamer", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/solana-typegen", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "CLI for generating typescript types for solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -33,7 +33,7 @@ | |
"@solanafm/explorer-kit-idls": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/solana-stream": "^0.0.1", | ||
"@subsquid/solana-stream": "^0.1.0", | ||
"@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/ink-abi", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Ink! ABI tools for squid framework", | ||
"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/substrate-data-raw", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "Raw RPC data fetcher for substrate based chains", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-data", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Data fetcher and parser for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/scale-codec": "^4.0.1", | ||
"@subsquid/substrate-data-raw": "^1.1.5", | ||
"@subsquid/substrate-data-raw": "^1.2.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-hex": "^1.2.2", | ||
"@subsquid/util-internal-ingest-tools": "^1.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.4.3", | ||
"version": "0.5.0", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,9 +18,9 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/substrate-data-raw": "^1.1.5", | ||
"@subsquid/substrate-data-raw": "^1.2.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.3.0", | ||
"@subsquid/util-internal-dump-cli": "^0.4.0", | ||
"@subsquid/util-internal-hex": "^1.2.2" | ||
}, | ||
"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,7 +1,7 @@ | ||
{ | ||
"name": "@subsquid/substrate-ingest", | ||
"description": "Data decoder and fetcher for substrate based chains", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -20,11 +20,11 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/substrate-data": "^4.1.0", | ||
"@subsquid/substrate-data-raw": "^1.1.5", | ||
"@subsquid/substrate-data": "^4.2.0", | ||
"@subsquid/substrate-data-raw": "^1.2.0", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-ingest-cli": "^0.1.0", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
}, | ||
"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-metadata-service", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "HTTP service to expose chain metadata from substrate-dump(1) archive", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -21,7 +21,7 @@ | |
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-commander": "^1.4.0", | ||
"@subsquid/util-internal-fs": "^0.1.2", | ||
"@subsquid/util-internal-fs": "^0.2.0", | ||
"@subsquid/util-internal-prometheus-server": "^1.3.0", | ||
"@subsquid/util-internal-http-server": "^2.0.0", | ||
"commander": "^11.1.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,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-processor", | ||
"version": "8.4.1", | ||
"version": "8.5.0", | ||
"description": "Data fetcher and mappings executor for substrate chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,8 +19,8 @@ | |
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/substrate-data": "^4.1.0", | ||
"@subsquid/substrate-data-raw": "^1.1.5", | ||
"@subsquid/substrate-data": "^4.2.0", | ||
"@subsquid/substrate-data-raw": "^1.2.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.2", | ||
"@subsquid/util-internal-hex": "^1.2.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
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
Oops, something went wrong.