Ecosyste.ms: OpenCollective

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

github.com/rchain-community/rchain-api

An API for rchain dapps to communicate with the blockchain
https://github.com/rchain-community/rchain-api

Merge pull request #29 from rchain-community/continuation

Continuation

40fa934af7c7b35f7af0ab64faebc9e8aafcf658 authored about 6 years ago
proxy javascript method calls

... using the registry and previewPrivateName

f21424f4a003686a186940ff8206354dd3726f37 authored about 6 years ago
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...

f2a0ca5ea8c091d826bc890263c906b1fb348b1f authored about 6 years ago
RHOCore: convert `g_int` from string to number

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

7d9e32fc6bfa7d7074180c267790483e61c71af6 authored about 6 years ago
previewPrivateNames: rnodeAPI, integration test

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

cdd7d2189198f9b7e4f6a82d820ef6b3d98af28c authored about 6 years ago
protos: previewPrivateNames added in rchain/rchain 001589c

109c005e8e11a651a6f1418d34d2b847ba38e282 authored about 6 years ago
Bump version number

7c6737d3a497d35b75bd498c1793508667b75c6b authored about 6 years ago
Finished implementing ListenForContinuation family

b639eab0c07e9ceabf72b7d8d05d870e5ecfa255 authored about 6 years ago
Make all data and continuation at name queries default to depth of 1 and flow properly.

7e4c0da55b17a14cff9da679cb4efeeaf8ebe536 authored about 6 years ago
Linting plus Dan's flow corrections.

460dd03d6540715388fb48192a53ef3a243070dc authored about 6 years ago
linting

cb0102bd7f5cbdc20cdead5fb9cdbf5c496e6f60 authored about 6 years ago
Remove duplicate hash function definitions

2f5703c75c477c2774f5d9e6a46c365edd41a5dd authored about 6 years ago
rename liveRNodeTest to match better pattern established in liveRHOCoreTest

57b57ca3c9b86c4db79c9ce5eb8140c0f59c7cb8 authored about 6 years ago
Move source files into appropriate directories.

dbfe59e373603f8676beb69f584bd0389c4dd5bf authored about 6 years ago
Seperate hashing to its own file.

802174f24931eef8efcd3b0b193df433fed5a458 authored about 6 years ago
Correct integration test command in package.json

f09f934a9bcb257435c39a61be8af8825d9a8cd9 authored about 6 years ago
Move integration test to separate file.

ae098bdc31c68e8c3804282666542f7a12b22371 authored about 6 years ago
connecting to rnode: refine diagnostic, docs

2191e11bc6db19184c78e430e79daa985801960d authored over 6 years ago
toward CLI: rclient deploy

3614e30d82a4dc367d4c9ced1fbf03744cde0568 authored over 6 years ago
toward CLI: docopt dependency

5834793191fb820b497126577191c238d3b6d610 authored over 6 years ago
sync package.lock

41ffa377dafe75f453ebe2eac1e916a966a2da75 authored over 6 years ago
Implement listenForContinuationAtName and refactor integration test async/await.

6efa7b8d512a4a69b765c596cb699d41bb11d934 authored over 6 years ago
Fix silly typo in package.json

19eacd10aad6c9c1d4c7bf18c1b6c40092546e52 authored over 6 years ago
Update package.json to reflect new repository and version suffix

b9a4636b42bf0502f46e1c09fe059c77a5669c55 authored over 6 years ago
Merge pull request #26 from crypto-coder/npm

Update protobuf to 0.7.1 / repackage for NPM

e74dad2750828425bf3bee4ac6e82538eeafd21e authored over 6 years ago
Include updated package.lock

eb065300da78c5a5715612edd97a979c94897863 authored over 6 years ago
Switched normal tests to use 'deadbeef' hex, and simple test to use 'testtest'. Refactored hashing tests.

e95c909ce636512e0cd74af043d3e9e6381cdd43 authored over 6 years ago
Refactored / consolidated hash test functions

0ec36f92fb3606bfaaefc19343429d4db7fd4e08 authored over 6 years ago
Merging in changes from dckc:live-tests

3435e4b1c0ef9e807efec9336c0ad1db910e4078 authored over 6 years ago
Removed RhoTypes.d.ts

bc46e22dc421670ddf2114f0252c5267afc51a6f authored over 6 years ago
Removed byte arrays from RHOCore and added npm scripts to package definition

b3f91009b69e5f876be73e9cf75503789101a916 authored over 6 years ago
Added flow types and simple-vs-normal Rholang hash functions

9f96627f078790655b54f4d89e28ab34d7af6bf6 authored over 6 years ago
oops: prepack gets run on install

a10c82692f2840f660457d2bbdaaceb648713c4d authored over 6 years ago
npm run prepack = unit test, lint, flow, online tests

- get host / port from package.json config

8225cf58ebcbdee6432fb81b0aa02513cdc32bfa authored over 6 years ago
liveRHOCoreTests: check toByteArray() using rnode

464009f0013704c07756673098c5aad57d0ba952 authored over 6 years ago
RHOCore: chan.quote is no more

- test running item.hex thru Par.decode vs. item.rho
use Par.encode to normalize them (e.g...

3a347d60f82786470770dc842d64e6623c192868 authored over 6 years ago
testRNode: lint fixes

f0d10ea40d5dda22aa28d09cd53b18f9f0645d50 authored over 6 years ago
protobuf/Makefile: perl is used after all

fd2df00217bba938d8035d8a899c2ac9923ea745 authored over 6 years ago
interfaces/RhoTypes: Channel is no more

252e206c02d675982ad74e90051a9577263ed720 authored over 6 years ago
testRNode: export runAndListen

7a217b0d897f3ac45734c62d4998559d592272c3 authored over 6 years ago
toByteArray() results from rnode 0.7.1 1977b93

got these from integration testing

2e92460b6da984682be5ef5b11cb2807c4ad3940 authored over 6 years ago
hashing functions don't depend on net access

- factor out `hashTest`. The only difference between the
hashing tests is the hash functio...

6a177efb8e95f912aa00a96b6d04fbbb57039317 authored over 6 years ago
Requiring phloLimit and phloPrice for doDeploy function calls

10f590436f106ff0962fdd4230fe178d5109f8fc authored over 6 years ago
testRNode: require --net flag for integration test

- ocap discipline: explicit access to network (grpc),
clock, random number generator
- l...

f78611c453e4e3fae557aeb26d3f49eca6f72d9a authored over 6 years ago
testRNode: suppress typechecking errors

- declare globals

1c2a6dcafce492e7a1508a34f1b68e166b8f4b8a authored over 6 years ago
testRNode: mock enough of grpc

810aaed9b25c85ae5724ba0410509ece56877048 authored over 6 years ago
testRNode: port is number, not string

8bddb8afd98da12fdd0ceda153643e33ea36f815 authored over 6 years ago
Remove global mutable state for hash functions

473a660351491b9cc6ac2ff1b613ead4d9e847ba authored over 6 years ago
Fixed Flow problems

249f15be3263286b020239132f32366a5d14eaa9 authored over 6 years ago
Fixed unit tests and made linting corrections

32d24c606f5ffcd28652e915ccb545d8106acbed authored over 6 years ago
Merge branch 'master' of https://github.com/rchain/rchain-api into npm

41130d996da7422fb9e2f842fe9dbffcdf41854d authored over 6 years ago
Updated README to include the Protobuf commit hash from rchain/rchain

701a8b640747f0863bc249f680baad9b45e8175a authored over 6 years ago
Removed serialization hacks and added test scripts

1eb38aa1eea951d0c354b24327034534bac84f87 authored over 6 years ago
Merge pull request #18 from dckc/ocap-doc

precise definition of ocap discipline

b465fced338717e1dd5e5c1d0a3c7c93d111ea49 authored over 6 years ago
Merge pull request #17 from dckc/rhol-template

rhol`...` template tag

740cdc216de6f8ba7b08ad34dc6ad1c0b9943586 authored over 6 years ago
CONTRIBUTING: more explicit coding conventions

Explicitly note "All contributions should ...".

- Cite Airbnb style guide.
- Explain differ...

a806dd229c0d0294dda9d4b1138c3fa073ce231c authored over 6 years ago
precise definition of ocap discipline

ac3376a097ccfc070c69a6562ef0b5fe6e125fc2 authored over 6 years ago
Generated new gRPC content for RNode 0.7.1

ca30e92592e650a88f345fcc8fbfac458b3474de authored over 6 years ago
Added blake2b256 hash the way Rholang computes it, with dependencies

1d9640d5aa38ad9cdefa3d8e5c42b749f63aa261 authored over 6 years ago
Added SHA256 and Keccak256 hashing functions the way Rholang computes them

153b9be53c731b31569c299bb88346fc7363a5fb authored over 6 years ago
Added getBlock, getAllBlocks, and new protobufs for CasperMessage / RhoTypes

761190475b63b90e46ee8eac576c899207c9bbd1 authored over 6 years ago
rhol`...` interpolation template tag (w/tests) 0.11

8a01883103b2b0eb36d1f012113ff97a13df98a1 authored over 6 years ago
move RHOCore test data to .json file

for use from python etc.

7d12a7f4f3a36893cd8bb07936f3ab753dfc344f authored over 6 years ago
Merge pull request #15 from dckc/verify

signature verification

eb91fdb7533eaa7dbfef9b83e9692dc022beb4f5 authored over 6 years ago
Merge remote-tracking branch 'upstream/master' into verify

1bf5f5cf038016ac4ca5f11b0c533801534e664c authored over 6 years ago
Merge remote-tracking branch 'rhobot/master' into verify

060408791b46a21716103ce7413adf870decdd6e authored over 6 years ago
verify(m, s,p): export, unit test

e5df01d24ed75c17c0203bb8836026546f845a9d authored over 6 years ago
Contributing: fleshed out ocaps and flow.

2e36be1f274820c72433f3fc8953a314e8c22501 authored over 6 years ago
Merge pull request #21 from JoshOrndorff/unforgeable

Unforgeable

427c8a902a25bbec9436eab86aa92f0a2d971578 authored over 6 years ago
getIdFromUnforgeableName: fix arg type

07ae188351baefe4a97f54c8c5086071dd958246 authored over 6 years ago
integration test: lint: indentation

3ef36f2b896a0830f6f812b6f92e7f0c9f6e27bb authored over 6 years ago
Merge branch 'master' into unforgeable

6d614d090c27731deee47e356cb33fd28605b4ce authored over 6 years ago
Merge branch 'master' into unforgeable

a8d4602dc269e0e989d635c26f3d0069fbd4ca10 authored over 6 years ago
Merge pull request #24 from dckc/code-style

travis ci: test, flow, lint

4ad9fd2e34a39b9615eb49097941f0a498a572a7 authored over 6 years ago
travis ci: `npm run X`

73d20dc5f53061ff3a55db470803f2a40f3b251b authored over 6 years ago
use lts node in travis builds

3d5515f91ac8f74afa18a625a367f316e0382f88 authored over 6 years ago
travis ci config: test, lint, flow

bbd22767f5dc92b637dde990c0bb76acdf947c25 authored over 6 years ago
flow config

43db3fe6011d3660f04214ffddd898d73633ede5 authored over 6 years ago
Docs: updated readme and contributing

3510ab5f339a8131b66cb26503e8688c0405aeea authored over 6 years ago
Add integration test for unforgeable name work.

21fdf9d1d856abecc11ad759e677521bc5f1571f authored over 6 years ago
Added functions for listening to and formatting unforgeable names from ACK channels

1b4254ad93bab1b295ecf58b25d4bc93bf631dcf authored over 6 years ago
Merge pull request #15 from dckc/master

toJSData: oops! don't turn all keys into 'k'

8fb09428aacc71c30e74e1e2d9e3b12f20f26877 authored over 6 years ago
flowtype annotations for top-level API

18bf0521a6cb480bfa5258756dd5208fc0ee2382 authored over 6 years ago
toJSData: lint tweaks

- exclude interfaces from lint

4eb9d12e9835fa83f13727e5af716f166dadbd5c authored over 6 years ago
toJSData: oops! don't turn all keys into 'k'

b447d4e9c5aae7dded373f8fdc8b982eb3d7839b authored over 6 years ago
don't assume /protobuf/ is in current directory

6b7141f992c2eb2e027ce3f352e892ebe64d2bc7 authored over 6 years ago
Merge pull request #13 from dckc/code-style

RHOCore.toJSData corner cases, guided by flowtype

dbda59a50d2428f0c414eddea4ac2a410a2402e5 authored over 6 years ago
flowtype tooling, including Json type

082fe5c985d5a9ed78c35455bee46d950a3a5c52 authored over 6 years ago
RHOCore.toJSData: handle Par corner cases

guided by flowtype

487783deb1a2f8d28f9ad132ab12387d761a3a21 authored over 6 years ago
use @grpc/proto-loader at "link time"

- Treat protoLoader like require() rather than
as a powerful runtime capability.
- cite ...

e9bdcb7b77c733801c50073170e353335532ebae authored over 6 years ago
finish factoring RHOCore.js out of rnodeAPI.js

32c22edf011e72ba52ff4c99d85332a9ed34ba54 authored over 6 years ago
code style: lint

- oops! top-level .js files weren't included in `npm run lint`
- use .eslintrc.yaml from RSi...

9240cb4734d2a879ae7eea24987d145338959934 authored over 6 years ago
RHOCore.js: get unit tests working

- copy toJSData from rnodeAPI.js
- module style: change from es6 -> commonjs

db0fc2a7cfb93a178cc70c3a09db27e01e432171 authored over 6 years ago
RhoTypes.js: generated from .proto using pbjs

dfb00db9b2dff80e94a984676cf7cf103a5c3f2f authored over 6 years ago
RHOCore.js: copy from RSign 295a1f37d338 Sep 12

de02f98d866d4e967c5f834ec66805b68e9eea68 authored over 6 years ago
Merge branch 'code-style' into undepricate

6939a81e4bfa63d033ef06c583660ea329b66f11 authored over 6 years ago
Nearly fixed the deprication warning. See issues/3

470eb0ef87f64860667a79c3582f3cb1e0190498 authored over 6 years ago
protobuf: prune left-over PERL from Makefile

be493591527d05f56ad2cca7dbf11dfeb63d6198 authored over 6 years ago
Remove some straggling ignore pattern from talk

22c3ce188089432eb27d3059b16c0f28bbda59b9 authored over 6 years ago
RhoTypes: static typing: more nulls, static

sufficient to strictly check a version of RSign

26b58e1e5dfff3e64eee6406bcc4c045a22f03fa authored over 6 years ago