Skip to content

Commit

Permalink
#28 - binance implementation (#189)
Browse files Browse the repository at this point in the history
- placeOrder, cancelOrder, transfer messages
- cli support
- unit and device tests
  • Loading branch information
ciny authored and matejcik committed Jul 31, 2019
1 parent 9f29280 commit bb509a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protob/messages-binance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ message BinanceTxRequest {

/**
* Request: Ask the device to include a Binance transfer msg in the tx.
* @next BinanceTxRequest
* @next BinanceSignedTx
* @next Failure
*/
Expand All @@ -92,7 +91,6 @@ message BinanceTransferMsg {

/**
* Request: Ask the device to include a Binance order msg in the tx.
* @next BinanceTxRequest
* @next BinanceSignedTx
* @next Failure
*/
Expand Down Expand Up @@ -129,7 +127,6 @@ message BinanceOrderMsg {

/**
* Request: Ask the device to include a Binance cancel msg in the tx.
* @next BinanceTxRequest
* @next BinanceSignedTx
* @next Failure
*/
Expand All @@ -146,6 +143,5 @@ message BinanceCancelMsg {
message BinanceSignedTx {
optional bytes signature = 1;
optional bytes public_key = 2;
optional string json = 3;
}

0 comments on commit bb509a4

Please sign in to comment.