Dan Connolly

Results 618 comments of Dan Connolly

Good point about never returning... in due course we should be able to represent that as a behavioral type. But for now, yes, having the game board set the player...

Our `endorse` method is incomplete without methods to edit and delete endorsements.

I wonder how to connect web server apps with rnode. I like the capper architecture (node.js plus waterken style messaging). It seems compatible with the RhoVM style, but I'm not...

On web3... yes, that's the idea... Does web3 support subscribing to changes at a name? If so, perhaps it would work. I'm more familiar with [capper](https://github.com/dckc/Capper), which borrows from [waterken...

I don't understand what you mean about making the trust metric unalterable. I don't understand how Rholang is different from python / PHP / js in this regard.

I'm making progress talking to rnode from a Capper app. The Capper app is doing OAuth2. https://github.com/dckc/rchain-dbr/tree/oauth_gateway/gateway 74a28a7 https://github.com/dckc/rchain-dbr/blob/oauth_gateway/gateway/server/rnodeAPI.js progress toward signing Rholang data from javascript last night: https://gist.github.com/dckc/b963d3e77726118ff5aac1be152e98aa

I'm starting to clean up and document the code I wrote over the last couple days. I moved design notes to [CONTRIBUTING.md](https://github.com/dckc/rchain-dbr/blob/oauth_gateway/CONTRIBUTING.md) and added a _Porting the trust metric to...

## trustCertTest deploys signed transaction! (462efb4) trustCertTest code is https://github.com/dckc/rchain-dbr/blob/oauth_gateway/gateway/server/main.js#L129-L173 We generate a key for our gateway: ``` 'b6251833e2a1210fee3a1ff10ed1ca870ebe65c9832974d90c97250a7d5b935b' ``` Then we suppose these data come from a web form...

## web UI connected to RChain! (fa1554f) OAuth parts are still a bit rough. I'd like to demo this. And/or deploy it to our staging server. Or maybe make a...

Please do try to deploy it to a staging server. I put some effort into documentation. Let me know where it's not enough. If collab is during office hours today,...