bitcoin-canister icon indicating copy to clipboard operation
bitcoin-canister copied to clipboard

Results 20 bitcoin-canister issues
Sort by recently updated
recently updated
newest added

Hi Team, are there any roadmaps or plans about how to implement the interface of how to get the bitcoin raw transaction?

When trying to build the bitcoin state from the bootstrap scripts, the last step (`./6_compute_canister_state.sh`) fails with the following: ``` Shuffling... Writing to stable structure... thread 'main' panicked at 'called...

Upgrades to the beta release of 0.6.0. We'll run this on a testnet for a while until 0.6.0 is production-ready.

This change exposes `main_chain_height` for the watchdog. Currently watchdog canister gets the information about the latest block height from the bitcoin canister via metrics page parsing. It works fine in...

Upgrade bitcoin library to version 0.32.2. Notable changes are: - A number of types now use new type instead of primitive types like u32. - `U256` is no longer exported...

**A suggestion to add a function to get the current best tip (both height and header):** Whilst I think this can be done using the [forthcoming](https://github.com/dfinity/interface-spec/pull/298) `get_block_headers_request`, it requires processing...

Could you add the candid file in each release? This is [done in Internet Identity](https://github.com/dfinity/internet-identity/releases/tag/release-2024-09-06). It helps when another project wants to add this canister to their dfx.json.