Skip to content

WIP: Balances test#219

Closed
x3c41a wants to merge 5 commits into
account_translationfrom
balances_test
Closed

WIP: Balances test#219
x3c41a wants to merge 5 commits into
account_translationfrom
balances_test

Conversation

@x3c41a

@x3c41a x3c41a commented Sep 23, 2025

Copy link
Copy Markdown
Contributor

I took advantage of already implemented RCtoAHaccountTranslation, now dealing with post_check mismatches

// `Total balance mismatch for account ${accountId} between RC pre-migration and AH post-migration: ${rc_migrated_balance} - ${ah_migrated_balance} < ${ah_ed.toBigInt()}`
// );
if (rc_migrated_balance - ah_migrated_balance >= ah_ed.toBigInt()) {
balanceMismatches.set(accountId, {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not able to get to the root cause of 154 accounts (1 of them is CheckingAccount).
I'll pause this investigation for now

@x3c41a

x3c41a commented Nov 6, 2025

Copy link
Copy Markdown
Contributor Author

Not needed anymore. AHM is over

@x3c41a x3c41a closed this Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant