Skip to content

Instantly share code, notes, and snippets.

@jdlcdl
Last active September 19, 2023 13:35
Show Gist options
  • Save jdlcdl/4b2e65464a251d4139c9dd0908f81723 to your computer and use it in GitHub Desktop.
Save jdlcdl/4b2e65464a251d4139c9dd0908f81723 to your computer and use it in GitHub Desktop.
SeedSigner 0.7.0 Contributions

SeedSigner 0.7.0 Contributions

Note: With seedsigner release 0.7.0 Monday September 11th 2023, edits and maintenance of this gist are hereby frozen. As time moves forward, updates to existing issues and pullrequests will make these links less accurate than they were in the lead-up to this release. That is, altering the updated search term like "<=2023-09-11" to exclude new activity will NOT be sufficient for expected results after release; rather it would exclude entire issues and pull requests which DID have activity between 0.6.0 and 0.7.0.


Getting list of issue/pr contributions since 0.6.0

github search repo:SeedSigner/seedsigner repo:SeedSigner/seedsigner-os updated:>2023-02-20

https://github.com/search?q=repo%3ASeedSigner%2Fseedsigner+repo%3ASeedSigner%2Fseedsigner-os+updated%3A%3E2023-02-20&type=issues

results in 90 issues and 122 pull-requests found.


Contributors whose efforts resulted in merged changes to 0.7.0

They may have written code, docs, or enclosure designs. They may have just reported bugs or involved themselves in testing or support in the repo. Their efforts may have been expended before 0.6.0 but the resolution merges have finally made it in for this release.

akarve
bitcoinprecept
conraddonovan16
DesobedienteTecnologico
easyuxd
EverydayBitcoiner
gobrrrme
gpatkinson
hax0rbana-adam
hugoender
jahangir13
jdlcdl
kdmukai
Marc-Gee
mauricio
newtonick
overcat
scgbckbone
seedhammer
SeedSigner
SmokeTag
tadeubas
ValueOverflow

Contributors whose efforts were expended since 0.6.0 but which have not yet resulted in merges.

They may have requested enhancements that have not yet been resolved, or they were supportive in the repo when other users reported issues. Their past support is appreciated and their future efforts too.

alltheseas
austinvach
bitcoinheiro
bradlives
dbast
dimi8146
FractalEncrypt
hansmade1
JuLiO-UtXo
leafyus
LilySu
marcelinho21
mister-1-wizard
OliverOffing
petzsch
Rob1Ham
smartm0use
stn021
thashm
tsunaide

Creating links to contributors' github profiles

merged="akarve bitcoinprecept conraddonovan16 DesobedienteTecnologico easyuxd EverydayBitcoiner gobrrrme gpatkinson hax0rbana-adam hugoender jahangir13 jdlcdl kdmukai Marc-Gee mauricio newtonick overcat scgbckbone seedhammer SeedSigner SmokeTag tadeubas ValueOverflow"
unmerged="alltheseas austinvach bitcoinheiro bradlives dbast dimi8146 FractalEncrypt hansmade1 JuLiO-UtXo leafyus LilySu  marcelinho21 mister-1-wizard OliverOffing petzsch Rob1Ham smartm0use stn021 thashm tsunaide"
for i in `echo $merged $unmerged`
do  echo "[@$i](https://github.com/$i)"
done

Merged: @akarve @bitcoinprecept @conraddonovan16 @DesobedienteTecnologico @easyuxd @EverydayBitcoiner @gobrrrme @gpatkinson @hax0rbana-adam @hugoender @jahangir13 @jdlcdl @kdmukai @Marc-Gee @mauricio @newtonick @overcat @scgbckbone @seedhammer @SeedSigner @SmokeTag @tadeubas @ValueOverflow

Unmerged: @alltheseas @austinvach @bitcoinheiro @bradlives @dbast @dimi8146 @FractalEncrypt @hansmade1 @JuLiO-UtXo @leafyus LilySu @marcelinho21 @mister-1-wizard @OliverOffing @petzsch @Rob1Ham @smartm0use @stn021 @thashm @tsunaide


Creating links to contributors' efforts towards seedsigner since 0.6.0

merged="akarve bitcoinprecept conraddonovan16 DesobedienteTecnologico easyuxd EverydayBitcoiner gobrrrme gpatkinson hax0rbana-adam hugoender jahangir13 jdlcdl kdmukai Marc-Gee mauricio newtonick overcat scgbckbone seedhammer SeedSigner SmokeTag tadeubas ValueOverflow"
unmerged="alltheseas austinvach bitcoinheiro bradlives dbast dimi8146 FractalEncrypt hansmade1 JuLiO-UtXo leafyus LilySu marcelinho21 mister-1-wizard OliverOffing petzsch Rob1Ham smartm0use stn021 thashm tsunaide"
for i in `echo $merged $unmerged`
do  echo "[@$i](https://github.com/search?q=repo%3ASeedSigner%2Fseedsigner+repo%3ASeedSigner%2Fseedsigner-os+updated%3A%3E2023-02-20+involves%3A$i)"
done

Note: because some users only had pull requests and no issues, their links below have been edited to append &type=pullrequests, another is linked directly where he's credited for help by another.

Merged: @akarve @bitcoinprecept @conraddonovan16 @DesobedienteTecnologico @easyuxd @EverydayBitcoiner @gobrrrme @gpatkinson @hax0rbana-adam @hugoender @jahangir13 @jdlcdl @kdmukai @Marc-Gee @mauricio @newtonick @overcat @scgbckbone @seedhammer @SeedSigner @SmokeTag @tadeubas @ValueOverflow

Unmerged: @alltheseas @austinvach @bitcoinheiro @bradlives @dbast @dimi8146 @FractalEncrypt @hansmade1 @JuLiO-UtXo @leafyus @LilySu @marcelinho21 @mister-1-wizard @OliverOffing @petzsch @Rob1Ham @smartm0use @stn021 @thashm @tsunaide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment