Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Rho Vision (formerly RChain Community)

Develop and operate the Rho Vision Open Source Software
Collective - Host: opensource - https://opencollective.com/rho-vision-community - Website: https://rhovision.org/ - Code: https://github.com/rchain-community

tally: fix whichCurl; add docstrings / types; clean-up

- access ambient authority only when invoked as script
- todo: export tally, main function...

github.com/rchain-community/rvote - eec60c05bdd43174159b50b93d9797cbd141d7cb authored about 4 years ago by Dan Connolly <[email protected]>
Create explore.sh

performs explore-deploy and extracts the jason from the return data

github.com/rchain-community/rvote - 5fa6c4181b12a1bc35afc2a8fd44ae229d9323f3 authored about 4 years ago by Jim Whitescarver <[email protected]>
timestamp limit for votes

github.com/rchain-community/rvote - 49953bb2107e12baee820846564b21f91798e92b authored about 4 years ago by Jim Whitescarver <[email protected]>
Merge #65 allow only registered voters to vote

github.com/rchain-community/rvote - a76ccdb382611f0144108a94a6518ba2db150aef authored about 4 years ago by Dan Connolly <[email protected]>
allow only registered voters to vote.

github.com/rchain-community/rvote - addd69112ca2f759152df4fc50001ed7a107e71d authored about 4 years ago by Jim Whitescarver <[email protected]>
supply server for online testing

multiple servers requires upgrading to openapi 3.0.n, which has a
substantially different struct...

github.com/rchain-community/rgov - 84bb6ca0882a2d9757429e68019ffaa063ad8750 authored about 4 years ago by Dan Connolly <[email protected]>
skeletal rnode OpenAPI spec

- paths are complete (w.r.t. rnode.js)
- definitions are just started

github.com/rchain-community/rgov - 71d2f9dc60678b569e1fee1a4f96980ad6b1fa9d authored about 4 years ago by Dan Connolly <[email protected]>
lint config

github.com/rchain-community/rgov - 78ba12242afe5b6392a3b1c12d642f8692c55413 authored about 4 years ago by Dan Connolly <[email protected]>
lock packages

github.com/rchain-community/rgov - 8650cddaadb83418974dc6ccebae6a6af2243235 authored about 4 years ago by Dan Connolly <[email protected]>
refine logging; lint; refactor rhopm

github.com/rchain-community/rgov - c406f2da0acd405bba1e504669e752fb798ea754 authored about 4 years ago by Dan Connolly <[email protected]>
document build process in CONTRIBUTING

github.com/rchain-community/rgov - b9f0f3421855d35890cc1a9ce3700e4510c94f9a authored about 4 years ago by Dan Connolly <[email protected]>
factor most code out of Jakefile into rhopm

- Jakefile.contract -> rhopm.makeContractTask,
deployContract
- move shardIO, parseEnv to r...

github.com/rchain-community/rgov - a6dccd65e81ad2a21126cdad40334437abe6ee14 authored about 4 years ago by Dan Connolly <[email protected]>
use rhopm to handle dependency registry URIs

- deploy1 caller supplies term (code), timestamp
- track shard proposing waiters

github.com/rchain-community/rgov - 0a3f617d747342cd82e4415b262c91594164df7b authored about 4 years ago by Dan Connolly <[email protected]>
directory.rho: return registered URI

github.com/rchain-community/rgov - c624be005f90b6c92b959b53381aa2e5ada7e37a authored about 4 years ago by Dan Connolly <[email protected]>
Community.rho: return registered URI; use import idiom

github.com/rchain-community/rgov - 89b121bb65ef7e1d51554b943015f4ef66da684f authored about 4 years ago by Dan Connolly <[email protected]>
ignore rho_modules

github.com/rchain-community/rgov - 2b0a290bdc20569e2b3e70f2e243d05750089764 authored about 4 years ago by Dan Connolly <[email protected]>
only deploy inbox.rho etc. if not already deployed

- use rho_modules/ rather than ,deployed/
- use file() rather than task()
- factor out TASK...

github.com/rchain-community/rgov - 13348c79c9bb891b72ca19b08e795bd872e53e53 authored about 4 years ago by Dan Connolly <[email protected]>
add observer.apiBase() etc.

github.com/rchain-community/rgov - 6a07d53c3f5ed0882dd11858e6a01adcf614c2db authored about 4 years ago by Dan Connolly <[email protected]>
inbox: return registered URI via deployId

github.com/rchain-community/rgov - 10a3dc67a337c2602ca747e7a92c4de1089a5c90 authored about 4 years ago by Dan Connolly <[email protected]>
get value back from deploys; propose regularly

- use existing VALIDATOR_BOOT_PRIVATE to pay for deploys
- oops: getDataForDeploy needs await
...

github.com/rchain-community/rgov - 75059410741d88ebd1e4b93317e0078a40283006 authored about 4 years ago by Dan Connolly <[email protected]>
Collective Intelligence Best Practices

with @jimscarver

github.com/rchain-community/rgov - e813d92c3e9c440c3d3a981fe79f3be1ee0f37f0 authored about 4 years ago by Dan Connolly <[email protected]>
Community: use peek

github.com/rchain-community/rgov - 44c75dd5bc538dbcbdf686a93fa54a00166243b2 authored about 4 years ago by Dan Connolly <[email protected]>
Community: prune spurious infoCh initilization

github.com/rchain-community/rgov - ed35310ead6a05cfd96fc1179ce56cad239014fe authored about 4 years ago by Dan Connolly <[email protected]>
Community: bundle+ registry entry

fixes #15

github.com/rchain-community/rgov - e70003d7dcc4e4755168203f789e5db4e2eb7920 authored about 4 years ago by Dan Connolly <[email protected]>
toward standard registry idioms (WIP)

github.com/rchain-community/rgov - 94d34c99cbb64200864d5f45220e8a8b5ec75c0a authored about 4 years ago by Dan Connolly <[email protected]>
directory, Community: remove multiple joins on same name

github.com/rchain-community/rgov - 2d10f2cf51cd82974221477c24c39a49e99bf682 authored about 4 years ago by Dan Connolly <[email protected]>
Jakefile: start to get return data from deploys

github.com/rchain-community/rgov - 065a1de1eda17fdb4e655df537f18504111d1d52 authored about 4 years ago by Dan Connolly <[email protected]>
rnode-web.js: getDataForDeploy

// adapted from https://github.com/rchain-community/rv2020/blob/webui/webui/src/rnode-web.js
// ...

github.com/rchain-community/rgov - db3bf9c7baeeed086466acd632f1337eda57957a authored about 4 years ago by Dan Connolly <[email protected]>
Observer, Validator: @augments doesn't seem to work

github.com/rchain-community/rgov - cf6075eec5c0f2b0afc0425ccd7d756b96b60a33 authored about 4 years ago by Dan Connolly <[email protected]>
start CONTRIBUTING dev notes

github.com/rchain-community/rgov - d811f5a752285bbd9c7a267e95d5322c8487a33e authored about 4 years ago by Dan Connolly <[email protected]>
use esm to import curl into Jakefile

github.com/rchain-community/rgov - ae3048db2bd2c84aac2312d79dd081fbe60db48d authored about 4 years ago by Dan Connolly <[email protected]>
toward .rho deploy rule: explicit iteration

github.com/rchain-community/rgov - b30c1b891ed395b1af89728199b3a0d3022b7efe authored about 4 years ago by Dan Connolly <[email protected]>
lock working packages

github.com/rchain-community/rgov - bef5446cbeb501447a0aea019dce838dbd3efb2d authored about 4 years ago by Dan Connolly <[email protected]>
migrate `validator` make target to `shard` jake target

- use docker-compose stuff from rnode-client-js for now
goal: use rchain-community/docker-...

github.com/rchain-community/rgov - dbc110617ef70db1854e99c3f77f8fcf131e0426 authored about 4 years ago by Dan Connolly <[email protected]>
Makefile that we aim to replace

github.com/rchain-community/rgov - 2b0ce0c09ac9e923b9184be6d3bb858eac6358bb authored about 4 years ago by Dan Connolly <[email protected]>
liquid-democracy-rchain package: license, contributors

github.com/rchain-community/rgov - 462170f33bd676f05aaec09803d510b5cb67395d authored about 4 years ago by Dan Connolly <[email protected]>
rnode signing

github.com/rchain-community/rgov - e8cc3b904d5dae7669df5464b1cdb19a6009ff74 authored about 4 years ago by Dan Connolly <[email protected]>
Jakefile concurrently deploys contracts

github.com/rchain-community/rgov - bdc041cb149edac458277fb5e66ab7d6ff227718 authored about 4 years ago by Dan Connolly <[email protected]>
rnode client with ts-check typing

adapted from webui branch of rv2020 fc2ce66 on Aug 6

