forked from stellar-deprecated/kelp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use txnbuild * use horizonclient error types * fix checkFundAccount which returned an invalid hProtocol.Account structure It was invalid because it was fetch before it existed and therefore was incomplete. * use client registered on APIServer instead of using default horizonclient * fix formatting of txnbuild.CreditAsset struct instantiations * distinguish equality methods in utils * panic if we cannot create a delete offer operation avoids threading errors through in this situation where really there should be no reason for an error from the delete offer op, althrough ideally we should thread the error through * remove TODO in sdex.go#submitOps and add messages around errors * fix float64 vs. stoops value string in manageSellOffer.Amount * update log line from build.ManageOfferBuilder -> txnbuild.ManageSellOffer * add string price in error message when attempting conversion to float * convert horizon.Asset -> hProtocol.Asset * remove last references to horizon.Client * remove build and clients/horizon package from glide yaml and lock file * use build package in API interfaces + undo glide removals
- Loading branch information
1 parent
6e0fc57
commit c18c97f
Showing
21 changed files
with
449 additions
and
281 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.