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

I've been using bitcore-lib library for the past 3 months with no issues whatsoever and haven't touched the code in all of that time. Last week I started getting this...

Script.fromASM should support PUSHDATA, otherwise it will lead to incorrect chunks settings, which in turn makes the result of toBuffer incorrect. The bitcore-lib-cash code was previously fixed. LTC and DOGE...

bug
backlog

``` const core = require("bitcore-lib-doge"); const net = core.Networks["mainnet"]; const inputs = [ { address: "DHDfGwckknYiPTyrV33bErSe85wtbx5XoL", txId: "a5c7246e07bca9c19458a7f5f6e3a443388568ead490b3c15ddcd8996dc1f258", outputIndex: 0, script: core.Script.fromAddress( "DHDfGwckknYiPTyrV33bErSe85wtbx5XoL" ).toHex(), satoshis: 13541014139440400, }, ]; const outputs...

Hello, This is a formal request for approval from Bitcore regarding the May 2025 upgrade of Bitcoin Cash (BCH). "CHIP-2021-05 VM Limits: Targeted Virtual Machine Limits" and "CHIP-2024-07 BigInt: High-Precision...

The `/:pubKey/balance/:time` endpoint in bitcore-node only calls down to the Coins collection which isn't used by EVM chains, thus getting EVM balances by time has never been implemented and has...

reports an error when using vite to build in a browser environment. ``` const tx = new bitcore.Transaction().from(utxos).to(toAddress, (transaction.amount)).change(User.doge_address).fee(fee) ``` It works fine in the vite development service, but an...

research

Hello, I am encountering the following error when I build as UMD in my project where I use Bitcore-lib. However, I found a temporary solution by updating the related prototype...