-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] /transaction/{transactionhash} returns TSSResponse (#108)
* updates GetTransaction to return a TSSResponse * updates GetTransaction test for new response type * uses GetTryLatest instead of GetTry to get most recent timestamp for hash, updates test * tweaks readme docker command to match new syntax * uses correct created at date from Try instead of from tx * removes stray debug log left in test * renames var to better describe response type * adds a try for the test transaction, asserts on result xdr from try * adds unit test for empty result from latest try for transaction
- Loading branch information
1 parent
9a2358c
commit a4edb30
Showing
3 changed files
with
54 additions
and
15 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
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