-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
S-needs-triageRequires initial triage or categorizationRequires initial triage or categorizationT-featureSuggests a new feature or enhancementSuggests a new feature or enhancementcla: allowlist
Description
Describe the feature
I've reviewed the early efforts of the Stellar relayer and I can see payment
operations are the only ones currently supported:
openzeppelin-relayer/src/models/transaction/stellar_types.rs
Lines 114 to 120 in 9e2c44c
pub enum OperationSpec { | |
Payment { | |
destination: String, | |
amount: i64, | |
asset: AssetSpec, | |
}, | |
} |
Q1: How will the payload look like for contract invocations?
Q2: Also, are you thinking of only supporting operations where the relayer is the signer? What if the client account needs to sign the transaction as well?
Additional context
Marcelo from SDF here 👋
Metadata
Metadata
Assignees
Labels
S-needs-triageRequires initial triage or categorizationRequires initial triage or categorizationT-featureSuggests a new feature or enhancementSuggests a new feature or enhancementcla: allowlist