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

rclient: send payments between registered wallets

github.com/rchain-community/rchain-api - 9b861d072625e8b4e7abfa06411aa26e8cc4e9f5 authored over 5 years ago by Dan Connolly <[email protected]>
rclient: add flow-bin dev dependency

github.com/rchain-community/rchain-api - 9de76802e6294394a3e45e621887e1a8737a6281 authored over 5 years ago by Dan Connolly <[email protected]>
ignore keystore.json, registry.json

github.com/rchain-community/rchain-api - e05a00574e77d32ce44fc03b3d3d1d17a46145f4 authored over 5 years ago by Dan Connolly <[email protected]>
object-curly-newlines lint: relax minProperties

github.com/rchain-community/rchain-api - 2551c6ff43afd34b6c1c15155abb61307ae9408e authored over 5 years ago by Dan Connolly <[email protected]>
proxy: add fixArgs option to support signing private channels

github.com/rchain-community/rchain-api - e3d8a613d2d767ceed1e9036a939c481ec1baeaf authored over 5 years ago by Dan Connolly <[email protected]>
rclient/src/assets: flow types, globals

github.com/rchain-community/rchain-api - b08c919af876a8908c365b86ddf9eaa750df163a authored over 5 years ago by Dan Connolly <[email protected]>
rclient: use named arg for clock, etc.

github.com/rchain-community/rchain-api - 9322190384cb84ce17acb2fd9b9a07de0ddbaee5 authored over 5 years ago by Dan Connolly <[email protected]>
rhoid: clean up design citations

github.com/rchain-community/rchain-api - 85df4c74104a9fc17234e132ab162f08f622700e authored over 5 years ago by Dan Connolly <[email protected]>
rhoid: compute RChain registry URI from ed25519 public key

github.com/rchain-community/rchain-api - ebcef9df2169a74129a7d40fcb6948eee1c20634 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: register wallet with insertSigned

github.com/rchain-community/rchain-api - 2d537b6c2919a05c585f00df097cdded256d396a authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: elaborate usage docs

github.com/rchain-community/rchain-api - b9c8b3202ca9d363615a162a1fcae9e283fa7f94 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge pull request #4 from pyrofex-alpheus/update-highlighting-rholang-mercury-0.2

Update syntax highlights for Mercury 0.2.

github.com/rchain-community/rholang-syntax-highlighting - 760243f4604cd88c0dbd9dde4e345d1f1790267b authored almost 6 years ago by Joshy Orndorff <[email protected]>
rclient --show-public: show ethAddr too

- install as rclient bin

github.com/rchain-community/rchain-api - 08c9afd4301c959adcbbbf7cb2f50a2563546868 authored almost 6 years ago by Dan Connolly <[email protected]>
loadKey: postpone static typing

github.com/rchain-community/rchain-api - 07d0d6005aeb75b7181e235f66c8bf4bc77f087b authored almost 6 years ago by Dan Connolly <[email protected]>
lint: ignore *.test.js during jest transition

github.com/rchain-community/rchain-api - 543f5a672b663afe7ad14df89738fbec9c2e90d9 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --get-balance

github.com/rchain-community/rchain-api - 9696281f9a218b6a7428429fad539a199843c64f authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: log return channel

github.com/rchain-community/rchain-api - 284e4def2b70517df8a9420a80464c23bb275534 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --claim works in one case!!!

- sigDER
- return channel details

github.com/rchain-community/rchain-api - 2edd7808fa0258a462473e79100df51166e89a40 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --claim: format WalletCheck args

- ethAddr, pubKey, sig are all hex
- ethAddr has 0x prefix

github.com/rchain-community/rchain-api - a410fb6497164a9c7da31a88a3e9c428eb991918 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --claim: fix ethAddr computation

- loadKey doesn't need nacl nor randomBytes
- tweetnacl is subsumed by secp256k1 (TODO: pr...

github.com/rchain-community/rchain-api - 211a1e3de64d32f737cf578b1671b34c1c17745d authored almost 6 years ago by Dan Connolly <[email protected]>
proxy returnCh: oops: IPar, not Par

github.com/rchain-community/rchain-api - 9f0eae0e79637a1e48c420646dffda64c0508487 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --claim: correctly reports Unknown Ethereum address

- proxy.sendCall:
- allow caller to specify returnCh
- handle target registered with i...

github.com/rchain-community/rchain-api - 9e117dcb4d4da2c48cae88d4e8e4c29c5687a436 authored almost 6 years ago by Dan Connolly <[email protected]>
RHOCore: interpret rholang tuples as JS lists (IOU tests)

github.com/rchain-community/rchain-api - 62605cd8e375259c04d9a4c034f8e55a75a2423f authored almost 6 years ago by Dan Connolly <[email protected]>
loading: fix b2h local import

- secretStorage: distinguish toHex, toBuf from b2h, h2b

github.com/rchain-community/rchain-api - c03ef355b3983d50a6508787daad799302cfa1f6 authored almost 6 years ago by Dan Connolly <[email protected]>
protobufs: update to 51d9323 Jan 3, 2019

github.com/rchain-community/rchain-api - 4ec5a3df0c706e821825f12f9b80861d05867276 authored almost 6 years ago by Dan Connolly <[email protected]>
RHOCore: represent js obs as rho map

- toward testjs -> jest migration

github.com/rchain-community/rchain-api - 4d97bc3e5e0b449290509a734b27821e321c4f6b authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --claim: WIP

Seems to compose correct rholang, including signature. But when
deployed, it doesn't do anythin...

github.com/rchain-community/rchain-api - 52fc947e061a8d3f432e1465f25f933694fc9eca authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --show-public

github.com/rchain-community/rchain-api - 1e6bda0983aaa7897492caa0db8c9d47561417b6 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient sign: use eth secretStorage

github.com/rchain-community/rchain-api - 7b4addc4bc6dff7085e59b44e50c26ad69c9fe5b authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: use eth secretStorage for new accounts

github.com/rchain-community/rchain-api - 07550f2b3c20c81c48f50982539045421fb4176f authored almost 6 years ago by Dan Connolly <[email protected]>
Update syntax highlights for Mercury 0.2.

Updated syntaxt highlighting for Emacs and Vim to better match the
changes that have been made u...

github.com/rchain-community/rholang-syntax-highlighting - 0db7b6a0f863bd01a0356f714cdb971e9f1dfb4a authored almost 6 years ago by Alpheus Madsen <[email protected]>
rclient import LABEL JSONFILE

github.com/rchain-community/rchain-api - 9f517120d876b11cc34a1de1321270de83eed5c2 authored almost 6 years ago by Dan Connolly <[email protected]>
toward eth import: secretStorage.load

github.com/rchain-community/rchain-api - d39399c1419ee059a517d95890a47bdb66705b26 authored almost 6 years ago by Dan Connolly <[email protected]>
KVDB is subsumed by FileStorage

github.com/rchain-community/rchain-api - 7db032b1d70016537ab3e18ebfd85905924e720d authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: prompt for password; handle multiple keys

- sign JSON or raw bytes from file

github.com/rchain-community/rchain-api - 8ba7fff412eb4053abba50f9129e11d9c46359e7 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge branch 'master' into gen-docs

github.com/rchain-community/rchain-api - 12a9bdb5ddc545d65f53b9b382e5388a6a0c5da4 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient sub-package: skip package-lock to avoid npm issue

github.com/rchain-community/rchain-api - 7e1d7640b10397a5ed945d370da7524c51020f7e authored almost 6 years ago by Dan Connolly <[email protected]>
rclient sub-package: use postinstall rather than before_script

github.com/rchain-community/rchain-api - fa0a721ddbb798c82b4fc90ec1d0d1ffad3bf14c authored almost 6 years ago by Dan Connolly <[email protected]>
travis config: install rclient deps before flow check

github.com/rchain-community/rchain-api - bc0a0dfd4b193684ed2d13e5acb985d9a0559901 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient is its own package

github.com/rchain-community/rchain-api - abf9012cc2e78b7ad10c7e37dea55147e22b470d authored almost 6 years ago by Dan Connolly <[email protected]>
assets: a copy for each example, for now

github.com/rchain-community/rchain-api - 1e0c9c35b543be8d3aa77fb7a1d732c95c997323 authored almost 6 years ago by Dan Connolly <[email protected]>
bump version to go with node 0.8

github.com/rchain-community/rchain-api - eaad917b466621c0cf97635c95bfd862169b0203 authored almost 6 years ago by Dan Connolly <[email protected]>
ethSig: move to examples

github.com/rchain-community/rchain-api - 8c78dc0cdee20e2c41099bed416622c9b1b3757e authored almost 6 years ago by Dan Connolly <[email protected]>
oops: docopt is only for rclient

github.com/rchain-community/rchain-api - 9a81197c062c422b39b32094c36d8120be8390ad authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: nicer output from account --new

github.com/rchain-community/rchain-api - 1031f348f7884786d7b5ede74eba9dd1bdb3a85a authored almost 6 years ago by Dan Connolly <[email protected]>
loader: better pattern for matching x(`export:`)

github.com/rchain-community/rchain-api - d1bad4e8b146642c211667038cb870601f6dc71e authored almost 6 years ago by Dan Connolly <[email protected]>
testPay: fix loadRhoModules usage

github.com/rchain-community/rchain-api - d0423d79c6723066236f0c2baddbd3ab2fd8f29e authored almost 6 years ago by Dan Connolly <[email protected]>
fix import paths etc. after directory reorg

github.com/rchain-community/rchain-api - 3de8b404c7027a1dbc226cfdab4171449b1dc889 authored almost 6 years ago by Dan Connolly <[email protected]>
oops: ...default has to go first

otherwise term etc. get clobbered

github.com/rchain-community/rchain-api - 15853fce07b17c0f30b07c401cf497e0798e2407 authored almost 6 years ago by Dan Connolly <[email protected]>
move rclient, payment, voting to separate dirories

github.com/rchain-community/rchain-api - 1ddb4f0501f15121393ed8cdbff704c4910c1d98 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge branch 'master' into cli

github.com/rchain-community/rchain-api - d0cc85d05426229d17f0e10b6e3adcaeddd8cc67 authored almost 6 years ago by Dan Connolly <[email protected]>
rclient account --new, rclient sign

- copy sigTool.js from RSign
- move KVDB to pathlib; add FileStorage

github.com/rchain-community/rchain-api - 3d1ebcc9bff135d9e622d9ead301881773a7abac authored almost 6 years ago by Dan Connolly <[email protected]>
make `npm run check` happy: lint, ...

- more proxy type safety

github.com/rchain-community/rchain-api - 10dd28163dbff2468ca6aba24f648354d89d62d8 authored almost 6 years ago by Dan Connolly <[email protected]>
testPay: loadRhoModule -> loadRhoModules

- static typing fixes

github.com/rchain-community/rchain-api - de6ac784b23b305a824a520de3a65af9c311c858 authored almost 6 years ago by Dan Connolly <[email protected]>
proxy, loading: static types (target is URL)

github.com/rchain-community/rchain-api - ff49574b40088d8621a42f3fc5cb2287ca42ba5c authored almost 6 years ago by Dan Connolly <[email protected]>
rclient registry: indent JSON

github.com/rchain-community/rchain-api - be6dffd38a5172af0fe54f985228830d547ffc9f authored almost 6 years ago by Dan Connolly <[email protected]>
rclient: register multiple modules

github.com/rchain-community/rchain-api - f2d33ee680cebeeb41faa7a7c61bf63d10470373 authored almost 6 years ago by Dan Connolly <[email protected]>
loading: never mind delay

github.com/rchain-community/rchain-api - e001477b631c02639d0fe4c22ad7e6981c3283a5 authored almost 6 years ago by Dan Connolly <[email protected]>
voting.rho: fix typo

github.com/rchain-community/rchain-api - 129aa51b741c74fc20372319480ff2ee38e7ddad authored almost 6 years ago by Dan Connolly <[email protected]>
rclient register: re-deploy only if changed

github.com/rchain-community/rchain-api - bc0cc4e321dcecf336900dda76bf553e268e8dcb authored almost 6 years ago by Dan Connolly <[email protected]>
pathlib: object oriented file access

github.com/rchain-community/rchain-api - e360affec42c4ba488643351f8312121141291c8 authored almost 6 years ago by Dan Connolly <[email protected]>
factor out asPromise module

github.com/rchain-community/rchain-api - 62b82cb830fb5909fbbfaa92b6073d5bdd809034 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge branch 'cli' into loader

github.com/rchain-community/rchain-api - d78ff726686d6c159c629ff7393a895e18d9312d authored almost 6 years ago by Dan Connolly <[email protected]>
testVoting: announce winner; load modules concurrently

- loading.js: load modules concurrently
- getWinner: locker converts tuple to JSON-happy map...

github.com/rchain-community/rchain-api - dad791488ef9a60ace326ccab6079041b6ac2168 authored almost 6 years ago by Dan Connolly <[email protected]>
locker: put sig after method for consistency with proxy

github.com/rchain-community/rchain-api - d954c8c804201d435ed61aa635b8c828f4d6d41b authored almost 6 years ago by Dan Connolly <[email protected]>
testVoting: loads all 4 contracts; some TODOs

github.com/rchain-community/rchain-api - 725da71a029eb7d6a4b1d9502b95bef4f160bea6 authored almost 6 years ago by Dan Connolly <[email protected]>
test/loader fixes

github.com/rchain-community/rchain-api - 99c99cc31cb164f22c4d9a95db5010330c1f5f5a authored almost 6 years ago by Dan Connolly <[email protected]>
loader: use legal rholang syntax

github.com/rchain-community/rchain-api - 5ad9ad3d5bd94cd10b0f505105959bda1f5ae925 authored almost 6 years ago by Dan Connolly <[email protected]>
Update README.md

github.com/rchain-community/rchain.cloud - 7725a00ca91b8a7c929b8e446cb02ee239092ba2 authored almost 6 years ago by Edi Sinovcic <[email protected]>
Merge branch 'react' of https://github.com/th3build/rchain.cloud into react

github.com/rchain-community/rchain.cloud - 12d700ba294ecc5c27143a4e81282d3dbdfb1b6b authored almost 6 years ago by user <[email protected]>
Adding new image for rchain-cloud

github.com/rchain-community/rchain.cloud - 42cc73070bb96bff19acfce51aa6aa898417fad7 authored almost 6 years ago by user <[email protected]>
Adding new image for rchain-cloud

github.com/rchain-community/rchain.cloud - 10a622a3aeec29400d67fe1a3236d8c45371e3ed authored almost 6 years ago by user <[email protected]>
Adding rchain.cloud image

github.com/rchain-community/rchain.cloud - 2aff2eb70d540045af2d65d87f13887b5d4df358 authored almost 6 years ago by user <[email protected]>
Updating description

github.com/rchain-community/rchain.cloud - 20067f501d73c70ee6c0aa362c0758077c732cbb authored almost 6 years ago by Edi Sinovcic <[email protected]>
Updating configurations for dockerfile to be same for prod and dev and updating README file

github.com/rchain-community/rchain.cloud - 37d8fba46975275c2c5761214e59b212a37575af authored almost 6 years ago by user <[email protected]>
Merge branch 'react' of https://github.com/th3build/rchain.cloud into react

github.com/rchain-community/rchain.cloud - 58afeca155e5f3df3f8abd2c71fc3677095f01be authored almost 6 years ago by user <[email protected]>
rlp: add docs; refactor for readability

github.com/rchain-community/rchain-api - 5c172fa4601d982a478ea4154273c780aa3d02da authored almost 6 years ago by Dan Connolly <[email protected]>
Added randomness characterizer and put booleans in a better palce

github.com/rchain-community/Korea-Workshop - d41bab01c74a4f5c67e0c19db29fb64d826981ef authored almost 6 years ago by Joshy Orndorff <[email protected]>
Added boolean example (no link from readme though)

github.com/rchain-community/Korea-Workshop - a9167c676cc302871dab3c1d57229e52a37fcd28 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Add resources link

github.com/rchain-community/Korea-Workshop - 2d33515d5475984ef9b804effce0bedf0dfc059b authored almost 6 years ago by kei01138 <[email protected]>
ethSig: fix syntax errors

github.com/rchain-community/rchain-api - 950fe26567ae449b9caae2fca45dc1c238d9f152 authored almost 6 years ago by Dan Connolly <[email protected]>
rlp: bug fixes (how did the tests pass???)

github.com/rchain-community/rchain-api - db7d52c87a5c6ead163c7f62e5de1faa7f85e80d authored almost 6 years ago by Dan Connolly <[email protected]>
ethSig: integrate rev wallet (untested)

- decode nonce, value
- factor our sendIt

github.com/rchain-community/rchain-api - fb8397d4ac45ceffe276cfc2fabc8121aeaf1e01 authored almost 6 years ago by Dan Connolly <[email protected]>
rlp: rever to real ListOps registry URI

github.com/rchain-community/rchain-api - c0e8e6e1a87673aafe62461d4a494f1b4c200389 authored almost 6 years ago by Dan Connolly <[email protected]>
rlp: export int encode / decode, oneByte

- refactor decode

github.com/rchain-community/rchain-api - e571eaed5d901f50b5ce7340732b3fbcf20292b9 authored almost 6 years ago by Dan Connolly <[email protected]>
ethSig: sendTransaction testing (WIP)

uses findOrCreateWallet, EtherWallet

github.com/rchain-community/rchain-api - 963149574e7c6c80f9bd62fe9a72e93a6341d984 authored almost 6 years ago by Dan Connolly <[email protected]>
ethSig: verifySignature works in 2 cases

- compute signature using rlpEncode, keccak256Hash

github.com/rchain-community/rchain-api - 7c49d0b9c7b29d4f88bea72ff409059062015e9b authored almost 6 years ago by Dan Connolly <[email protected]>
rlp: encapsulate encode, decode in bundles

github.com/rchain-community/rchain-api - 222e10c62b6fde1de51499e20d7a7a92dcb5ccca authored almost 6 years ago by Dan Connolly <[email protected]>
rholang syntax highlight

github.com/rchain-community/Korea-Workshop - 5923c0d56db7ea66e93827870966a1d00eeb83e8 authored almost 6 years ago by kang min Choi <[email protected]>
Ethereum solidity syntax highlight

github.com/rchain-community/Korea-Workshop - 6a88f6cc3f21eb66f9397ce5674287141d05d762 authored almost 6 years ago by kang min Choi <[email protected]>
rlp: encode passes all tests (as well as decode)

I found a nice way to factor encode, but decode is messy enough that
after only a few days, I ca...

github.com/rchain-community/rchain-api - 2e5384b3f7a9c9800de06cbc461e8ca271673d86 authored almost 6 years ago by Dan Connolly <[email protected]>
rlp: handle long ByteArrays

github.com/rchain-community/rchain-api - 10bae4e83c26432858cf8bbc4d770def5eabb3af authored almost 6 years ago by Dan Connolly <[email protected]>
edit together

github.com/rchain-community/Korea-Workshop - abba37799f1c59dbdfcd8cf78ee968b487a9599f authored almost 6 years ago by kang min Choi <[email protected]>
together BlockChain phase3

github.com/rchain-community/Korea-Workshop - 76186bb8830c357387539f6ef5fbb65a7ece9391 authored almost 6 years ago by kang min Choi <[email protected]>
Added freshr links

github.com/rchain-community/Korea-Workshop - 4f421b9c6b30bce4c93e7febc550cc8bb7daca7b authored almost 6 years ago by Joshy Orndorff <[email protected]>