-
Notifications
You must be signed in to change notification settings - Fork 32
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
Range order #285
Range order #285
Conversation
…e tested and improved
I could create a new range order, how can I take it? for this you should write new specs for different situation, here an example: |
Yep! We will have to update specs with new range order case, let's complete the code to have a workin version and then I will write specs |
Added logic to check if fiat amount value sent from CLI is in range. |
closing it in favor of #286 |
Hi @grunch ,
some steps ahead also on mostro side, what's implemented now ( to be deeply tested anyway ):
cargo.toml
for mostro-core 5.10max_amount
andmin_amount
null possible valueMissing things in my mind:
TakeBuy
andTakeSell
checks if amount received is in the range of order and in case send back a message to user.