-
I wonder about using CapTP on [cloudflare workers](https://workers.cloudflare.com/). What for? I dunno... maybe to host a chat demo, to start.
@michaelfig @kriskowal is this even worth thinking abo…
-
## Overview
Basic operation to build primitive structures in Rholang has exponential slowdown in performance. Operations like List concatenation, add elements to a Set or key pairs to a Map.
###…
-
What's left:
- [ ] add timestamps
- [ ] make it easy to find from rholang.github.io
- [x] We ran the session Sep 13
- [x] recording: https://www.youtube.com/watch?v=4GN8dTDaDJI&feature…
-
The current version of the tutorial is already outdated because I've written more lessons, and incorporated minor to medium fixes that I've heard from users. The latest version lives at https://github…
-
As far as I can tell, the current RevVault contract makes this impossible.
I hope to evolve this into a proposal to make it possible, as discussed last night with @leithaus .
It would be more st…
-
@jimscarver I'm starting to think my o2r approach is more trouble than it's worth given that we have rho-bot.
https://github.com/jimscarver/rho-bot/blob/master/allowalltovote.rho
https://github.co…
-
Creating and promoting videos
- Testing Rnode and dApp development
- Running rholang
- Cataloging rholang use cases and sample dApps
- Getting help
- Improving documentatio…
-
Keeping track of error handling conventions is becoming a real challenge:
### Boolean
```
if (v + x > v) {
valueStore!(v + x) | success!(true)
} else {
…
-
Currently, printing logs to stdio is being used but is not the best method to debug applications.
Some options are
1. in the short term, provide access to observer nodes for vetted developers so t…
-
The storage contents, which can be expanded in the right panel, contains items from several runs from different users. Typically the majority of the contents is filled with runs from the example Hello…