-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(mina-consensus.ts): remove unused function findAllIndexes to…
… improve code cleanliness refactor(actions-service.ts): rename deriveActionsFromBlocks to blocksToActions for better clarity refactor(events-service.ts): rename deriveEventsFromBlocks to blocksToEvents for better clarity refactor(utils.ts): move findAllIndexes function from mina-consensus.ts to utils.ts as it's being used there refactor(types.ts): rename FieldElementIdWithValueMap to FieldIdValuePairs for better clarity refactor(types.ts): add detailed comments to ArchiveNodeDatabaseRow type for better understanding refactor(tsconfig.json): include scripts/run-compare.ts in tsconfig for TypeScript compilation refactor(queries.ts): remove unused fields from SQL queries to improve performance refactor(utils.ts): refactor partitionBlocks and removeRedundantEmittedFields functions for better readability and performance refactor(actions-service.ts): refactor getActionData function for better readability and performance refactor(events-service.ts): refactor getEventData function for better readability and performance
- Loading branch information
1 parent
3ce60ac
commit 368d685
Showing
7 changed files
with
193 additions
and
125 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
Oops, something went wrong.