-
I'm using the latest android30 branch as of 11/12/2020. I have cleaned my builds.
The app crashes on RhoConnect sync.
You can see some fatal errors in the log below:
```
2020-11-12 16:20:44.…
-
[Feb 27 office hours recording](https://ca.meet.coop/playback/presentation/2.0/playback.html?meetingId=3eebb90de74f8b113588e69539a3581034ec20c8-1614436867026)
tab dump:
dckc/finquick: web app ac…
-
## Overview
We should investigate if using `Vector` for event log will speed up overall execution of Rholang when creating and replaying a block.
https://github.com/rchain/rchain/blob/9ef35159ee0c…
-
metamask is the only way hardware wallet users can access their rev. There mave been many complaints from trezor users. trezor transfers usually fail using the rchain client page with metamask. A work…
-
BNFC version 2.9.1
Here is the code generated by BNFC
```c
/* Entrypoint: parse Proc from string. */
Proc psProc(const char *str)
{
YY_BUFFER_STATE buf;
mylang__init_lexer(0);
buf = …
-
- ~~redesign proposer state~~ done in https://github.com/rchain/rchain/pull/3312
- ~~address minor comments~~ done in https://github.com/rchain/rchain/pull/3312
- reimplement tests disabled in , if …
-
if we use deployerId in our rholang code we get an error that interferes with syntax checking.
-
@jimscarver did a demo recently (IOU links) but getting the final tally didn't work for what looks like a core dev issue:
- [x] https://github.com/rchain/rchain/issues/3375 deploy fails without erro…
-
If the whole contents of the wallet is encrypted, how is rholang relevant?
The only cryptographic tools in rholang are signature checking and hashing.
What is a rholang contract expected to do w…
-
participate.js has been changed to fetch actions from .rho files instead of getting them from the actions.js file
fetching the .rho files works, but the text box in the web UI no longer updates with …