forked from subquery/subql
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix converting dict block to eth block, add tests #265
Merged
Conversation
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
Coverage reportCaution Test run failed
Test suite run failedFailed tests: 3/73. Failed suites: 4/14.
Report generated by 🧪jest coverage report action from 17a88fa |
jiqiang90
approved these changes
Mar 21, 2024
09973bd
into
dictionary-v2-poc-generalization
1 of 2 checks passed
stwiname
added a commit
that referenced
this pull request
Mar 21, 2024
* move node-core * working but need tidy up poc with indexing tidy up * use EnqueueBlock * draft * Update packages/node-core/src/indexer/blockDispatcher/block-dispatcher.ts Co-authored-by: Scott Twiname <[email protected]> * draft * generalization draft * tidy up * Fix runtime issue * working * rename update before fix types fix types tidy up * update interface * fix v1 tests * update tests * update interface and tests * fix test and change enqueue type * fix modulo and bypass blocks * tidy up * tidy up and more fixes * Update packages/node-core/src/indexer/blockDispatcher/worker-block-dispatcher.ts Co-authored-by: Scott Twiname <[email protected]> * Update packages/node-core/src/indexer/blockDispatcher/worker-block-dispatcher.ts Co-authored-by: Scott Twiname <[email protected]> * Fix part 1 * Fix part 2 * Update packages/node/src/indexer/dictionary/v2/ethDictionaryV2.ts Co-authored-by: Scott Twiname <[email protected]> * Update packages/node/src/indexer/dictionary/v2/types.ts Co-authored-by: Scott Twiname <[email protected]> * Update packages/node/src/indexer/dictionary/v2/ethDictionaryV2.ts Co-authored-by: Scott Twiname <[email protected]> * Fix part 3 * Fix part 4 * Fix part 5 * Fix worker fetching * Add feature disable dictionary, timeout inspection query * private getDictionary * Fix part 6 * Fix update v2 metadata when getData * other fixes * other fixes * remove node-core, update dependencies * update * remove FAT * fix formatter * Update packages/node/src/ethereum/utils.ethereum.ts Co-authored-by: Scott Twiname <[email protected]> * tidy up * fix isFullBlock * fix node-core version * Update packages/node/src/indexer/dictionary/v2/ethDictionaryV2.ts Co-authored-by: Scott Twiname <[email protected]> * Update packages/node/src/indexer/dictionary/v1/ethDictionaryV1.ts Co-authored-by: Scott Twiname <[email protected]> * Fix1 * tests * Fix2 * tidy up * fix dependencies * fix dependencies * fix tests * Fix converting dict block to eth block, add tests (#265) * Fix converting dict block to eth block, add tests * Fix tx being empty --------- Co-authored-by: Scott Twiname <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.