Skip to content
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

node, CLI - improvements to order list, remove, purge for working with ASK orders #1527

Open
1 of 6 tasks
DPolygalov opened this issue Sep 19, 2018 · 0 comments
Open
1 of 6 tasks
Assignees
Labels
S: CLI This PR/Issue changes CLI S: Node This PR/Issue changes Node T: feature This PR/Issue adds a new feature

Comments

@DPolygalov
Copy link
Member

DPolygalov commented Sep 19, 2018

DEV-865
Now the order branch works only with BID orders.
It is necessary to add the opportunity to work with ASK orders.

Case:
Supplier broke the Worker in order not to get into the blacklist, he should be able to remove the active ASK of this Worker from the market.

======
Improvements:

  1. In list request orders:
  1. Remake list output
  • human readable in the format "owner of the order / type / number / price / duration"
  • json with author order grouping
  1. Remove remains as it was (but there is a task to improve the smart contract, to determine the rights to delete the order, Update of the remove order method of Market #1485 or DEV-864)

  2. Purge

  • by default, delete only orders that are set from the current Node's Master (the point is to delete only the BID orders by default, but if the order type is not needed).
  • make an optional flag --owner, which you can specify the address of the Worker, whose orders you want to clean.
@DPolygalov DPolygalov added S: CLI This PR/Issue changes CLI S: Node This PR/Issue changes Node T: feature This PR/Issue adds a new feature labels Sep 19, 2018
@DPolygalov DPolygalov assigned nikonov1101 and unassigned antmat Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: CLI This PR/Issue changes CLI S: Node This PR/Issue changes Node T: feature This PR/Issue adds a new feature
Projects
None yet
Development

No branches or pull requests

3 participants