-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
UT make sure OfferCreate respects reserves #4
Comments
This was referenced Jul 1, 2013
If this is still a problem please create a new issue. |
ximinez
referenced
this issue
in ximinez/rippled
Aug 14, 2019
* More test cases for XRPAmount's mulratio function. * Improve TaggedFee::json to work with non-integral types. Add tests.
ximinez
referenced
this issue
in ximinez/rippled
Aug 19, 2019
* More test cases for XRPAmount's mulratio function. * Improve TaggedFee::json to work with non-integral types. Add tests.
ximinez
referenced
this issue
in ximinez/rippled
Aug 26, 2019
* More test cases for XRPAmount's mulratio function. * Improve TaggedFee::json to work with non-integral types. Add tests.
ximinez
referenced
this issue
in ximinez/rippled
Sep 9, 2019
* More test cases for XRPAmount's mulratio function. * Improve TaggedFee::json to work with non-integral types. Add tests.
ximinez
referenced
this issue
in ximinez/rippled
Oct 2, 2019
* More test cases for XRPAmount's mulratio function. * Improve TaggedFee::json to work with non-integral types. Add tests.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OfferCreate should act as described: https://ripple.com/wiki/Accounts#Reserves
OfferCreate should succeed if it takes any offers.
OfferCreate should be a partial success if takes no offers and has insufficient reserves to create the offer.
OfferCreate should only create the offer if has sufficient reserves.
The text was updated successfully, but these errors were encountered: