You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dzmitry-lahoda
changed the title
feat(solana): manual instruction propagation to cross chain calls
feat(solana): manual instruction ls accounts propagation to cross chain calls
Nov 21, 2023
{
"svm": {
// all accounts from instuctions must be passed to client TX// ixs contain program ids, account and input data"instructions": [
"borsch of ix as in invoke",
"borsch of ix as in invoke",
...
]
// basicaly hook can do some extra work with without being contract for some reason and build ix on fly// fully json encoded"extra_accounts" : [ AccountMeta(R/W), AccountMeta,... ] //
}
}
so expected that relayer parses memo,
if memo is json and json has svm then it MUST be like above (same logic as in Osmssis).
instructions to be parsed for accounts and extra_accounts. all sorted set with proper R/W and passed as extra (after all accounts of ibc) to call.
Please document above spec or in code that it works - i mean please make above to be doc comment or MD file.
ComposableFi/emulated-light-client#111 (comment)
The text was updated successfully, but these errors were encountered: