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

First attempt at Sui transfer verification. #2

Draft
wants to merge 2 commits into
base: transfer-verifier
Choose a base branch
from

Conversation

mdulin2
Copy link

@mdulin2 mdulin2 commented Sep 26, 2024

  • Pulls down all information about a PTB
  • Finds Wormhole Bridge transfers
  • Calculates the difference between the new and previous object versions for the balance differences
  • Compares the WH events with the balance differences

@mdulin2
Copy link
Author

mdulin2 commented Sep 26, 2024

This PR does not handle the edge case for simultaneous transfer in and out of the same token; further discussion is needed on this.

@mdulin2
Copy link
Author

mdulin2 commented Sep 26, 2024

I accidentally pushed the RPC URLs with the API keys in them. Just disabled the keys.

Maxwell Dulin and others added 2 commits September 26, 2024 15:42
* Pulls down all information about a PTB
* Finds Wormhole Bridge transfers
* Calculates the difference between the new and previous object versions for the balance differences
* Compares the WH events with the balance differences
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