Dan Connolly

Results 618 comments of Dan Connolly

suggested fix for this and #15 : https://github.com/rchain-community/rchain-api/blob/master/src/ethProvider.js#L4-L59

hi... long time... I'm curious: what prompted this?

> had a few days over the break to apply to it holiday hacking... good stuff :)

I'm interested to contribute in this area. I recently implemented basic transaction fetching in my own little project https://github.com/dckc/finquick/blob/46b4e199541ce989561b3da42b83884d10c1525c/brcal/src/cosmosAcct.js I do more .js coding these days but python has been...

yes, move to endo use case: t.log

related: passing DEBUG and related env vars into xsnap-worker

@erights seems to be working on something that looks like it will address this.

Interesting bit of related work: [Hex template literal \| DeviceScript](https://microsoft.github.io/devicescript/language/hex) example: ```js const buf: Buffer = hex`00 ab 12 2f 00` ``` h/t @turadg

motivation: I was trying to do an isolated signer as an endo app, but I hit: ``` Error#2: Cannot pass mutable typed arrays like Uint8Array(33) [...] ``` So I had...

I think docker is less relevant than installing nijs from npm vs from git sources and nix-env. I just tested installing the current git version 2003ee7fa9d032e7803664414506224b86d16a9d with `nix-env -f release.nix...