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

Sign transactions in relayer binary #51

Open
hai-kreate opened this issue Jul 20, 2023 · 1 comment
Open

Sign transactions in relayer binary #51

hai-kreate opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hai-kreate
Copy link
Contributor

hai-kreate commented Jul 20, 2023

Description

Currently, we're passing the relayer's private key to the RPC service to build transactions, which is not ideal unless we enforce each relayer to run its own RPC, which is fine at least during this MVP phase.

A better scoped flow would be for the RPC to return the unsigned tx for the relayer to sign locally, then broadcast directly or via the RPC.

Tasks

Related Issues

@hai-kreate hai-kreate added the enhancement New feature or request label Jul 20, 2023
@serejke serejke mentioned this issue Jul 28, 2023
5 tasks
@serejke serejke added this to the Technical debt EVM <-> Cardano milestone Aug 2, 2023
@serejke
Copy link
Contributor

serejke commented Aug 3, 2023

What signature scheme is used to sign Cardano transactions?

What remote signers (AWS KMS) can be used? KMS does not support Ed25519 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants