update bounty event

This commit is contained in:
Christian Chiarulli 2023-11-05 18:08:26 -05:00
parent 82ec2c61c6
commit 8d714832a5

8
117.md
View File

@ -42,9 +42,13 @@ The following tags MAY be present:
- A `context` tag to provide a link to a website or other resource that provides more information about the bounty.
- A `p` tag of the applicant public key to track who is currently assigned to the bounty. **NOTE** This tag MUST be present when the bounty has the `assigned` status.
The following tags MUST be present when the bounty is updated to `assigned` status:
- An `application` tag with the stringified **Bounty Application Event**. **NOTE** This tag SHOULD be present when the bounty has the `assigned` status.
- A `p` tag of the applicant public key to track who is currently assigned to the bounty.
- An `e` tag to reference the **Bounty Application Event**.
- An `application` tag with the stringified **Bounty Application Event**.
- An arbitrary amount of `t` tags to provide a list of tags that can be used as categories to filter bounties.