Files
aitbc/apps/explorer-web/public/mock/blocks.json
oib 9b9c5beb23 ```
chore: enhance .gitignore and remove obsolete documentation files

- Reorganize .gitignore with categorized sections for better maintainability
- Add comprehensive ignore patterns for Python, Node.js, databases, logs, and build artifacts
- Add project-specific ignore rules for coordinator, explorer, and deployment files
- Remove outdated documentation: BITCOIN-WALLET-SETUP.md, LOCAL_ASSETS_SUMMARY.md, README-CONTAINER-DEPLOYMENT.md, README-DOMAIN-DEPLOYMENT.md
```
2026-01-24 14:44:51 +01:00

33 lines
872 B
JSON

{
"items": [
{
"height": 0,
"hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"timestamp": "2025-01-01T00:00:00Z",
"txCount": 1,
"proposer": "genesis"
},
{
"height": 12045,
"hash": "0x7a3f5bf5c3b8ed5d6f77a42b8ab9a421e91e23f4d2a3f6a1d4b5c6d7e8f90123",
"timestamp": "2025-09-27T01:58:12Z",
"txCount": 8,
"proposer": "miner-alpha"
},
{
"height": 12044,
"hash": "0x5dd4e7a2b88c56f4cbb8f6e21d332e2f1a765e8d9c0b12a34567890abcdef012",
"timestamp": "2025-09-27T01:56:43Z",
"txCount": 11,
"proposer": "miner-beta"
},
{
"height": 12043,
"hash": "0x1b9d2c3f4e5a67890b12c34d56e78f90a1b2c3d4e5f60718293a4b5c6d7e8f90",
"timestamp": "2025-09-27T01:54:16Z",
"txCount": 4,
"proposer": "miner-gamma"
}
]
}