Closed marijanp closed 2 years ago
@epiro-ps I know I'm working on the merge conflicts. But could you review non-runtime related code in the meantime?
What's the purpose of
offchain/danaswap-cli/fixtures/plutip/jsons
? It's currently empty save a .gitkeep.
@EvanPiro
AFAIU It's a directory where plutip wallets are created, git doesn't track empty directories so putting a .gitkeep
is a common trick to get git to keep track of directories that would otherwise be empty.
This PR introduces the intitial implementation for
danaswap-cli
along with the refactoring of common utils intoctl-utils
. Follow up tasks #24 #25 other changesnix run .#offchain:test
were run and all are passing.