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

eth: add call to await a transaction on stellar bridge #144

Open
3 tasks
brandonpille opened this issue Jun 21, 2023 · 0 comments
Open
3 tasks

eth: add call to await a transaction on stellar bridge #144

brandonpille opened this issue Jun 21, 2023 · 0 comments
Milestone

Comments

@brandonpille
Copy link
Contributor

brandonpille commented Jun 21, 2023

The function bridge_to_eth (from the stellar client) allows you to convert TFT on stellar to TFT on ethereum. But this function returns once the transaction is submitted on stellar. After that the stellar-eth bridge has to recognize this transaction and act upon it: create a transaction on eth. We should add a function await_transaction_on_stellar_bridge in the ethereum client that waits until it recognizes the transaction from the bridge.

  • Implement function similar to the stellar client function await_transaction_on_eth_bridge
  • Fix documentation Convert TFT on Stellar to TFT on Tfchain under manual/src/v-clients/stellar)
  • Add the call in the threelang examples
@despiegk despiegk added this to the 1.1.0 milestone Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants