-
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
May 7, 2024
1 parent
1a42c48
commit 97256e0
Showing
40 changed files
with
100 additions
and
100 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-abi", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "EVM ABI encoding and decoding helpers", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -26,4 +26,4 @@ | |
"viem": "^2.8.14", | ||
"vitest": "^1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
"viem": "^2.8.14", | ||
"vitest": "^1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-processor", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "Data fetcher and mappings executor for EVM-based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -26,7 +26,7 @@ | |
"@subsquid/util-internal-ingest-tools": "^1.1.2", | ||
"@subsquid/util-internal-processor-tools": "^4.1.1", | ||
"@subsquid/util-internal-range": "^0.3.0", | ||
"@subsquid/util-internal-validation": "^0.4.0", | ||
"@subsquid/util-internal-validation": "^0.5.0", | ||
"@subsquid/util-timeout": "^2.3.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,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-typegen", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "CLI for generating typescript types and decode implementations for evm logs", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -25,7 +25,7 @@ | |
"@subsquid/util-internal-code-printer": "^1.2.2", | ||
"@subsquid/util-internal-commander": "^1.4.0", | ||
"@subsquid/evm-codec": "^0.0.0", | ||
"@subsquid/evm-abi": "^0.0.0", | ||
"@subsquid/evm-abi": "^0.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/fuel-data", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Fuel data definition and fetching", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -21,7 +21,7 @@ | |
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.2", | ||
"@subsquid/util-internal-range": "^0.3.0", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/http-client": "^1.4.0" | ||
|
@@ -30,4 +30,4 @@ | |
"@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/fuel-dump", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Data archiving tool for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,13 +19,13 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/fuel-data": "^0.0.0", | ||
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.1.0" | ||
"@subsquid/util-internal-dump-cli": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@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/fuel-ingest", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Data fetcher and normalizer for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,8 +19,8 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/fuel-data": "^0.0.0", | ||
"@subsquid/fuel-normalization": "^0.0.0", | ||
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/fuel-normalization": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
|
@@ -29,4 +29,4 @@ | |
"@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/fuel-normalization", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Fuel data model", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,15 +16,15 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/fuel-data": "^0.0.0", | ||
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.2", | ||
"@subsquid/util-internal-range": "^0.3.0", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@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/fuel-objects", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Augmented Fuel data model", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,14 +16,14 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/fuel-data": "^0.0.0", | ||
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/fuel-stream": "^0.0.0" | ||
"@subsquid/fuel-stream": "^0.0.1" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/fuel-stream": "^0.0.0", | ||
"@subsquid/fuel-stream": "^0.0.1", | ||
"@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/fuel-stream", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Fuel block data streamer", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -18,17 +18,17 @@ | |
"dependencies": { | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/fuel-normalization": "^0.0.0", | ||
"@subsquid/fuel-data": "^0.0.0", | ||
"@subsquid/fuel-normalization": "^0.0.1", | ||
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-archive-client": "^0.1.2", | ||
"@subsquid/util-internal-ingest-tools": "^1.1.2", | ||
"@subsquid/util-internal-processor-tools": "^4.1.1", | ||
"@subsquid/util-internal-range": "^0.3.0", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@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/graphql-server", | ||
"version": "4.5.1", | ||
"version": "4.6.0", | ||
"description": "GraphQL server for squid project", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -24,8 +24,8 @@ | |
"@graphql-tools/merge": "^9.0.1", | ||
"@graphql-tools/utils": "^10.0.11", | ||
"@graphql-tools/schema": "^10.0.2", | ||
"@subsquid/openreader": "^4.5.1", | ||
"@subsquid/typeorm-config": "^4.1.0", | ||
"@subsquid/openreader": "^4.6.0", | ||
"@subsquid/typeorm-config": "^4.1.1", | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-commander": "^1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/borsh", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Borsh encoder/decoder", | ||
"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-dump", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Data archiving tool for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -20,9 +20,9 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/solana-rpc": "^0.0.0", | ||
"@subsquid/solana-rpc": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.1.0" | ||
"@subsquid/util-internal-dump-cli": "^0.2.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.1", | ||
"version": "0.0.2", | ||
"description": "Data fetcher and normalizer for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,12 +19,12 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/solana-normalization": "^0.0.0", | ||
"@subsquid/solana-rpc-data": "^0.0.0", | ||
"@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.2", | ||
"@subsquid/util-internal-json": "^1.2.3", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.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-normalization", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Solana data model", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,9 +16,9 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/solana-rpc-data": "^0.0.0", | ||
"@subsquid/solana-rpc-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.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/solana-objects", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"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.0" | ||
"@subsquid/solana-stream": "^0.0.1" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/solana-stream": "^0.0.0", | ||
"@subsquid/solana-stream": "^0.0.1", | ||
"@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-rpc-data", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Solana RPC data definitions", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,10 +16,10 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/util-internal-validation": "^0.4.0", | ||
"@subsquid/util-internal-validation": "^0.5.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-rpc", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Solana RPC data ingestion tools", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,10 +17,10 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/solana-rpc-data": "^0.0.0", | ||
"@subsquid/solana-rpc-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-range": "^0.3.0", | ||
"@subsquid/util-internal-validation": "^0.4.0" | ||
"@subsquid/util-internal-validation": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/rpc-client": "^4.9.0" | ||
|
Oops, something went wrong.