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

Add public getter #24

Open
10 of 18 tasks
echevrier opened this issue Dec 21, 2022 · 0 comments
Open
10 of 18 tasks

Add public getter #24

echevrier opened this issue Dec 21, 2022 · 0 comments
Labels
A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) C7-high ❗️ Elevates a release containing this PR to "high priority" E0-breaksnothing P5-sometimesoon

Comments

@echevrier
Copy link
Collaborator

echevrier commented Dec 21, 2022

to balance pallet

  • total_issuance(cid)

to ceremonies pallet:

  • ceremonies_assignments_counts(CommunityIdentifier, CeremonyIndexType),
  • ceremonies_attestation_count(CommunityIdentifier, CeremonyIndexType, ParticipantIndexType),
  • ceremonies_endorsement_tickets_per_bootstrapper(CommunityIdentifier),
  • ceremonies_endorsement_tickets_per_reputable(CommunityIdentifier),
  • ceremonies_inactivity_counters(CommunityIdentifier, CeremonyIndexType),
  • ceremonies_inactivity_timeout(CommunityIdentifier),
  • ceremonies_issued_rewards(CommunityIdentifier,
  • ceremonies_location_tolerance(CommunityIdentifier),
  • ceremonies_meetup_count(CommunityIdentifier),
  • ceremonies_meetup_time_offset(CommunityIdentifier),
  • ceremonies_reputation_lifetime(CommunityIdentifier),
  • ceremonies_registered_bootstrappers_count(CommunityIdentifier),
  • ceremonies_registered_endorsees_count(CommunityIdentifier),
  • ceremonies_registered_newbies_count(CommunityIdentifier),
  • ceremonies_registered_reputables_count(CommunityIdentifier),
  • ceremonies_reward(CommunityIdentifier),
  • ceremonies_time_tolerance(CommunityIdentifier),
    CeremonyIndexType, MeetupIndexType),
@echevrier echevrier added A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) C7-high ❗️ Elevates a release containing this PR to "high priority" E0-breaksnothing P5-sometimesoon labels Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A2-applibs Affects app-libs, i.e. runtime or stf (According to integritee worker) C7-high ❗️ Elevates a release containing this PR to "high priority" E0-breaksnothing P5-sometimesoon
Projects
None yet
Development

No branches or pull requests

1 participant