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

calculate auciton closing time based on vote close #8425

Merged
merged 7 commits into from Jun 7, 2023

Conversation

EVODelavega
Copy link
Contributor

@EVODelavega EVODelavega commented Jun 2, 2023

Quick fix closing

close #8451

@EVODelavega EVODelavega requested a review from a team as a code owner June 2, 2023 10:03
@jeremyletang jeremyletang marked this pull request as draft June 2, 2023 13:26
@EVODelavega EVODelavega marked this pull request as ready for review June 5, 2023 15:46
…time

Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
@@ -369,8 +369,8 @@ func (e *Engine) IsEligibleForProposerBonus(marketID string, value *num.Uint) bo
}

// SubmitMarket submits a new market configuration to the network.
func (e *Engine) SubmitMarket(ctx context.Context, marketConfig *types.Market, proposer string) error {
return e.submitOrRestoreMarket(ctx, marketConfig, proposer, true)
func (e *Engine) SubmitMarket(ctx context.Context, marketConfig *types.Market, proposer string, oos time.Time) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oos is opening auction start? Shouldn't it be oas then? Or maybe something more obvious like auctionStart or whatever?

zale144
zale144 previously approved these changes Jun 7, 2023
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
@jeremyletang jeremyletang merged commit 26bcc9b into develop Jun 7, 2023
14 checks passed
@jeremyletang jeremyletang deleted the auction-duration-validation branch June 7, 2023 20:46
jeremyletang added a commit that referenced this pull request Jun 8, 2023
Signed-off-by: Jeremy Letang <me@jeremyletang.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Invalid auction duration calculation on new proposal
3 participants