autonomoussoftware / metronome

Metronome autonomous system
MIT License
14 stars 10 forks source link

Fixed issue with currentPrice function, issue #28 #47

Closed rokso closed 6 years ago

rokso commented 6 years ago
  1. Due to this fix currentPrice will return correct price if auction is changed but no purchase is made.
  2. Added logic to consider timed out auctions in price calculation.
  3. Added test cases
rokso commented 6 years ago

@filcap @patidarmanoj10 I have update code as per review suggestions.

filcap commented 6 years ago

Looks good