Jehan

Results 20 issues of Jehan

Right now the tests are using testrpc, which is great for testing, but we should make some kind of deploy scripts to deploy our contracts to the real blockchain.

Once https://github.com/jtremback/avocado/issues/5 is resolved, we will be able to update channel state on the real blockchain. At this point, it's time to start looking at the actual applications of state...

Once https://github.com/jtremback/avocado/issues/2, https://github.com/jtremback/avocado/issues/3 and https://github.com/jtremback/avocado/issues/4 are resolved, we should be able to use the state channels for real. It would be cool to do this, and also make a video...

All of the magic happens in `./offchain/logic.js/`. `logic.js` is designed to be called by the http servers in `./offchain/servers/` when they receive http calls from the CLI and the counterparty....

CLI is started in `./offchain/cli.js`, but a lot has changed in `./offchain/logic.js` since the last time the CLI worked. There are probably some updates that need to be done. I'm...

Hi, I just spent 20 minutes tracking down a bug that I thought was caused this, then by Browserify, but then turned out to be caused by d3 itself. https://github.com/mbostock/d3/issues/1747...

I received this error on my types: `[ICS02.tla:7:5-7:21]: Need annotation. Found 2 matching operator signatures (((a749 -> a750), a749) => a750) or ((Seq(a749), Int) => a749) for arguments a747 and...

bug
FTC-Snowcat
usability
product-owner-triage

I attempted to exchange $0.49 DAI to Eth and it has been hanging like this for about 10 minutes: ![screenshot from 2019-01-23 17-49-10](https://user-images.githubusercontent.com/1335122/51648917-5880a900-1f37-11e9-9bcc-915a8cbb52dc.png)

bug

> Upon such an exploit, the validator and delegators will become inactive, HackPunishmentRatio (default 5%) of everyone's atoms will get slashed, and HackRewardRatio (default 5%) of everyone's atoms will get...

"This library will not check classes. Instead, you are encouraged to use the native instanceof operator." Wouldn't it be easy to have this library generate the instanceof code? What's the...