-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cancel-everything: should only cancel all of one ecosystem #219
Comments
Interesting point - spec is ambiguous on this - I actually agree with DexX on what I think is good behaviour but spec doesn't explicitly state that it is eco dependent, rather giving impression everything is cancelled regardless of anything else: "CANCEL-EVERYTHING cancels all open orders for all currencies." |
Hm. The reason I tend to believe it's limited to one ecosystem is the note about an explicit ecosystem field here: |
I think for consistency with not allowing cross-ecosystem trades in tx21, the cancel's should also only apply to one ecosystem (with cross-ecosystem behaviors being removed) |
Then the spec needs to be changed to indicate that? I am fine either way. |
It's currently undefined and ambigious. |
I think it is not limited to an ecosystem currently, and the spec should On Mon, Dec 1, 2014 at 9:49 AM, dexX7 [email protected] wrote:
|
@dacoinminster: it's not a question, if it is limited to an ecosystem, but if it should be. Unless exceptional circumstances are given, current behavior should not dictate what ends up in the spec, but the other way around and adding such a limitation seems trivial and should not have any weight here. I created OmniLayer/spec#290 and if you have an opinion on this, please go ahead. |
Well, changing the code is more than trivial - it affects not just the spec That said, if the devs want to change this for some reason, I have no I'll paste this comment in issue #290 too. On Mon, Dec 1, 2014 at 12:55 PM, dexX7 [email protected] wrote:
|
Addressed by #223. |
I'm just seeing this now but my thinking is that all actions take place On Monday, December 1, 2014, Michael [email protected] wrote:
Marv Schneider |
This should only cancel the offer in the test ecosystem, but it appears to cancel-everything and the scope is not limited to the given ecosystem.
Related test lines: test_cancel_everything_scope.py#L143-L540
The text was updated successfully, but these errors were encountered: