-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setupRefund() failing #19
Comments
some more info related to this bug here: https://labs.bitpay.com/t/payment-channels-consumer-setuprefund-failing/416 |
Thanks for reporting, will take a look now |
any chance we'll have more insight before the weekend? ;) |
The problem is bigger than we expected. We'll review this in a few weeks, as it's not a priority for us now. Sorry! Feel free to provide a fixing PR if you find a solution on your own :) |
Thanks @maraoz ! It seems you do have a clue as to where the problem may be located, at least roughly. Could you provide a guesstimate? :-) Also, would we encounter the same problem when reimplementing the microtx-channel functionality simply with general bitcore API? Basically following the publicly available specs for such channels but using bitcore's simplified API for building transactions etc.? Cheers |
I wrote a fix for this, but am confused how to use gulp. Will make a pull request once this happens. Will somebody explain how to run "gulp lint" on bitcore-channel? I have gulp installed globally via sudo npm install -g gulp. I think I'm missing details on how bitcore-build and bitcore-channel are supposed to be related. Maybe the gulp files are shared? sorry for being such a n00b |
I believe the latest merge takes care of this. |
hi there,
when following the docs and examples to set up a channel, i get this error:
this happens because outputs[] is empty. the insight api call however does return utxo transactions. so i assume that something in Consumer.processFunding() is not parsing them properly.
my code:
any clues?
The text was updated successfully, but these errors were encountered: