-
# Feature - Store bitcoin block anchoring Stacks blocks
## 1. Description
Before we write stacks blocks to the database we fetch the bitcoin block that anchors the Stacks block and we write that…
-
Hello!
Here is an archive containing a few more than needed Testnet3 blocks (784) to help in archeology.
[testnet3.tar.gz](https://github.com/user-attachments/files/17530794/testnet3.tar.gz)
``…
-
A new command:
```
trustchain-cli status
```
that reports something like:
```
IPFS...... ✅
MongoDB... ✅
Bitcoin... ❌ [Synching blocks: 3191562/3193183]
```
or (omitting HTTP Server if it ha…
-
Finally getting around to reviewing the mining interface, and sadly its missing some critical features that a new mining protocol should have. Specifically, one of the key goals of replacing `getblock…
-
The current `Block` API is lacking and we would like to move good clean API's over to `primitives` [0]. As such we would like to re-think the API.
From comment here: https://github.com/rust-bitcoin…
-
Problem: the stacks blockchain RPC interface for GET requests is limited compared the data exposed in bitcoin/etc and the rich data in Hiro's API.
With recent changes to the HTTP interface (https:…
-
When querying an unquoted table reference, BigQuery automatically provided alias for the table name in case insensitive manner.
Example:
```sql
SELECT
BLOCKS,
blocks
FROM
bigquery-public-…
-
## Description
Recent developments in the Bitcoin ecosystem have highlighted the instability of BTC Testnet3, which has been experiencing frequent block storms (producing dozens of blocks within a …
-
# Feature - Revisit `fetch_unknown_ancestors` in stacks `api.rs`
## 1. Description
The assumptions in this method are wrong, it uses the Stacks block height but the Nakamoto start height is defi…
-
In Chapter 12 (Mining), there seems to be an issue with the formula for Bitcoin's difficulty adjustment.
The current formula is written as:
```
New Target = Old Target * (20,160 minutes / Actual …