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

dev: app full flow of MVP #51

Merged
merged 4 commits into from
Jul 11, 2024
Merged

Conversation

qhccthanh
Copy link
Collaborator

No description provided.

@@ -44,7 +45,8 @@ class ClaimManager {
index: Int32(claimant.index),
commitmentRoot: item.commitment.commitmentRoot,
siblings: siblings,
path: proofUrl.filePath)
path: proofUrl.filePath,
ethAddr: WalletService.shared.currentWallet.addr.data(using: .utf8)!)
Copy link
Collaborator

Choose a reason for hiding this comment

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

is currentWallet.addr encoded in hex or utf8? Normally addresses are represented in Hex in ETH right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Nice find! Fixed

@zpiao1
Copy link
Collaborator

zpiao1 commented Jul 11, 2024

LTGM

@qhccthanh qhccthanh merged commit feb1b3e into dev Jul 11, 2024
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