abstract icon indicating copy to clipboard operation
abstract copied to clipboard

Improve the abstract ibc developer experience

Open Buckram123 opened this issue 9 months ago • 1 comments

Depends on https://github.com/AbstractSDK/cw-orch-interchain/pull/34

This PR aims to improve developer experience that use ibc functionality of Abstract.

To cover functionality I created ping-pong application from scratch and use as much available functionality as possible, same with tests of the application and try to clean up anything in the way.

The app is really simple, you call ping_pong with amount of pongs and host_chain and it will spam ibc module to module calls between host_chain and current chain until fail or pongs goes to 0 on one of the sides

For more information on what have been done see ABS-407

TBD:

  • [ ] Use ibc query to see how clean is devx
  • [ ] List of remote accounts on abstract_client

Checklist

  • [ ] CI is green.
  • [ ] Changelog updated.

Buckram123 avatar May 22 '24 09:05 Buckram123