github.com/rchain-community/rgov - 5ffa54aaa1d0ca7874180580e43edab4f4b8e046 authored about 4 years ago by Dan Connolly <[email protected]>
nodeFetch: implement fetch api based on node http

github.com/rchain-community/rgov - d139991d894065d27eab08b5913321846ce279d1 authored about 4 years ago by Dan Connolly <[email protected]>
Merge tally $yesVotes bug fix

github.com/rchain-community/rvote - ae4243b5315ae5a8a7dc89abccb65d8186c2df97 authored about 4 years ago by Dan Connolly <[email protected]>
Update tally.sh

results verifies with tally.js test script

github.com/rchain-community/rvote - 35ef083c0a1894c91d704cd863bc993fda675292 authored about 4 years ago by Jim Whitescarver <[email protected]>
Merge pull request #57 from rchain-community/tally-js-port

port of tally.sh to .js

github.com/rchain-community/rvote - c8e47f7fba32d9d8b3e74b67fed7ad1952e0bb41 authored about 4 years ago by Jim Whitescarver <[email protected]>
tally: don't reverse order; fix in / of

- update test expected results

github.com/rchain-community/rvote - 48af48ade337399d7579c7e4e1553d90688c3e9c authored about 4 years ago by Dan Connolly <[email protected]>
tally: refine logging

github.com/rchain-community/rvote - 3a3d707a8587ef43ff78b251e3b3e543c15113b8 authored about 4 years ago by Dan Connolly <[email protected]>
start to check results of tally() against test cases

github.com/rchain-community/rvote - 7cc0d9193022048b04c07b7752c8571deea11e56 authored about 4 years ago by Dan Connolly <[email protected]>
asPromise was never used. oops

github.com/rchain-community/rvote - 573a3229e5c95d8dbc43c58aca0c5f035994cc87 authored about 4 years ago by Dan Connolly <[email protected]>
example ballot

github.com/rchain-community/rvote - 989ea08a48a44a045ee53f881ddbfcbc69973874 authored about 4 years ago by Dan Connolly <[email protected]>
capture some test data before fixing dup order bug

github.com/rchain-community/rvote - e5a1436ebd485e62155e3a5cd22fb6518afad168 authored about 4 years ago by Dan Connolly <[email protected]>
tally: collect test data for offline use

github.com/rchain-community/rvote - d42580757cec91c8569f68c1110c7dffa17e3f96 authored about 4 years ago by Dan Connolly <[email protected]>
tally: start factoring out I/O

github.com/rchain-community/rvote - 282e211be252a599f9b96984194583f9645b5e15 authored about 4 years ago by Dan Connolly <[email protected]>
port of (an out-of-date) tally.sh to .js

github.com/rchain-community/rvote - 3bb8630310bc70c120cf75262eafeaf25a1d7129 authored about 4 years ago by Dan Connolly <[email protected]>
fixed bug that used oldest rather than newest vote and removed use of files for temporary values

github.com/rchain-community/rvote - 8c0b3f3db3ade91cb75ac6472f9a541d30a97062 authored about 4 years ago by Jim Whitescarver <[email protected]>
count only most recent vote if vote changed

github.com/rchain-community/rvote - ffa1afaf24a3eebcee687175b6d0511342c4ad67 authored about 4 years ago by Jim Whitescarver <[email protected]>
Create tally.sh

given a balot json file and transaction server the votes are tallied.

github.com/rchain-community/rvote - b6018164157d525b2a225b9fbbdd201c8686893a authored about 4 years ago by Jim Whitescarver <[email protected]>
lock packages

github.com/rchain-community/rvote - 5eb87226d1f5048ccf829c6f17bbe9d8a5ec0bac authored about 4 years ago by Dan Connolly <[email protected]>
ballot.js: prune spurious ramda import

github.com/rchain-community/rvote - 5c2242647391374e4f330cb3ee844a7631f4d1bc authored about 4 years ago by Dan Connolly <[email protected]>
copy code from rnode-client-js

- import only default from cjs modules

github.com/rchain-community/rvote - 97a5c3f122a7a3e24e4910c0c3d36c8ae45f6903 authored about 4 years ago by Dan Connolly <[email protected]>
notes on Roads not taken

github.com/rchain-community/rvote - 424135a2eb9d71de931211dd22d61f811466e273 authored about 4 years ago by Dan Connolly <[email protected]>
use vendored rnode-address

