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

Merged
merged 2 commits into from
Oct 2, 2024

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
@pleasew8t pleasew8t marked this pull request as ready for review October 2, 2024 09:35
@pleasew8t pleasew8t merged commit e3aa29b into johnsaigle:transfer-verifier Oct 2, 2024
20 of 24 checks passed
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