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
This should likely have its own module for governance transactions.
We need to create a override the IBC transaction type on Ojo which allows ojo to pass information from the KV store directly to axelar's GMP. Here are the docs for Cosmos -> EVM GMP.
This transaction should:
Take price info from Ojo's KV store and submit it as metadata to the GMP caller.
Be trustless - anyone can execute this transaction safely.
There's one issue with this method - anyone can do these IBC transfers without a wrapper, and axelar can't verify the data passed along belongs to Ojo.
We need to override the IBC transfer functionality to query for oracle data when using axelar's GMP.
Using this, we might actually be able to do an implementation where the customer only performs relaying txs against the EVM chain. The message would go from EVM -> Ojo -> EVM
This should likely have its own module for governance transactions.
We need to create a override the IBC transaction type on Ojo which allows ojo to pass information from the KV store directly to axelar's GMP.
Here are the docs for Cosmos -> EVM GMP.
This transaction should:
Here is the current branch: ojo-network/ojo#304
Here are the rest of the TODOs after this branch is merged in:
The text was updated successfully, but these errors were encountered: