-
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:
|
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 debugging
src/state-manager/TransactionQueue.ts
transactions.
shardus-types.ts
Update type definitions for FACT v2 support
src/shardus/shardus-types.ts
factv2
property toServerConfiguration
interface.index.ts
Add FACT algorithm logging flag
src/logger/index.ts
fact
flag toLogFlags
for FACT algorithm logging.fact: false
.fastAggregatedCorrespondingTell.ts
Update corresponding node logic for FACT v2
src/utils/fastAggregatedCorrespondingTell.ts
getCorrespondingNodes
to support FACT v2 logic.v2
parameter for FACT v2 compatibility.verifyCorrespondingSender
is not used in FACT v2.server.ts
Add FACT v2 configuration flag
src/config/server.ts
factv2
configuration flag to enable FACT v2 algorithm.