Skip to content
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

[price_pusher] Sui pusher debugging messages #1544

Merged
merged 4 commits into from
May 4, 2024
Merged

Conversation

jayantk
Copy link
Contributor

@jayantk jayantk commented May 4, 2024

Something is going wrong in the coin merging logic, and it has something to do with the contents of this error. Print out more info so we can debug better.

Copy link

vercel bot commented May 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
example-oracle-amm ⬜️ Ignored (Inspect) Visit Preview May 4, 2024 0:47am
xc-admin-frontend ⬜️ Ignored (Inspect) Visit Preview May 4, 2024 0:47am

Object.values((e as any).data).forEach((lockedObjects: any) => {
lockedObjects.forEach((lockedObject: [string, number, string]) => {
lockedAddresses.add(lockedObject[0]);
});
});
// retry merging without the locked coins
i--;
*/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

something in this block above is what's throwing right now. I think it's ok to actually skip this entire batch of coins in the merging process though, so let's comment it out and see if that fixes the issue.

@jayantk jayantk merged commit 4966b95 into main May 4, 2024
5 checks passed
@jayantk jayantk deleted the sui_pusher_debug branch May 4, 2024 01:04
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.

2 participants