github.com/rchain-community/rvote - 33b82e8d0e51ac4ceb87d3f34cbd3464fd7b6eed authored about 4 years ago by Dan Connolly <[email protected]>
ignore snowpack build

github.com/rchain-community/rvote - 7d811d83d4b17d5c0a84764225ecd7a0590c5e4a authored about 4 years ago by Dan Connolly <[email protected]>
import ballot.js from .html using snowpack

- move ambient authority use to .html page "start compartment"

github.com/rchain-community/rvote - 966963dedaefa800056b2170f1761fdfa05e0fbb authored about 4 years ago by Dan Connolly <[email protected]>
vendor rnode-address

github.com/rchain-community/rvote - c4f5b1bd0294e0fc3d19722c0fe5b5846e0c5cd8 authored about 4 years ago by Dan Connolly <[email protected]>
rv2020 package without @tgrospic/rnode-grpc-js

- dependencies
- base-58, js-sha3 for eth addr -> REV Addr
- google-protobuf, elliptic...

github.com/rchain-community/rvote - 233bf54c7985f1957a2ed1408cd9548df2eecf7b authored about 4 years ago by Dan Connolly <[email protected]>
use getAddrFromPrivateKey without @tgrospic/rnode-grpc-js

- only import default from commonjs modules

github.com/rchain-community/rvote - 1a97fa9b2207a05094ad30ef4b0df286afed268f authored about 4 years ago by Dan Connolly <[email protected]>
use exploratory deploy to get questions

github.com/rchain-community/rvote - edb6ec3784de5011f6eaf083b0dbf71919b1ea83 authored about 4 years ago by Dan Connolly <[email protected]>
app style

github.com/rchain-community/rvote - 89b259d69a1343f1388b3e7bf0f84de51b14dcc8 authored about 4 years ago by Dan Connolly <[email protected]>
explicit oppose (aka withold); no / abstain / yes in columns

github.com/rchain-community/rvote - 989f9aa291062da94855fce531aae297321d3b17 authored about 4 years ago by Dan Connolly <[email protected]>
eye candy: viz hashes etc.

github.com/rchain-community/rvote - 8b1633176f7b9b067756c045651cbbbcac0f708f authored about 4 years ago by Dan Connolly <[email protected]>
clarify submitted rho: hoist revAddrFrom, amount match

github.com/rchain-community/rvote - b0bc6b625b84c279caca3e09553fa094117a189c authored about 4 years ago by Dan Connolly <[email protected]>
clarify submitted rholang: hoist, pretty-print dest addrs

github.com/rchain-community/rvote - 6f78e1fe3454ba862341328289c64f47d0242fd7 authored about 4 years ago by Dan Connolly <[email protected]>
4 transfers costs 818,930 phlo; increase phloLimit to 5,000,000

github.com/rchain-community/rvote - 64331200722390f078725343b6ebf1e83cae8ec6 authored about 4 years ago by Dan Connolly <[email protected]>
toward ballot UI: pick ETH address from metamask

github.com/rchain-community/rvote - 08bfb680d7ef0c3b05fc2e60e353b2bac96a6391 authored about 4 years ago by Dan Connolly <[email protected]>
get agenda questions from the blockchain

github.com/rchain-community/rvote - d4c3bf352af6c6f87fe079d30c75c18446949cbf authored about 4 years ago by Dan Connolly <[email protected]>
build question/answer form elements from rholang agenda data

github.com/rchain-community/rvote - 6f9f18d1a30566fc8be3f3da2af31ac00ddc791b authored about 4 years ago by Dan Connolly <[email protected]>
build rholang response including dust target addresses

- factor out rho/lookup.js
- draft transfer-multi.js
- update agenda URI
- explain age...

github.com/rchain-community/rvote - bebe9dcf6654bc65a391bd578c74221678551cf0 authored about 4 years ago by Dan Connolly <[email protected]>
id/shortDesc/docLink design following IOB template

- yes/no only: checkboxes
- QAs type follows IOB template
- updated agenda registry URI
...

github.com/rchain-community/rvote - 6fbd66368730a8ab338986c8b5884fc2808e4dd1 authored about 4 years ago by Dan Connolly <[email protected]>
submit multi-transfer-deploy based on responses

- factor runDeploy out of registryLookup

github.com/rchain-community/rvote - 02843221cb8ad22db2393c90b10ce21b922aa9f7 authored about 4 years ago by Dan Connolly <[email protected]>
RNode client testing page as of e4d97ee Aug 24 2020

