Dan Connolly
Dan Connolly
A package is something released separately from python, installed with pip and such, yes? Is that really what you want? Or do you just want a module with a class...
I pored over the Rserve C code and figured out what's going on, writing a client in rust to validate my understanding. Here's hoping I remember to share that code;...
I finally got around to sharing my client in rust where I worked out the `RsOC` protocol: https://github.com/dckc/rust-rserve I just now updated it to modern rust.
not separate from what? I propose/expect to build this with vanilla rholang. Also, a new abbreviation such as `rho:io:network:some-uri` needs a change to the rnode scala code. I don't see...
oh... ideally, we'd have a websocket connection to rnode. Does rnode support that, @zsluedem?
@zsluedem is there a github issue about addressing the websocket limitations? I'd like to track it.
Hm. this simple protocol works if parties trust the bridge. But it would be much more powerful to have an RChain light client (https://github.com/rchain/rchip-proposals/issues/35 ) . That way, the Agoric...
progress in office hours today: https://github.com/rchain-community/js2rho/blob/captp/lib/messageQueue.js 331e08d cc @jimscarver
Where should we get the deploy key for testnet / mainnet? (see also key mgmt #26) We should perhaps follow the norms around truffle... which delegates to an eth client...
Let's work on https://github.com/rchain-community/rchain-docker-shard/issues/1 while we're at it, @jimscarver