-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Calls only exists in Extended Block, the latest EVM DEX substreams v0.2.0 only uses Logs (not calls) to extract it's data.
Current way to implement :
/v1/evm/swaps
callerusestrx_fromwe don't have this concept on SVM, we could call it signer "the account signing the transaction"
senderusesusereventually should be renamed to user to align with SVM syntax
recipientusesusereventually this field should be dropped, no concept of recipient on SVM
When we want to introduce breaking changes in:
/v2/evm/swaps
- ✅ new field
signer(usestrx_from) ⚠️ renamedsendertouser- ❌ remove
recipientfield
The V2 would align more with SVM
Note: there could be other changes we introduce in V2 to align better with SVM swaps
Metadata
Metadata
Assignees
Labels
No labels