-
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
Oct 19, 2023
1 parent
a7804f2
commit 054a58d
Showing
19 changed files
with
40 additions
and
40 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
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/substrate-data-raw", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "Raw 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": "3.0.0", | ||
"version": "3.0.1", | ||
"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.0", | ||
"@subsquid/substrate-data-raw": "^0.0.3", | ||
"@subsquid/substrate-data-raw": "^0.1.0", | ||
"@subsquid/util-internal": "^2.5.2", | ||
"@subsquid/util-internal-hex": "^1.2.1", | ||
"@subsquid/util-internal-ingest-tools": "^0.0.2", | ||
|
@@ -28,11 +28,11 @@ | |
}, | ||
"peerDependencies": { | ||
"@subsquid/rpc-client": "^4.4.2", | ||
"@subsquid/substrate-runtime": "^1.0.0" | ||
"@subsquid/substrate-runtime": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/rpc-client": "^4.4.2", | ||
"@subsquid/substrate-runtime": "^1.0.0", | ||
"@subsquid/substrate-runtime": "^1.0.1", | ||
"@types/node": "^18.18.0", | ||
"typescript": "~5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-dump", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -20,7 +20,7 @@ | |
"dependencies": { | ||
"@subsquid/logger": "^1.3.1", | ||
"@subsquid/rpc-client": "^4.4.2", | ||
"@subsquid/substrate-data-raw": "^0.0.3", | ||
"@subsquid/substrate-data-raw": "^0.1.0", | ||
"@subsquid/util-internal": "^2.5.2", | ||
"@subsquid/util-internal-archive-layout": "^0.1.0", | ||
"@subsquid/util-internal-commander": "^1.3.1", | ||
|
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.4.4", | ||
"version": "3.4.5", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -21,9 +21,9 @@ | |
"dependencies": { | ||
"@subsquid/logger": "^1.3.1", | ||
"@subsquid/rpc-client": "^4.4.2", | ||
"@subsquid/substrate-data": "^3.0.0", | ||
"@subsquid/substrate-data-raw": "^0.0.3", | ||
"@subsquid/substrate-runtime": "^1.0.0", | ||
"@subsquid/substrate-data": "^3.0.1", | ||
"@subsquid/substrate-data-raw": "^0.1.0", | ||
"@subsquid/substrate-runtime": "^1.0.1", | ||
"@subsquid/util-internal": "^2.5.2", | ||
"@subsquid/util-internal-archive-layout": "^0.1.0", | ||
"@subsquid/util-internal-commander": "^1.3.1", | ||
|
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": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Data fetcher and mappings executor for substrate chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,19 +19,19 @@ | |
"@subsquid/http-client": "^1.3.1", | ||
"@subsquid/logger": "^1.3.1", | ||
"@subsquid/rpc-client": "^4.4.2", | ||
"@subsquid/substrate-data": "^3.0.0", | ||
"@subsquid/substrate-data-raw": "^0.0.3", | ||
"@subsquid/substrate-data": "^3.0.1", | ||
"@subsquid/substrate-data-raw": "^0.1.0", | ||
"@subsquid/util-internal": "^2.5.2", | ||
"@subsquid/util-internal-archive-client": "^0.0.1", | ||
"@subsquid/util-internal-hex": "^1.2.1", | ||
"@subsquid/util-internal-json": "^1.2.1", | ||
"@subsquid/util-internal-processor-tools": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.0" | ||
"@subsquid/substrate-runtime": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.0", | ||
"@subsquid/substrate-runtime": "^1.0.1", | ||
"@types/node": "^18.18.0", | ||
"typescript": "~5.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-runtime", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Encoding/decoding/metadata tools 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
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/typeorm-store", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "TypeORM based storage for squid mappings", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|