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

fix: Query lease periods per slot; use exact int types #513

Merged
merged 3 commits into from
Apr 12, 2021

Conversation

emostov
Copy link
Contributor

@emostov emostov commented Apr 12, 2021

Changes:

@emostov emostov requested a review from TarikGul April 12, 2021 06:06
@@ -228,7 +232,7 @@ export class ParasService extends AbstractService {
);

if (winningOpt.isSome) {
const ranges = ParasService.enumerateLeaseSets(leasePeriodIndex);
const ranges = this.enumerateLeaseSets(leasePeriodIndex);
Copy link
Member

Choose a reason for hiding this comment

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

Good catch!

Copy link
Member

@TarikGul TarikGul left a comment

Choose a reason for hiding this comment

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

LGTM, after this is merged I will pull this into the test branch and adjust it appropriately.

@emostov emostov merged commit aef7a54 into feat-experiment-plo-endpoints Apr 12, 2021
@emostov emostov deleted the zeke-query-lease-consts branch April 12, 2021 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants