Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Comments

changed bid raise logic and updates tests#215

Open
EGuenz wants to merge 5 commits intomainfrom
eli/and_based_raise
Open

changed bid raise logic and updates tests#215
EGuenz wants to merge 5 commits intomainfrom
eli/and_based_raise

Conversation

@EGuenz
Copy link
Collaborator

@EGuenz EGuenz commented Feb 25, 2022

In the past version of english auction contracts, a subsequent bid needed to be greater than either the min_raise_percent of the previous bid, OR it needed to be greater than the sum of the previous bid and the min_raise. This PR changes the logic to be AND instead of OR. In other words, a new bid must satisfy both the percentage raise requirements as well as the min raise logic.

@EGuenz EGuenz force-pushed the eli/and_based_raise branch from e80d3d1 to 26504c9 Compare February 28, 2022 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant