-
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 9, 2024
1 parent
6d31748
commit a079f27
Showing
26 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.17.1", | ||
"version": "1.18.0", | ||
"description": "Data fetcher and mappings executor for EVM-based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,7 +19,7 @@ | |
"dependencies": { | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/util-internal": "^3.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/frontier", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "A set of tools to decode EVM transactions and logs coming from Frontier pallets", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,11 +19,11 @@ | |
"@subsquid/util-internal": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"ethers": "^6.9.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@types/node": "^18.18.14", | ||
"typescript": "~5.3.2", | ||
"ethers": "^6.9.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/ink-abi", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Ink! ABI tools for squid framework", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -23,10 +23,10 @@ | |
"ajv": "^8.12.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3" | ||
"@subsquid/substrate-runtime": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^18.18.14", | ||
"expect": "^29.7.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/ink-typegen", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Generates TypeScript API for decoding ink! events, messages and constructors", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -14,17 +14,17 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/ink-abi": "^3.0.2", | ||
"@subsquid/substrate-typegen": "^8.0.2", | ||
"@subsquid/ink-abi": "^3.0.3", | ||
"@subsquid/substrate-typegen": "^8.1.0", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-code-printer": "^1.2.2", | ||
"commander": "^11.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3" | ||
"@subsquid/substrate-runtime": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.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
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.3", | ||
"version": "4.0.4", | ||
"description": "Data fetcher and parser for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -27,12 +27,12 @@ | |
"blake2b": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/substrate-runtime": "^1.0.3" | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/substrate-runtime": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/substrate-runtime": "^2.0.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,7 +1,7 @@ | ||
{ | ||
"name": "@subsquid/substrate-ingest", | ||
"description": "Data decoder and fetcher for substrate based chains", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -19,10 +19,10 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/substrate-data": "^4.0.3", | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/substrate-data": "^4.0.4", | ||
"@subsquid/substrate-data-raw": "^1.1.2", | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.1", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
|
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.2", | ||
"version": "8.3.0", | ||
"description": "Data fetcher and mappings executor for substrate chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,8 +18,8 @@ | |
"dependencies": { | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.7.0", | ||
"@subsquid/substrate-data": "^4.0.3", | ||
"@subsquid/rpc-client": "^4.8.0", | ||
"@subsquid/substrate-data": "^4.0.4", | ||
"@subsquid/substrate-data-raw": "^1.1.2", | ||
"@subsquid/util-internal": "^3.1.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.2", | ||
|
@@ -31,10 +31,10 @@ | |
"@subsquid/util-internal-validation": "^0.4.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3" | ||
"@subsquid/substrate-runtime": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.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/substrate-runtime", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-typegen", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"description": "Generates TypeScript definitions for substrate events and calls", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -31,10 +31,10 @@ | |
"commander": "^11.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3" | ||
"@subsquid/substrate-runtime": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/substrate-runtime": "^1.0.3", | ||
"@subsquid/substrate-runtime": "^2.0.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
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.