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 new voting badge schema.mdx #873

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 21 additions & 9 deletions pages/chain/identity/schemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@ Citizen attestations were first issued in Season 6 and are used to represent Cit
| FarcasterID | The Citizen's unique identifier |
| SelectionMethod | A Code representing the method through which the Citizen was selected. Codes beginning with the number 1 refer to various flavours of Web of Trust selection. |

### [Retro Funding Badgeholders](https://optimism.easscan.org/schema/view/0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b)
### [Retro Funding Voters](https://optimism.easscan.org/schema/view/0x41513aa7b99bfea09d389c74aacedaeb13c28fb748569e9e2400109cbe284ee5)

These attestations are considered "voting Badges" and allow an individual to vote in any given iteration of Retro Funding.
These attestations are voting Badges issued for Retro Round 5 and beyond. They are different from the [previous schema](https://optimism.easscan.org/schema/view/0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b) to include new fields like votingGroup, used to assign voters to sub-categories in the round.

| Schema UID | `0x41513aa7b99bfea09d389c74aacedaeb13c28fb748569e9e2400109cbe284ee5` |
| FarcasterID | The voter's unique identifier |
| Round | The round number for which this voting Badge was valid |
| voterType | Guest or Citizen |
| votingGroup | Used to assign voters to subcategories in case the Round has subcategories |
| selectionMethod | The method in which this voter was selected |

| Schema UID | `0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b` |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Issuer | Currently, the Optimism Foundation issues these from one of the following addresses: `0x621477dBA416E12df7FF0d48E14c4D20DC85D7D9` or `0xE4553b743E74dA3424Ac51f8C1E586fd43aE226F` |
| Recipient | The Badgeholder's address |
| rpgfRound | The round number for which this voting Badge was valid |
| referredBy | In early rounds, new Badges were issued by referral. This field captures the address of the referrer, if there was one |
| referredMethod | If this voting Badge was issued by referral, this field captures the referral method |

### [Retro Funding Governance contribution](https://optimism.easscan.org/schema/view/0x3743be2afa818ee40304516c153427be55931f238d961af5d98653a93192cdb3)

Expand Down Expand Up @@ -146,6 +146,18 @@ Issued to those who held governance roles in the Collective, such as Grants Coun

These schemas are no longer being actively issued, but capture valuable historical data.

### [Retro Funding Badgeholders](https://optimism.easscan.org/schema/view/0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b)

These attestations are considered "voting Badges" and allow an individual to vote in any given iteration of Retro Funding. They were used up to and including Retro Round 4.

| Schema UID | `0xfdcfdad2dbe7489e0ce56b260348b7f14e8365a8a325aef9834818c00d46b31b` |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Issuer | Currently, the Optimism Foundation issues these from one of the following addresses: `0x621477dBA416E12df7FF0d48E14c4D20DC85D7D9` or `0xE4553b743E74dA3424Ac51f8C1E586fd43aE226F` |
| Recipient | The Badgeholder's address |
| rpgfRound | The round number for which this voting Badge was valid |
| referredBy | In early rounds, new Badges were issued by referral. This field captures the address of the referrer, if there was one |
| referredMethod | If this voting Badge was issued by referral, this field captures the referral method |

### [Project Identifier](https://optimism.easscan.org/schema/view/0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd)

Used as the unique identifier for projects created in the Collective before 23 August 2024. Attestations issued from this schema prior to 23 August 2024 are still used as the unique identifier for projects. New projects created after 23 August 2024 use the new entity identifier (see above).
Expand Down
Loading