ematiu
ematiu
thanks for the information Andreas, we will look into it. On Mon, Jan 6, 2020 at 12:57 PM AndreasGassmann wrote: > Just FYI, we use the same stack (ionic +...
Hi @Giszmo, we are on the process of implement a build process based on docker, similar to the one AirGap (thanks again @AndreasGassmann ) is using. We will update this...
Hi, is this issue solved? We had some problems with our backend servers on ETH, but it was temporary, and should be ok. Please let us know. Thanks!
Hello, which version / platform are you using? Copay is not distributed on Android due to Google Play restrictions. You can find Bitpay Wallet on Android.
Hi. The link your are Posting is not Copay wallet. it is a fake app posted by a scammer on Google Play. we have make huge efforts to delete report...
Bitcore-explorers is not longer been maintained. It will be removed soon. Please do not use it. Sorry, we need to update docs. On Sun, Dec 23, 2018, 11:01 AM Leon-Zhang...
Hi, thanks a lot for the insight. I think I have hit this problem before when bundling bitcore-lib and bitcore-lib-cash on the same JS using webpack. we will review the...
thanks a lot @Dabura667! On Tue, May 3, 2016 at 7:06 AM, Dabura667 [email protected] wrote: > I'll take care of it. I'll have a PR in an hour or two....
I am testing this for a valid script, and I get: console.log('[script.js.465]', this.chunks[1].length , this.chunks.len); => undefined, undefined. So it is wrong it both sides. See tests at: https://github.com/bitpay/bitcore-lib/blob/86583608814dfc513e675d7b853806caf9bd95e7/test/script/script.js#L268
I dont understand the point of that test, I think we should remove it, leaving the line as: return this.chunks.length >= 1 && this.chunks[0].opcodenum === Opcode.OP_RETURN && (this.chunks.length === 1...