rnode-client-js icon indicating copy to clipboard operation
rnode-client-js copied to clipboard

Web example https://tgrospic.github.io/rnode-client-js

Results 11 rnode-client-js issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

This PR makes it so that deploys get into a block faster (within 1 minutes rather than 15 minutes) by automatically choosing one of the next two validators from the...

enhancement

I tried trust wallet. A colleague tried metamask. I wonder if this we're using the current API or whatever. https://github.com/tgrospic/rnode-client-js/blob/e4d97ee436a9a35ed2fe7b6c3307d03e4e2e9612/src/eth/eth-wrapper.js#L1

question

## Overview Comparison for ETH address with Metamask account should be done with case insensitive match. If for example MM account is manually copied to the page it will not...

bug

Transferring testnet REV between two accounts: Parsing error: Error in parsing term: coop.rchain.rholang.interpreter.errors$SyntaxError: syntax error(): 95 at 9:136-9:138

bug

One of the hazards Agoric left out of [Jessie](https://github.com/Agoric/Jessie) is automatic semicolon insertion. I'd appreciate it if we could avoid that hazard in this repo; my editors make lots of...

I found that the static web page makes a great starting for RChain dApps, but the back-end-related dependencies are sort of a pain. @tgrospic agreed: > I want to isolate...

enhancement

This API is awkward: https://github.com/tgrospic/rnode-client-js/blob/e4d97ee436a9a35ed2fe7b6c3307d03e4e2e9612/src/web/rnode-actions.js#L90 fortunately, the log is handled with ocap discipline (i.e. as an effect) so I was able to interpose a log object that does what I...

enhancement