-
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
API XMR/BTC trading pair support (#6) #5893
Merged
Merged
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d57d6e9 - Browse repository at this point
Copy the full SHA d57d6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c4089 - Browse repository at this point
Copy the full SHA e3c4089View commit details -
Calculate offer.makerFee if offer is bsq-swap
V1 offer instances have a makeFee value, but not BSQ swap offers. This needs to be investigated. See commit d57d6e9.
Configuration menu - View commit details
-
Copy full SHA for 33d976c - Browse repository at this point
Copy the full SHA 33d976cView commit details
Commits on Dec 2, 2021
-
Add more readable toString method to MutableOfferPayloadFields
This makes it easier to compare to EditOfferValidator.toString
Configuration menu - View commit details
-
Copy full SHA for 095a495 - Browse repository at this point
Copy the full SHA 095a495View commit details -
Refactor api.core side editoffer validation & fix bug
The editoffer validation bug fixes: - A trigger-price edit forced offer.price-margin=0.00. This needs to be checked in new apitest case asserts. - An activate state (only) edit forced offer.isUseMarketBasedPrice=true. The CLI does not have the offer instance, and cannot know the correct value of the isUseMarketBasedPrice param sent in the editoffer request. The daemon has to figure this out. If the editType parameter value sent to daemon is ACTIVATION_STATE_ONLY, use the current offer.isUseMarketBasedPrice. The refactoring includes more useful and readable information in core's EditOfferValidator and MutableOfferPayloadFields toString methods, for debugging with the daemon log. And some adjustments for allowing edits to XMR offers.
Configuration menu - View commit details
-
Copy full SHA for b85459d - Browse repository at this point
Copy the full SHA b85459dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8b6df - Browse repository at this point
Copy the full SHA ce8b6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 742a6f4 - Browse repository at this point
Copy the full SHA 742a6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f815e - Browse repository at this point
Copy the full SHA 54f815eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b5791 - Browse repository at this point
Copy the full SHA 03b5791View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45c5fa - Browse repository at this point
Copy the full SHA a45c5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 743ef93 - Browse repository at this point
Copy the full SHA 743ef93View commit details -
There are no asserts, but helpful for looking at affects of CLI commands from terminal because apitest cases use gRPC service stubs instead of terminal.
Configuration menu - View commit details
-
Copy full SHA for 65fb8e8 - Browse repository at this point
Copy the full SHA 65fb8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f867f6b - Browse repository at this point
Copy the full SHA f867f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2647af - Browse repository at this point
Copy the full SHA e2647afView commit details -
Do not run 2x from gradle terminal cmd
Method tests are combined in scenario pkg tests to reduce test harness startup/shutdown time.
Configuration menu - View commit details
-
Copy full SHA for 104f11a - Browse repository at this point
Copy the full SHA 104f11aView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f32fe2 - Browse repository at this point
Copy the full SHA 0f32fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7fd62 - Browse repository at this point
Copy the full SHA 5f7fd62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b41cb - Browse repository at this point
Copy the full SHA 98b41cbView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 705e34e - Browse repository at this point
Copy the full SHA 705e34eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.