Ryan Havar
Ryan Havar
Would you be willing to test against https://www.coinsayer.com 's api and publish how it performs against the other algos? Happy to throw a $200 bounty (payable in bitcoin) to do...
``` 2016-11-19 05:00:04,417 [MCThread ] [INFO ]
Reproducible example: http://www.webpackbin.com/NJaDbz8bG Gives an error: "Cannot read property 'postMessage' of null" If you uncomment line 10, and 12 ... the error goes away (testing on chrome only)
It would be great if Wasabi could support sending bustapay payments. Here's the spec: https://github.com/RHavar/bips/blob/master/bip-bustapay.mediawiki It's actually a pretty straight forward protocol, that's a bit easier to develop than it...
Often it's quite useful to have nested data-structures, because a plain join would lead to many conflicts and confusions. Imagine this simple (postgres) schema: ``` sql CREATE TABLE users (...