Skip to content

Conversation

@xDimon
Copy link
Member

@xDimon xDimon commented Jan 9, 2025

@xDimon xDimon requested review from kamilsa and turuslan January 9, 2025 03:50
Comment on lines +69 to +70
const auto index = input.slot % config.auth_queue_size;
const auto &queueing = state.auth_queues.v[core].v[index];
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const auto index = input.slot % config.auth_queue_size;
const auto &queueing = state.auth_queues.v[core].v[index];
const auto &queueing = circlearrowleft(state.auth_queues.v[core].v, input.slot);

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
@xDimon xDimon merged commit 7c57b37 into master Jan 10, 2025
2 checks passed
@xDimon xDimon deleted the feature/authorizations branch January 10, 2025 19:45
xDimon added a commit that referenced this pull request Jun 6, 2025
* feature: authorizations

* refactor: remove config-arg from asn1.py

* fix: remove debugging code

* feature: test-vector authorizations

* update: vcpkg-overlays

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>

* fix: review issues

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>

* refactor: removed boost::variant support

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>

* fix: CI on Ubuntu

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>

---------

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
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.

4 participants