This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change toggle question * Import wallet and networks from tdex-sdk * Create swap request comand * Create trade command * Add trade command to commander * Add flags * Rename module * Add helper for datadir * Add method for writing/reading binary and parsing a swap request * Use helper method * Always save to file and print to stdout if needed * Add reading/writing to file to accept and complete actions * Remove useless methods * Fix request swap command and add flags to accept and complete * Push transaction if needed * Remove google-protobuf from deps * Update lockfile * Remove datadir and add fileExists helpers * Use current directory for default and check for valid path istead of asbolute * Add --file flag to specify different file from default one * Promisify writeBinary * Add buy order * Fix typo * Add buy order to swap request * Add use of tickers to wallet balance * Fix swap request toggle message * Add command description and fix order * Fix typo * Update readme * Update yarn.lock to pull latest liquidjs and ignore .bin files from git * Check file existance * Log errors in swap complete * Check valid amount * Update deps Co-authored-by: Marco Argentieri <marco@vulpem.com>
- Loading branch information
Showing
15 changed files
with
578 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
##STate | ||
# Bin files | ||
*.bin | ||
##State | ||
state.json | ||
dist | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.