-
@jimscarver notes there is no good video on adding actions, we need to make one..
- [2020-10-27 RChain Rholang Community contracts experiment](https://youtu.be/F3RAKSz1jH8) covers some rholang
…
-
Currently, MemberDirectory.rho uses a standard rholang map. This is fine for testing and development, but the "real" deployment on mainnet will ultimately involve many more members. A re-implementatio…
-
### If this relates to existing RChain documentation, please provide the complete, specific URL and location in the page
No.
### Please describe the problem including, missing, unclear or …
-
The basic code involves a combination of create inbox and cast votes contract done by @jimscarver, it just has to be refactored and implemented inside the voting interface
-
Currently, there is indentation in the development interface.
Re-using the TextMate definitions for rholang would allow us to format/highlight rholang code as well.
https://github.com/tgrospic/rhola…
-
Currently, rnode is using two kinds of encoding.
1. protobuf
2. scala codec
In the blockstorage and network part, protobuf is in use while in the rspace code storage, we use scala …
-
Now that we have MemberDirectory.rho, newinbox no longer allows multiple inbox creations. A second attempt simply returns the existing inbox. The text warning "only one" on index.html is no longer nec…
-
The modified rho file caused errors in pyrgov
-
https://github.com/rchain/rchain/blob/b90040d0d35f23253e525f1792008df03fcb18dd/casper/src/main/resources/Registry.rho#L283-L294
In line 285, the suffix value would be taken ou. If the `update` do…
-
When a valid vote is cast it returns two lists:
return!(["oldvote was",oldvote]) |
return!(["newvote is",proposal]) |
When an invalid proposal is given it retu…