Dan Connolly
Dan Connolly
Place your ships, both data and code, in the tuple space. On your turn, choose a name and either send data to annihilate a code ship or send code to...
... using https://github.com/Widdershin/markdown-doctest
Run our own node? Use testnet?
Together with nth-caller and Rchain-Status, we would have a javascript SDK of sorts. use git submodules? git subtrees? See also: [sdk](https://rchain.atlassian.net/issues/?jql=status%20in%20(%22In%20Progress%22%2C%20%22In%20Review%22%2C%20%22To%20Do%22)%20AND%20labels%20%3D%20sdk) tickets in core dev team JIRA. _previously: https://github.com/rchain/rchain-api/issues/23 Oct...
Should a library do logging? I think there are conventions for logging that the user can turn on/off with environment variables. previously: https://github.com/rchain/rchain-api/issues/25
If the API is going to dynamically check args, let's (a) do it everywhere and (b) unit test it. But I'd be surprised if it's cost-effective. see https://github.com/crypto-coder/rchain-api/commit/761190475b63b90e46ee8eac576c899207c9bbd1#diff-c2c91badddf4395b9125973b96d00ee7R196 previously: https://github.com/rchain/rchain-api/issues/24
recoding: DApp development on the platform https://www.youtube.com/watch?v=bfGrKHOIhMw Where are the slides, @JoshOrndorff ?
The real issue is: ``` $ rnode propose Response: Error while creating block: ReadOnyMode ``` but using rchain-api, I get: ``` $ rclient propose -v options: { '--help': false, '--host':...
I seem to recall some difficulty figuring out static rules for `harden()` that weren't too onerous. After last night's exploration (#34) the idea of using [escape analysis](https://en.wikipedia.org/wiki/Escape_analysis) to define when...
I was playing with `@jessie-check` and ran into an error about regex syntax. Let's add a template tag to the jessie std lib, please. For reference: - [Easy Dynamic Regular...