-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally print the json contract for a given trade id #4705
Commits on Oct 23, 2020
-
Block on tx-fee-request in core TakeOfferModel init
Added license comment too.
Configuration menu - View commit details
-
Copy full SHA for cb65de6 - Browse repository at this point
Copy the full SHA cb65de6View commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ab20225 - Browse repository at this point
Copy the full SHA ab20225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63cf436 - Browse repository at this point
Copy the full SHA 63cf436View commit details -
Replace static TradeUtil with singleton TradeUtil
The API is going to need some desktop trade utilities, which should be shared between :desktop and :core.api.
Configuration menu - View commit details
-
Copy full SHA for 296e4f9 - Browse repository at this point
Copy the full SHA 296e4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd3c99 - Browse repository at this point
Copy the full SHA ccd3c99View commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 24ba921 - Browse repository at this point
Copy the full SHA 24ba921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ad137 - Browse repository at this point
Copy the full SHA 36ad137View commit details -
Refactor PendingTradesDataModel methods -> TradeUtil
Scope of this refactoring is small; more can be done, but the short term goal is to share trade util logic with core api. - Removed unused method getCurrencyCode() - Made minor style changes - Removed duplicated code block
Configuration menu - View commit details
-
Copy full SHA for 95bcb1e - Browse repository at this point
Copy the full SHA 95bcb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd7a31 - Browse repository at this point
Copy the full SHA bbd7a31View commit details -
Add getRole(tradeId) to core api
API users will need to see their role as maker/taker when looking at trade details. - Add getRole(trade) to TradeUtil. - Add getTradeRole(tradeId) to CoreApi, CoreTradesService. - Add role field to TradeInfo proto and its wrapper class.
Configuration menu - View commit details
-
Copy full SHA for 161dbad - Browse repository at this point
Copy the full SHA 161dbadView commit details -
Refactor CLI output formatting code & add trade formatter
- Move output column header specs to its own shared constants class. - Add new TradeFormat class for printing trade details in the console. - Print formatted trade in api trade tests -- to see output before using formatter in CLI (in next PR).
Configuration menu - View commit details
-
Copy full SHA for 3379376 - Browse repository at this point
Copy the full SHA 3379376View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bc265 - Browse repository at this point
Copy the full SHA d8bc265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31435bb - Browse repository at this point
Copy the full SHA 31435bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b23704 - Browse repository at this point
Copy the full SHA 2b23704View commit details -
Add boolean 'showcontract' argument to api's 'gettrade'
Optionally print the json contract for a given trade id.
Configuration menu - View commit details
-
Copy full SHA for a2b2923 - Browse repository at this point
Copy the full SHA a2b2923View commit details