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

Remove indices #121

Closed
wants to merge 5 commits into from
Closed

Remove indices #121

wants to merge 5 commits into from

Conversation

upbqdn
Copy link
Member

@upbqdn upbqdn commented Jun 15, 2021

The previous implementation was using an index to refer to a particular FROST
participant. These references are handled in a different manner now, so they
were changed to ids (identifiers).

Resolves #116 .


This change is Reviewable

@upbqdn upbqdn requested review from dconnolly and oxarbitrage June 15, 2021 13:27
@upbqdn upbqdn self-assigned this Jun 15, 2021
@upbqdn upbqdn added the frost label Jun 15, 2021
@dconnolly
Copy link
Contributor

The build failure is because of a previously unstable docs feature that has been deprecated, I can fix that

#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]

upbqdn added 5 commits July 27, 2021 14:52
The previous implementation was using an "index" to refer to a particular FROST
participant. These references are handled in a different manner now, so they
were changed to "id"s (identifiers).
Copy link
Member Author

@upbqdn upbqdn left a comment

Choose a reason for hiding this comment

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

It will be better to finish this PR once #108 is merged.

Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on @dconnolly and @oxarbitrage)

@conradoplg
Copy link
Contributor

Closing this since it's oudated, FROST code is now in https://github.com/ZcashFoundation/frost/pulls

@conradoplg conradoplg closed this Apr 21, 2023
@upbqdn upbqdn deleted the remove-indices branch April 21, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change several *_index to *_id
3 participants