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
```
This commit is contained in:
oib
2026-01-24 14:44:51 +01:00
parent 99bf335970
commit 9b9c5beb23
214 changed files with 25558 additions and 171 deletions

View File

@@ -1,23 +1,32 @@
[
{
"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"
}
]
{
"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"
}
]
}

View File

@@ -1,18 +1,20 @@
[
{
"jobId": "job-0001",
"receiptId": "rcpt-123",
"miner": "miner-alpha",
"coordinator": "coordinator-001",
"issuedAt": "2025-09-27T01:52:22Z",
"status": "Attested"
},
{
"jobId": "job-0002",
"receiptId": "rcpt-124",
"miner": "miner-beta",
"coordinator": "coordinator-001",
"issuedAt": "2025-09-27T01:45:18Z",
"status": "Pending"
}
]
{
"items": [
{
"jobId": "job-0001",
"receiptId": "rcpt-123",
"miner": "miner-alpha",
"coordinator": "coordinator-001",
"issuedAt": "2025-09-27T01:52:22Z",
"status": "Attested"
},
{
"jobId": "job-0002",
"receiptId": "rcpt-124",
"miner": "miner-beta",
"coordinator": "coordinator-001",
"issuedAt": "2025-09-27T01:45:18Z",
"status": "Pending"
}
]
}

View File

@@ -1,18 +1,20 @@
[
{
"hash": "0xabc1230000000000000000000000000000000000000000000000000000000001",
"block": 12045,
"from": "0xfeedfacefeedfacefeedfacefeedfacefeedface",
"to": "0xcafebabecafebabecafebabecafebabecafebabe",
"value": "12.5 AIT",
"status": "Succeeded"
},
{
"hash": "0xabc1230000000000000000000000000000000000000000000000000000000002",
"block": 12044,
"from": "0xdeadc0dedeadc0dedeadc0dedeadc0dedeadc0de",
"to": "0x8badf00d8badf00d8badf00d8badf00d8badf00d",
"value": "3.1 AIT",
"status": "Pending"
}
]
{
"items": [
{
"hash": "0xabc1230000000000000000000000000000000000000000000000000000000001",
"block": 12045,
"from": "0xfeedfacefeedfacefeedfacefeedfacefeedface",
"to": "0xcafebabecafebabecafebabecafebabecafebabe",
"value": "12.5 AIT",
"status": "Succeeded"
},
{
"hash": "0xabc1230000000000000000000000000000000000000000000000000000000002",
"block": 12044,
"from": "0xdeadc0dedeadc0dedeadc0dedeadc0dedeadc0de",
"to": "0x8badf00d8badf00d8badf00d8badf00d8badf00d",
"value": "3.1 AIT",
"status": "Pending"
}
]
}