-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement tron-dump * implement tron-ingest * update interfaces * describe tron-dump target in Dockerfile * make tron-processor compilable * try to index tron usdt * decode tron log data * describe all entities fields * extract tron-data-raw from tron-dumper * make tron-dump dependant on tron-data-raw * make tron-ingest to use tron-data-raw * extract interfaces into tron-data package * refactor tron-processor * configure dockerfile for tron-ingest * add prometheus metrics to tron-dump * add ts as a dependency * make transaction result optional * skip transaction info for a genesis block * update types * prepare tron stream * set finality confirmation to 0 * adjust tron-usdt test project * clean up artifacts * validate archive data * add changes * delete chain-status-service from Dockerfile * review adjustments * validate data from http api * update cancel_unfreezeV2_amount definition * handle empty block responses * fixes * rewrite tron-stream to tron-processor * adjust tron-usdt example * change data chunk naming pattern * add missing dependency to substrate-ingest * changes
- Loading branch information
Showing
70 changed files
with
5,964 additions
and
1,748 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
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/substrate-ingest/tron_2024-10-04-16-35.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/substrate-ingest", | ||
"comment": "add typescript to dev dependencies", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@subsquid/substrate-ingest" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/tron-data/tron_2024-09-25-13-23.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/tron-data", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@subsquid/tron-data" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/tron-dump/tron_2024-09-25-13-23.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/tron-dump", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@subsquid/tron-dump" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/tron-ingest/tron_2024-09-25-13-23.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/tron-ingest", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@subsquid/tron-ingest" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/tron-normalization/tron_2024-09-25-13-23.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/tron-normalization", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@subsquid/tron-normalization" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/tron-processor/tron_2024-10-04-16-35.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/tron-processor", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@subsquid/tron-processor" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/util-internal-archive-layout/tron_2024-10-04-16-11.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/util-internal-archive-layout", | ||
"comment": "make getShortHash use last bytes", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@subsquid/util-internal-archive-layout" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@subsquid/util-internal-dump-cli/tron_2024-10-04-16-11.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@subsquid/util-internal-dump-cli", | ||
"comment": "change data chunk naming pattern", | ||
"type": "major" | ||
} | ||
], | ||
"packageName": "@subsquid/util-internal-dump-cli" | ||
} |
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.