Overview of GitHub commits in the cryptospace

Hi

I saw this site https://www.cryptomiso.com/ which rank the projects based on the last year’s commits. Not sure if measuring the commits is a relevant comparison (maidsafe ranks 177th place). Do you think this is useful info when looking for your next cryptocurrency buy?

1 Like

Hmm - that’s only looking at a single crate’s commits apparently (Crust). For the last year, the non-merge commits to the backend repos I have look more like this:

$ git submodule foreach 'git rev-list --count --no-merges --since="23 Jan 2017" master'
Entering 'Accumulator'
11
Entering 'Config File Handler'
19
Entering 'Crust'
73
Entering 'Fake Clock'
15
Entering 'GetIfAddrs'
12
Entering 'LRU Time Cache'
13
Entering 'Resource Proof'
10
Entering 'Routing'
381
Entering 'Rust Sodium'
43
Entering 'SAFE Client Libs'
352
Entering 'SAFE Vault'
120
Entering 'Secure Serialisation'
5
Entering 'Self-Encryption'
34
Entering 'System URI'
35
Entering 'Utilities'
46

i.e. a total of 1169 commits.

7 Likes