-
Notifications
You must be signed in to change notification settings - Fork 17
new FACT algorithm version #552
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
base: hotfix-rc
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
mhanson-github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Been testing today. Pretty good.
PR Type
Enhancement
Description
Introduces FACT v2 algorithm for improved transaction communication.
Adds extensive debug logging for FACT algorithm operations.
Refactors sender/receiver group calculation for FACT v2.
Updates configuration and type definitions for FACT v2 support.
Changes walkthrough 📝
TransactionQueue.ts
FACT v2 algorithm integration and enhanced debuggingsrc/state-manager/TransactionQueue.ts
transactions.
shardus-types.ts
Update type definitions for FACT v2 supportsrc/shardus/shardus-types.ts
factv2property toServerConfigurationinterface.index.ts
Add FACT algorithm logging flagsrc/logger/index.ts
factflag toLogFlagsfor FACT algorithm logging.fact: false.fastAggregatedCorrespondingTell.ts
Update corresponding node logic for FACT v2src/utils/fastAggregatedCorrespondingTell.ts
getCorrespondingNodesto support FACT v2 logic.v2parameter for FACT v2 compatibility.verifyCorrespondingSenderis not used in FACT v2.server.ts
Add FACT v2 configuration flagsrc/config/server.ts
factv2configuration flag to enable FACT v2 algorithm.