Open hxzqlh opened 6 years ago
I can confirm this issue. Any possible fix found yet?
A kludge is available at https://github.com/fdp59/insight-api-zcash
I also meet the problem,do you have any idea?
Use zcash-hackworks repo.
hello,vikoiv:do you mean use the "zcash-hackworks/bitcore-node-zcash"?and I try this,but when I sendrawtransaction,still return "RPCError: 16: tx-overwinter-active"
@vikoiv zcash-hackworks/bitcore-lib-zcash also can't solve this problem. I try to change the current version of transaction.js, it return "throw new Error('number too large to retain precision - use readVarintBN')"
@ztlovemst11 @vikoiv Me too, I also use "zcash-hackworks/bitcore-node-zcash", and it cannot work on addr
api:
$ curl localhost:3001/insight-api-zcash/addr/t1RwbKka1CnktvAJ1cSqdn7c6PXWG4tZqgd/balance
Method not found. Code:-32601
Hi there!
Where I can find a version 100% compatible with sapling transaction? zcash-hackworks/bitcore-lib-zcas is not able to sign v4 transactions (sapling) but works only with v2 (standard) and v3 (overwinter).
I would like to open an issue on their page, but they disabled this function :(
Thanks
When zcash hard forked at height 347500 on 2018-06-26, bitcore-node-zcash crashed:
From zcash official announcement this zcashd version(v1.1.1) is compatible with this hard fork. So I think maybe this error belongs to bitcore-node-zcash itself.