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

Submit Ethereum transaction integration test #663

Closed
HCastano opened this issue Mar 7, 2024 · 1 comment
Closed

Submit Ethereum transaction integration test #663

HCastano opened this issue Mar 7, 2024 · 1 comment

Comments

@HCastano
Copy link
Collaborator

HCastano commented Mar 7, 2024

The SDK team is currently trying to use Entropy to produce a signature that they can use
to submit a transaction to Ethereum.

We should have a similar check on our end in order to ensure that the Core code works as
expected without the mystery that is Javascript.

While I put this as an integration test in the issue title, we can also just have this as
a small script for now to at least prove that it works.

Example flow would be:

  • Craft an Ethereum transaction which performs a balance transfer
  • Submit a signature request to Entropy using this unsigned transaction as the message
  • Submit signed transaction to an Ethereum testnet

A useful library for this would be ethers-rs.

@HCastano
Copy link
Collaborator Author

HCastano commented Sep 9, 2024

Actually submitting to an ETH testnet makes things kinda tricky and we don't really want to have this as part of our CI. Just setting up the transaction as was done in #664 is enough.

@HCastano HCastano closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant