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

Fixed error naming in circleci

github.com/rchain-community/rchain.cloud - b22a0d9d76759fe821f7996102ac0a8e1a133451 authored almost 6 years ago by edi.sinovcic <[email protected]>
Added production compose ports

github.com/rchain-community/rchain.cloud - 141fb2e5cfc57bdd00840de84ec911467f50ff37 authored almost 6 years ago by edi.sinovcic <[email protected]>
Docs/adding repl example (#32)

* Moving repl parser out of tests to be used from anyone

* Adding docs for eval/repl

github.com/rchain-community/rchain-grpc - c4b133d8bc12c532b48bc0b09bff48a6ae0b7135 authored almost 6 years ago by Paolo D <[email protected]>
testPay: MakeMint

Only works if proxy is patched.

github.com/rchain-community/rchain-api - 3ebcd11dce48257096d5af6b2ff3c38204c37409 authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: handle 0 args, omitted method name

IOU tests

github.com/rchain-community/rchain-api - e91a5d7f867c5bfaff9fb3c110f31012bf385aac authored almost 6 years ago by Dan Connolly <[email protected]>
Update wheel to 0.32.3 (#31)

This PR updates [wheel](https://pypi.org/project/wheel) from **0.32.2** to **0.32.3**.

<d...

github.com/rchain-community/rchain-grpc - eed1373f0e5406ee68ea5acc2051dc43538d2974 authored almost 6 years ago by pyup.io bot <[email protected]>
Fix: working eval/repl (#30)

Fixes #12

github.com/rchain-community/rchain-grpc - 7d950c9c5b5cf4b3e3b546f701e27b1183c0cabb authored almost 6 years ago by Paolo D <[email protected]>
testPay: deployWalletContracts

github.com/rchain-community/rchain-api - 3b8e2a01a40298a7cb57a008b4f79861d55701f9 authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: never mind makePeer()

github.com/rchain-community/rchain-api - 2b1741308392f4cdef76f32b5327d0a7fad69d4c authored almost 6 years ago by Dan Connolly <[email protected]>
testProxy: previewPrivateNames -> previewPrivateChannels

github.com/rchain-community/rchain-api - 45a9352d6724b07dafabf5eccb661f2348c8d27a authored almost 6 years ago by Dan Connolly <[email protected]>
testProxy: deploy target1.rho and get URI

github.com/rchain-community/rchain-api - a19aeac88e8ba8f27e9a580375abb19a13ddfb0f authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: never mind `returnChannel`

github.com/rchain-community/rchain-api - a35b0b709e8c941a0a41fd94588b4d2c82e35daa authored almost 6 years ago by Dan Connolly <[email protected]>
liveRNode test: exit(1) on error

- Don't swallow exceptions in `integrationTest()`. Have the caller
handle them.
- factor...

github.com/rchain-community/rchain-api - 562e2d91555997494f4f7021d982a7669aa67296 authored almost 6 years ago by Dan Connolly <[email protected]>
previewPrivateNames -> previewPrivateIds, previewPrivateChannels

The ids from `previewPrivateNames` had to be wrapped up to make a
channel to listen on. `preview...

github.com/rchain-community/rchain-api - 065d841192747cd303903bdbf1ff5c2aa5fd0fe5 authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: update preview API

github.com/rchain-community/rchain-api - ad8b901327c4005a6672f1bcec5e6545f019b803 authored almost 6 years ago by Dan Connolly <[email protected]>
proxy: lint

github.com/rchain-community/rchain-api - ac79d2c26e8f911e9390fba8c8df122b0f745871 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge branch 'unforgeable' into proxy

github.com/rchain-community/rchain-api - 528ace5aa6916e4e5d7ecd3ebc49c8d958b66dbb authored almost 6 years ago by Dan Connolly <[email protected]>
previewPrivateNames: document; align with doDeploy

github.com/rchain-community/rchain-api - 86a2c8d4de177fef463042c5190f566b77755896 authored almost 6 years ago by Dan Connolly <[email protected]>
type annotation, lint

github.com/rchain-community/rchain-api - 6d7f98d7ee49a8837f05849c0c1f78877180efee authored almost 6 years ago by Dan Connolly <[email protected]>
data from node: Par -> JS data

github.com/rchain-community/rchain-api - 8536cbd33b8f5eac876a1637aa8cdd7a9869df3e authored almost 6 years ago by Dan Connolly <[email protected]>
testRNode: unstructured phloLimit, phloPrice

github.com/rchain-community/rchain-api - 93378fb9708c55300a73f07f410583a713f8c797 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge pull request #29 from rchain-community/continuation

Continuation

github.com/rchain-community/rchain-api - 40fa934af7c7b35f7af0ab64faebc9e8aafcf658 authored almost 6 years ago by Joshy Orndorff <[email protected]>
proxy javascript method calls

... using the registry and previewPrivateName

github.com/rchain-community/rchain-api - f21424f4a003686a186940ff8206354dd3726f37 authored almost 6 years ago by Dan Connolly <[email protected]>
RHOCore.toJSData: accept map as well as sends

I haven't decided to represent JSON { "x": 1 } as rholang {"x":1}
instead of @#x"!(1) yet, but w...

github.com/rchain-community/rchain-api - f2a0ca5ea8c091d826bc890263c906b1fb348b1f authored almost 6 years ago by Dan Connolly <[email protected]>
RHOCore: convert `g_int` from string to number

Protobuf returns int64 as string, presumably because js numbers can
only handle 53 bits.

github.com/rchain-community/rchain-api - 7d9e32fc6bfa7d7074180c267790483e61c71af6 authored almost 6 years ago by Dan Connolly <[email protected]>
Job naming error, fixing

github.com/rchain-community/rchain.cloud - d8b39d8a8ca8271e0981d29a0bf673c0dd49d22c authored almost 6 years ago by edi.sinovcic <[email protected]>
Local circleci jobs are passing, testing on remote

github.com/rchain-community/rchain.cloud - 068d9952ed86359e83ae94737e917852fd7c8848 authored almost 6 years ago by edi.sinovcic <[email protected]>
Another try to fix circleci

github.com/rchain-community/rchain.cloud - ab00ad62da52066a17147ee6d421bc553b467a37 authored almost 6 years ago by edi.sinovcic <[email protected]>
Trying to resolve circleci issue

github.com/rchain-community/rchain.cloud - c516ead89fb53427405f726f6b9ba70f3acf2ac9 authored almost 6 years ago by edi.sinovcic <[email protected]>
Update also muted

github.com/rchain-community/rchain.cloud - fa577201bf635bff2be6018a648f363ae33df2af authored almost 6 years ago by edi.sinovcic <[email protected]>
Remove unnecessary output from dockerfiles

github.com/rchain-community/rchain.cloud - dc3f4168812fa8859437e68d716dce9f755522ee authored almost 6 years ago by edi.sinovcic <[email protected]>
Updating dockerfiles for backend and rnode

github.com/rchain-community/rchain.cloud - 660a76696c0404f763db0837340eb95d22e12479 authored almost 6 years ago by edi.sinovcic <[email protected]>
previewPrivateNames: rnodeAPI, integration test

- integrationTest: no more need to use a public name to get to private names
- change inte...

github.com/rchain-community/rchain-api - cdd7d2189198f9b7e4f6a82d820ef6b3d98af28c authored almost 6 years ago by Dan Connolly <[email protected]>
protos: previewPrivateNames added in rchain/rchain 001589c

github.com/rchain-community/rchain-api - 109c005e8e11a651a6f1418d34d2b847ba38e282 authored almost 6 years ago by Dan Connolly <[email protected]>
Updated docker-compose-prod

github.com/rchain-community/rchain.cloud - 590fe4c68af61768108474e364a0d1ddb9a9db80 authored almost 6 years ago by edi.sinovcic <[email protected]>
Docker image that circleci uses updated

github.com/rchain-community/rchain.cloud - a1abc49df2b7965750a6b4de5e0d7453fb30fbad authored almost 6 years ago by edi.sinovcic <[email protected]>
New backend now conected to frontend - testing still needed

github.com/rchain-community/rchain.cloud - 7635a66c80453ff859a2cb61f50be845cb1f5eab authored almost 6 years ago by edi.sinovcic <[email protected]>
Update pytest to 4.0.0 (#29)

* Update pytest from 3.10.1 to 4.0.0

* Update to deprecations from pytest
and small fixes in...

github.com/rchain-community/rchain-grpc - 782500ce2651113cfd285e6492c8a36166d4e92c authored almost 6 years ago by pyup.io bot <[email protected]>
Update grpcio-tools to 1.16.1 (#28)

This PR updates [grpcio-tools](https://pypi.org/project/grpcio-tools) from **1.16.0** to **1.16....

github.com/rchain-community/rchain-grpc - 5913859bf7b3926476d58711c5676690b6fa1f18 authored almost 6 years ago by pyup.io bot <[email protected]>
Update grpcio to 1.16.1 (#27)

This PR updates [grpcio](https://pypi.org/project/grpcio) from **1.16.0** to **1.16.1**.

...

github.com/rchain-community/rchain-grpc - c3b75101879c0a35d6073d03e6f7ee03c6bf5b03 authored almost 6 years ago by pyup.io bot <[email protected]>
Added deployment cost to the console output

github.com/rchain-community/rchain.cloud - 190b8ef30e7d5d7f9db96968ae319df4855cc417 authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Bump version number

github.com/rchain-community/rchain-api - 7c6737d3a497d35b75bd498c1793508667b75c6b authored almost 6 years ago by Joshy Orndorff <[email protected]>
Finished implementing ListenForContinuation family

github.com/rchain-community/rchain-api - b639eab0c07e9ceabf72b7d8d05d870e5ecfa255 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Update coverage to 4.5.2 (#26)

This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.1** to **4.5.2**.

...

github.com/rchain-community/rchain-grpc - 54570fe9facf8e6ca08c2bae70b2d837c3d6418e authored almost 6 years ago by pyup.io bot <[email protected]>
Evaluation error notification implemented

github.com/rchain-community/rchain.cloud - d11ba81d32394f3cc4a4ebad54dd3ca86143c3b8 authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Configured .env file

github.com/rchain-community/rchain.cloud - 9afc76f6916894777dba8644057346c2d7f27ea7 authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Deleted .env

github.com/rchain-community/rchain.cloud - 21edb820f865ea217fd8477ea61174357690c1ca authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Merge branch 'react' of https://github.com/rchain-community/rchain.cloud into react

github.com/rchain-community/rchain.cloud - 9c9de72f20318c019fbfb56201374a4307e1f79f authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Evaluation timeout implemented

github.com/rchain-community/rchain.cloud - 15e7fcf41debb1170bdfb183b19abf24c19fac30 authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Updated circleci config to only build react branch -> temporary

github.com/rchain-community/rchain.cloud - 69c098634e59fdee7d1f9188357ca8348139cf74 authored almost 6 years ago by edi.sinovcic <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/rchain-community/RChain-docs - b88da9e0fbdb18ca77ee808b31bdf6cbe863f5ca authored almost 6 years ago by Dan Connolly <[email protected]>
remove /examples page, add alt banner image

github.com/rchain-community/RChain-docs - aff6f2b6dcbd5456d32bc9ab21da9ec3a472ea98 authored almost 6 years ago by pmoorman <[email protected]>
Update pytest to 3.10.1 (#25)

This PR updates [pytest](https://pypi.org/project/pytest) from **3.10.0** to **3.10.1**.

...

github.com/rchain-community/rchain-grpc - df43d781376375631eb3ef67202868faf6744ba9 authored almost 6 years ago by pyup.io bot <[email protected]>
Update sphinx to 1.8.2 (#24)

This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **1.8.1** to **1.8.2**.

<d...

github.com/rchain-community/rchain-grpc - 7422d02dfba4d7c93de60b81785e0bf2dc1db751 authored almost 6 years ago by pyup.io bot <[email protected]>
home: size video responsively

borrow from index.css
Last-Modified: Fri, 19 Oct 2018 22:32:11 GMT
ETag: W/"3b14-1668e751aed"

github.com/rchain-community/RChain-docs - 0ecc8e16ac0b4ee66ef6296f3e8aa3479dd9b0e5 authored almost 6 years ago by Dan Connolly <[email protected]>
team: bump up photo size

github.com/rchain-community/RChain-docs - b0839d01a0f98615b232d1521a09560650cc6b1a authored almost 6 years ago by Dan Connolly <[email protected]>
team: punt on bio component due to build problems

github.com/rchain-community/RChain-docs - 4ce4d10ba0f6cd42465c57f6f14851d0227a2362 authored almost 6 years ago by Dan Connolly <[email protected]>
prune un-linked platform features, for now

github.com/rchain-community/RChain-docs - 5209e6c7b0e6ee14c684f08a097ef588fad94676 authored almost 6 years ago by Dan Connolly <[email protected]>
rholang: learning, features, dev tools

github.com/rchain-community/RChain-docs - bda58331cbaf225063b8d6cc55c75a8337c5d2f1 authored almost 6 years ago by Dan Connolly <[email protected]>
rnode: sw arch diagram; testing tweaks

github.com/rchain-community/RChain-docs - 82973c465aa9889a0819b6d1f3e77c75ad54214b authored almost 6 years ago by Dan Connolly <[email protected]>
staking: eye candy

github.com/rchain-community/RChain-docs - c34199707424d6f4d3c49341191372e7c67c7240 authored almost 6 years ago by Dan Connolly <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/rchain-community/RChain-docs - 3083a8e7e4a28f619b777efdf183165365e6f5bc authored almost 6 years ago by Dan Connolly <[email protected]>
rnode: the basics

github.com/rchain-community/RChain-docs - 09eed1963efc099cda88801b880b10de388ce1bd authored almost 6 years ago by Dan Connolly <[email protected]>
Update from Forestry.io - Updated token-economics.md

github.com/rchain-community/RChain-docs - c87d82b8bcaaf744be2cafb183f39f076ab5fa52 authored almost 6 years ago by Kyle Connolly <[email protected]>
intro: not all tokens are mined at genesis

github.com/rchain-community/RChain-docs - 1fa382f870116f569d0ea95da029b62bd622da2f authored almost 6 years ago by Dan Connolly <[email protected]>
intro: rholang isn't really a functional language

github.com/rchain-community/RChain-docs - c845531f11daf7d3e29a2de7c3ff35d9a48b8615 authored almost 6 years ago by Dan Connolly <[email protected]>
intro: leave membership details to coop page

github.com/rchain-community/RChain-docs - dae27870d68ce1c6da59486da566b990348067c7 authored almost 6 years ago by Dan Connolly <[email protected]>
intro: markup fix

github.com/rchain-community/RChain-docs - 05d87e40f09bbe1567670219c0f7140e638d246c authored almost 6 years ago by Dan Connolly <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/rchain-community/RChain-docs - b4b4cccd497fb4b44f614fcdf65327cbbba20814 authored almost 6 years ago by Dan Connolly <[email protected]>
team: enlarge photos a bit

- Factor out the rest of the photo-bio markup.

github.com/rchain-community/RChain-docs - 87d5497b617df467d2e1c520188b8c0d82701437 authored almost 6 years ago by Dan Connolly <[email protected]>
Update from Forestry.io - Updated introduction.md

github.com/rchain-community/RChain-docs - 4faf80548ea80b7ea026b00f54b47d4c8c5c70dd authored almost 6 years ago by Kyle Connolly <[email protected]>
Make all data and continuation at name queries default to depth of 1 and flow properly.

github.com/rchain-community/rchain-api - 7e4c0da55b17a14cff9da679cb4efeeaf8ebe536 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Linting plus Dan's flow corrections.

github.com/rchain-community/rchain-api - 460dd03d6540715388fb48192a53ef3a243070dc authored almost 6 years ago by Joshy Orndorff <[email protected]>
Remove duplicate hash function definitions

github.com/rchain-community/rchain-api - 2f5703c75c477c2774f5d9e6a46c365edd41a5dd authored almost 6 years ago by Joshy Orndorff <[email protected]>
rename liveRNodeTest to match better pattern established in liveRHOCoreTest

github.com/rchain-community/rchain-api - 57b57ca3c9b86c4db79c9ce5eb8140c0f59c7cb8 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Move source files into appropriate directories.

github.com/rchain-community/rchain-api - dbfe59e373603f8676beb69f584bd0389c4dd5bf authored almost 6 years ago by Joshy Orndorff <[email protected]>
Seperate hashing to its own file.

github.com/rchain-community/rchain-api - 802174f24931eef8efcd3b0b193df433fed5a458 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Correct integration test command in package.json

github.com/rchain-community/rchain-api - f09f934a9bcb257435c39a61be8af8825d9a8cd9 authored almost 6 years ago by Joshy Orndorff <[email protected]>
Move integration test to separate file.

github.com/rchain-community/rchain-api - ae098bdc31c68e8c3804282666542f7a12b22371 authored almost 6 years ago by Joshy Orndorff <[email protected]>
team: factored out PhotoBio (2 of 7x)

github.com/rchain-community/RChain-docs - e1f0213d5746537d5c8161f49c744f79ea9a6b37 authored almost 6 years ago by Dan Connolly <[email protected]>
Folder renaming bug-fix, recursive path correction

github.com/rchain-community/rchain.cloud - c40b2f726535088a32f3d56eca42641c36611c3a authored almost 6 years ago by Andrijan Ostrun <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/rchain-community/RChain-docs - a468cfecc2cc647f93bc3973f731761b3abde211 authored almost 6 years ago by Dan Connolly <[email protected]>
homepage: tweak Secure

github.com/rchain-community/RChain-docs - 8b5c1be939834c20d8862d43c9c5307001335021 authored almost 6 years ago by Dan Connolly <[email protected]>
scalability needs at least review

github.com/rchain-community/RChain-docs - b6f021b77686dd233854f8262241d1f6ce83e472 authored almost 6 years ago by Dan Connolly <[email protected]>
fix community menu links

github.com/rchain-community/RChain-docs - c61122e93010d781ff4bf4c90adc993a14c85ad7 authored almost 6 years ago by Dan Connolly <[email protected]>
Update from Forestry.io - Updated token-economics.md

github.com/rchain-community/RChain-docs - c018ab3bbd7e8657491795417469dccddb4a1b1c authored almost 6 years ago by Kyle Connolly <[email protected]>
Update from Forestry.io - Updated introduction.md

github.com/rchain-community/RChain-docs - e609b6342891e483962d629cbe6f90c27af20864 authored almost 6 years ago by Kyle Connolly <[email protected]>
Update from Forestry.io - Updated rnode.md

github.com/rchain-community/RChain-docs - 65a8a2b74a295027a0a38dc196d4064dce2c967e authored almost 6 years ago by Kyle Connolly <[email protected]>
Update from Forestry.io - Updated rholang.md

github.com/rchain-community/RChain-docs - 5f660364f4e71b7b0560260d1d7d7148d9cf9225 authored almost 6 years ago by Kyle Connolly <[email protected]>
community: include Coop, Portfolio

- bounty system -> developer bounties (still WIP)

github.com/rchain-community/RChain-docs - 60832eae2302d4dab7dbdb969bdb90d18286a8fd authored almost 6 years ago by Dan Connolly <[email protected]>
prune more empty stuff

github.com/rchain-community/RChain-docs - 8996e1a19f3d18a269963367f1d6c6f344db4965 authored almost 6 years ago by Dan Connolly <[email protected]>
homepage: restore explainer video; tweak features

github.com/rchain-community/RChain-docs - c9529e972c100f53339d5240905ae9a94cf5e9d0 authored almost 6 years ago by Dan Connolly <[email protected]>
homepage: beef up with CTAs

github.com/rchain-community/RChain-docs - c8b094a5ac4c2b8b1a818dc433eb57a9598acef6 authored almost 6 years ago by Dan Connolly <[email protected]>
prune empty stuff

github.com/rchain-community/RChain-docs - 59b93008ce9b3806239c180bb63694ba1468cad5 authored almost 6 years ago by Dan Connolly <[email protected]>
rholang: less horrible; still WIP

github.com/rchain-community/RChain-docs - f3ffc012fe106a29ff93c9c27ae65ab2a7d9979d authored almost 6 years ago by Dan Connolly <[email protected]>