ibcswap
ibcswap copied to clipboard
Atomic Demo Implementation
We need to implement a demo, following the spec https://github.com/liangping/ibc/tree/atomic-swap/spec/app/ics-100-atomic-swap
Tasks:
- [x] Create .proto file according the definitions in ics-100-atomic-swap.
- [x] Generate go files from proto using
buf - [x] Implement IBC Atomic Swap module and unit tests
- [x] Using ibctest for module functional tests
- [x] Integrate Atomic module to Simapp
- [ ] make a docker image for ibctest e2e test and upload to github.
- [ ] done e2e test.
Here is main task to do that. we can create separate issue for each of these tasks.