bitcore icon indicating copy to clipboard operation
bitcore copied to clipboard

A full stack for bitcoin and blockchain-based applications

Results 204 bitcore issues
Sort by recently updated
recently updated
newest added

Utilize event logs for ERC20 transactions.

it import addresses if set true

Hi, I have on my server bitcoin (bitcore 0.19.x, prune, testnet), and I install the last version of bitpay/bitcore (from master) bitcoin.conf ``` prune=550 minrelaytxfee=0.00005 limitfreerelay=0 dbcache=50 maxmempool=100 maxorphantx=10 whitelist=127.0.0.1...

This PR replaces #3300 and #3304. I have made a few changes to test cases and tested running a RSK node with bitcore-node. This PR is reliant on Crypto-RPC PR...

We found a flaw with the string typed key derivation function at the following call: https://github.com/bitpay/bitcore/blob/bed0702ff56ca207a09711fd2e2a2b75374b51ac/packages/bitcore-lib/lib/hdprivatekey.js#L74-L78 `_.every` calls the function `HDPrivateKey.isValidPath` with two args: 1. The first arg is the...

There was a duplicate 'Get Utxo' Which I deleted it! 2 of those where look exactly the same! So I decide to Delete one of them for more cleanness