Update eip-1081 to add tags to the schema

A necessary addition for us to have better sorting of bounties based on both the high level categories, and tags.
This commit is contained in:
Mark Beylin 2018-08-18 18:30:02 -04:00 committed by GitHub
parent 0352ed8e36
commit ee6e6e1c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Bounty issuance `data` Schema:
// array of personas of those who funded the issue.
],
categories: // an array of strings, representing the categories of tasks which are being requested
tags: // an array of tags, representing various attributes of the bounty
created: // the timestamp in seconds when the bounty was created
tokenSymbol: // the symbol for the token which the bounty pays out
tokenAddress: // the address for the token which the bounty pays out (0x0 if ETH)