Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

ignore overrides all commands placed later #11

Closed
jadster opened this issue Jun 19, 2017 · 2 comments
Closed

ignore overrides all commands placed later #11

jadster opened this issue Jun 19, 2017 · 2 comments
Assignees
Labels

Comments

@jadster
Copy link

jadster commented Jun 19, 2017

For a single name I had placed in this sequence of commands:

  1. watch
  2. ignore
  3. start-auction
  4. bid

The ignore command had overridden the following commands. Which means the name did not show up in scan-log as *revealBid()".
Not sure if that's by design, but I'd prefer later commands such as start-auction or bid to override the ignore... Only an ignore that was placed as the latest command should override all other commands.

@jadster jadster changed the title ignore overrides later placed bid ignore overrides all commands placed later Jun 19, 2017
@ricmoo ricmoo added the bug label Jun 21, 2017
@ricmoo
Copy link
Member

ricmoo commented Jun 21, 2017

You are quite correct, it makes a lot of sense for bid, start-auction and finalize-auction to add a watch entry to the end-log.

I will fix this soon.

@ricmoo ricmoo self-assigned this Jun 21, 2017
@ricmoo
Copy link
Member

ricmoo commented Jan 12, 2020

Sorry catching up on old issues...

There is no longer a "watch"-like feature, since the commit-reveal is only 1 minute long. It was originally done that way because 5 days was a long time to keep track of everything, but it was a bit cumbersome, having to keep log files around and whatnot...

So, closing this now. :)

@ricmoo ricmoo closed this as completed Jan 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants