-
Notifications
You must be signed in to change notification settings - Fork 15
restore global acc hash #279
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: dev
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Signed-off-by: Mehdi Sabraoui <[email protected]>
Signed-off-by: Mehdi Sabraoui <[email protected]>
Signed-off-by: Mehdi Sabraoui <[email protected]>
27b56f9
to
1a72e67
Compare
do security review |
🔍 Security Review ReportClick to expand security review details
Generated by argus-agent security review |
PR Type
Bug fix, Enhancement
Description
Add debug logs for account hash mismatches and global account restoration
Automatically fix and update mismatched global account hashes in DB
Improve logging for account data and global account report API endpoints
Refine error and debug output for better traceability
Changes walkthrough 📝
update_network_account_listOfChanges.ts
Add debug logs for listOfChanges length during update
scripts/update_network_account_listOfChanges.ts
API.ts
Add debug logs for account data and global account report APIs
src/API.ts
responses
State.ts
Refine error logging in cycle record comparison
src/State.ts
Collector.ts
Add debug logs for mismatched account hashes in receipts
src/Data/Collector.ts
GlobalAccount.ts
Auto-fix and log global account hash mismatches on load
src/GlobalAccount.ts