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

Aptos #33

Closed
wants to merge 11 commits into from
Closed

Aptos #33

wants to merge 11 commits into from

Conversation

guibescos
Copy link
Contributor

@guibescos guibescos commented Aug 2, 2023

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.

@vercel
Copy link

vercel bot commented Aug 2, 2023

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

Name Status Preview Comments Updated (UTC)
grant-program ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2023 7:57pm

identity: Identity::Aptos,
identity: Identity::Aptos {
address: AptosAddress(aptos_address),
},
},
Copy link
Contributor Author

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);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Drive-by cleanup

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