Skip to content

Commit

Permalink
[FAB-12675] Prover Server: TransferFrom
Browse files Browse the repository at this point in the history
- add proto messages
- implement prover method TransferFromRequest
- update ProcessCommand method
- add test using mock tms
Change-Id: I998e620224397007041c2e32e31ee8334d7f07dd
Signed-off-by: Kaoutar Elkhiyaoui <kao@zurich.ibm.com>
  • Loading branch information
KElkhiyaoui committed Nov 26, 2018
1 parent 6a9a783 commit 346026c
Show file tree
Hide file tree
Showing 12 changed files with 774 additions and 268 deletions.
153 changes: 94 additions & 59 deletions protos/token/prover.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protos/token/prover.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ message Command {
ListRequest list_request = 4;
RedeemRequest redeem_request = 5;
ApproveRequest approve_request = 6;
TransferRequest transfer_from_request = 7;
}
}

Expand Down
Loading

0 comments on commit 346026c

Please sign in to comment.