abstract
abstract copied to clipboard
Improve the abstract ibc developer experience
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.