Matthew Zipkin
Matthew Zipkin
@tuxcanfly or @nodar-chkuaselidze can you guys check the Travis CI script is correct? I am experiencing same output as Rojii -- tests pass locally: `npm run test` ✅ `npm run...
@tuxcanfly Tests passed locally for me after switching to `node 10.2`, I saw that version in the CI log
ping @rojii This might be hard to reproduce for testing. I wonder if it's just a networking issue? We used to have issues finding peers on Bitcoin Cash network. Does...
You mean `bcrt1q8nnvw4h09u6avx4tn8gkrx4t9ayd56v86q7ceg`? That is a bech32 regtest address.
No decoding error here: ``` --> bcoin-cli --network=regtest rpc validateaddress bcrt1q8nnvw4h09u6avx4tn8gkrx4t9ayd56v86q7ceg { "isvalid": true, "address": "bcrt1q8nnvw4h09u6avx4tn8gkrx4t9ayd56v86q7ceg", "scriptPubKey": "00143ce6c756ef2f35d61aab99d1619aab2f48da6987", "isscript": false, "iswitness": true, "witness_version": 0, "witness_program": "3ce6c756ef2f35d61aab99d1619aab2f48da6987" } --> bcoin-cli --network=regtest...
> At the same time, the `migrate/latest` script also needs to be more clever, because if `index` doesn't exist we STILL need to run that script in order to bump...
Ok I think this is done, thanks! Tested this morning with a ton of configurations against a regtest blockchain with thousands of blocks and tens of thousands of transactions. 1....
What version of bcoin? what version of nodejs? what operating system? Are you executing any particular commands when this happens? Do you notice anything in the log when this happens?
We should also probably examine how bcoin deals with LIMITED peers when bcoin itself is not pruning