bip-0085: add Go reference implementation#2156
Conversation
|
looks like Typo check failed due to HTTP 404 downloading typos v1.46.1 binary - CI infrastructure issue, not a typo in the change. |
| * 1.3.0 Python 3.x library implementation: [https://github.com/akarve/bipsea] | ||
| * 1.1.0 Python 2.x library implementation: [https://github.com/ethankosakovsky/bip85] | ||
| * 1.0.0 JavaScript library implementation: [https://github.com/hoganri/bip85-js] | ||
| * 2.0.0 Go library implementation: [https://github.com/shurlinet/go-bip85] |
There was a problem hiding this comment.
We do not allow collecting additional implementations in BIPs.
Via BIP3:
“It is not intended for BIPs to list additional implementations beyond the reference implementation: the BIPs repository is not a signpost where to find implementations.”
The reasoning is given as follows:
In the past, some BIPs had "Other Implementations" sections that caused frequent change requests to existing BIPs. This put a burden on the BIP authors and BIP Editors, and frequently led to lingering pull requests due to the corresponding BIPs’ authors no longer participating in the process. Many of these alternative implementations eventually became unmaintained or were low-quality to begin with. Therefore, "Other Implementations" sections are heavily discouraged.
|
I’m closing this PR, because it is not intended to link to a collection of numerous implementations in a BIP. cc: @akarve. |
Add shurlinet/go-bip85 to the BIP85 reference implementations list.