-
Notifications
You must be signed in to change notification settings - Fork 4
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
Aptos #33
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
identity: Identity::Aptos, | ||
identity: Identity::Aptos { | ||
address: AptosAddress(aptos_address), | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means we have to update the javascript merkle tree test, I'll do that next
TestClaimCertificate::random_cosmos(&claimant), | ||
TestClaimCertificate::random_discord(), | ||
]; | ||
let mock_offchain_certificates = DispenserSimulator::generate_test_claim_certs(claimant); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drive-by cleanup
Support for aptos signatures. It's the first ecosystem that uses ed25519 that we support therefore we had to add support for checking the ed25519 instruction.