github.com/rchain-community/rvote - ce2b52c8c812a25a5cc26337169d62e8b675bcb9 authored about 4 years ago by Dan Connolly <[email protected]>
prune timeline; move to issue #26

github.com/rchain-community/rvote - a1a714b04dee74a9dd985e5ae8728c1c8ad3475d authored about 4 years ago by Dan Connolly <[email protected]>
cite other design docs

github.com/rchain-community/rvote - 8624a03a33c89118b6e150b22da5d59fe97be2b6 authored about 4 years ago by Dan Connolly <[email protected]>
Update LICENSE

github.com/rchain-community/rvote - f174dd7533f891e427018583d904cc09c189004d authored about 4 years ago by Jim Whitescarver <[email protected]>
move methods to issues

github.com/rchain-community/rvote - 356bc4bdd2b73a3069f91acadfb3e25b3e3f2270 authored about 4 years ago by Dan Connolly <[email protected]>
de-emphasize initial brainstorm to linked doc

github.com/rchain-community/rvote - 270f06308f8a17a56f6d3753445840494c4b7f12 authored about 4 years ago by Dan Connolly <[email protected]>
Update readme.md

update from gdoc

github.com/rchain-community/rvote - 194b6c5ef45294d7e00978499653b5fae3380b25 authored about 4 years ago by Jim Whitescarver <[email protected]>
dev notes

github.com/rchain-community/rvote - 76a1433073fa3d5d806dcb36a6bd60bc6783d469 authored about 4 years ago by Dan Connolly <[email protected]>
ignore emacs backups

github.com/rchain-community/rvote - bb7ab9d4fca7dda03405da3a306f367c1aaa5dab authored about 4 years ago by Dan Connolly <[email protected]>
Make bootstrap persisting certificates

github.com/rchain-community/rchain-docker-shard - 629ef2683847291d87c7ccadee74e7866a40ceff authored about 4 years ago by nutzipper <[email protected]>
Community: prune spurious infoCh initilization

github.com/rchain-community/rgov - 12865d7b9ef9b6d53f29d2f21ed83b0e8f833c5b authored about 4 years ago by Dan Connolly <[email protected]>
Community: use peek

github.com/rchain-community/rgov - 724a0ea2da8cb708deedfe938309e7997285b096 authored about 4 years ago by Dan Connolly <[email protected]>
bootstrap community from REV Addr ACL (WIP)

github.com/rchain-community/rgov - 8c39a2804854886235b0683ffe7952d9a21e622d authored about 4 years ago by Dan Connolly <[email protected]>
Community: bundle+ registry entry

fixes #15

github.com/rchain-community/rgov - ced18ea01c9ebbca03c3b875cdc37c431856211b authored about 4 years ago by Dan Connolly <[email protected]>
toward standard registry idioms (WIP)

github.com/rchain-community/rgov - 5e6b23570013eecb8054905feb14f4c91a2607b9 authored about 4 years ago by Dan Connolly <[email protected]>
directory, Community: remove multiple joins on same name

github.com/rchain-community/rgov - f623d66d4f27e79a94e4ea4ca89a35e702ca2c3c authored about 4 years ago by Dan Connolly <[email protected]>
inbox: revert to master (f704993)

github.com/rchain-community/rgov - df116bd440c14662d1aec77eec05afdeb81586fe authored about 4 years ago by Dan Connolly <[email protected]>
remove multiple joins on same name

github.com/rchain-community/rgov - f7049937d334a6b9ccb9e9a34c19b57ac5e89edf authored about 4 years ago by Jim Whitescarver <[email protected]>
remove macros

with @dckc

github.com/rchain-community/rgov - 60d7365f2776695babc9f0304e56dac80a4e34f4 authored about 4 years ago by Jim Whitescarver <[email protected]>
use peek when not modifying

github.com/rchain-community/rgov - 4d24e25e2f4d86e8b5bd05bc971edef899c256e0 authored about 4 years ago by Jim Whitescarver <[email protected]>
ACL-style vote

github.com/rchain-community/rgov - 25ea2ccf451881a7d1ea36ba7cbf653cbbf3e69d authored about 4 years ago by Dan Connolly <[email protected]>
memberIdGovRev redux: get REV Addr from deployerId

github.com/rchain-community/rgov - 207956307194bd2bae9c6387c8709c9bd7bddedb authored about 4 years ago by Dan Connolly <[email protected]>