sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

bound the size of EncodedIssue in bounty #166

Open 4meta5 opened 4 years ago

4meta5 commented 4 years ago
type EncodedIssue = Vec<u8>;

but we should prefer that this type has bounded length. What is the longest repo_owner + repo_name + issue_number for github's API?