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

A participant can access her private information #48

Open
echevrier opened this issue Feb 27, 2023 · 3 comments
Open

A participant can access her private information #48

echevrier opened this issue Feb 27, 2023 · 3 comments
Labels
A1-cli Affects cli functionalites (According to integritee worker) A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) F8-enhancement New feature or request P1-asap

Comments

@echevrier
Copy link
Collaborator

According to encointer/encointer-parachain#144 she can get:

  • her balance
  • her participant registration index for next encointer ceremony
  • the time and the location of her meetup
  • her attestations registration index for this encointer ceremony
@echevrier
Copy link
Collaborator Author

participant registration index for next encointer ceremony
There are now different participants registries:

  • BootstrapperRegistry
  • ReputableRegistry
  • EndorseeRegistry
  • NewbieRegistry
    -> get participant index and type

@echevrier echevrier added A1-cli Affects cli functionalites (According to integritee worker) A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) F8-enhancement New feature or request P1-asap labels Feb 27, 2023
@echevrier
Copy link
Collaborator Author

meetup time, meetup location and participant type can be get over

TrustedGetter::ceremonies_aggregated_account_data(who, community_id, account_id) => {

See get_meetup_index as example:

@echevrier
Copy link
Collaborator Author

Balance getter
See #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-cli Affects cli functionalites (According to integritee worker) A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) F8-enhancement New feature or request P1-asap
Projects
None yet
Development

No branches or pull requests

1 participant