-
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
Apr 17, 2024
1 parent
6e955ca
commit dc48545
Showing
44 changed files
with
87 additions
and
87 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
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.0", | ||
"version": "0.0.1", | ||
"description": "Data archiving tool for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,10 +19,10 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/solana-rpc": "^0.0.0", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-dump-cli": "^0.0.1" | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.1.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.0", | ||
"version": "0.0.1", | ||
"description": "Data fetcher and normalizer for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -21,8 +21,8 @@ | |
"dependencies": { | ||
"@subsquid/solana-normalization": "^0.0.0", | ||
"@subsquid/solana-rpc-data": "^0.0.0", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@subsquid/util-internal-json": "^1.2.3", | ||
"@subsquid/util-internal-validation": "^0.4.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
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/substrate-dump", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,8 +19,8 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/substrate-data-raw": "^1.1.2", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-dump-cli": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.1.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.1", | ||
"version": "3.6.2", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -19,12 +19,12 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/substrate-data": "^4.0.4", | ||
"@subsquid/substrate-data-raw": "^1.1.2", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@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
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
Oops, something went wrong.