oib
938ced2e27
Fix npm CI error in GitHub Actions
...
- Remove package-lock.json from gitignore to enable npm ci
- Add package-lock.json for explorer-web app
- Update publish-packages.yml workflow
2026-02-24 17:47:45 +01:00
oib
07f3a87328
docs: restructure website, optimize HTML, gitignore private files
...
Website docs (website/docs/):
- Delete 6 stale -md.html duplicates
- Rename docs-clients/miners/developers → clients/miners/developers.html
- Unify header/nav across all 15 pages (new .site-header pattern)
- Fix 34 dead href=# links with real targets
- Upgrade Font Awesome v4→v6 in index.html
- Replace search stub with live client-side search (15-page index)
- Extract all inline CSS into shared docs.css (+630 lines)
- Extract inline theme JS into shared theme.js
- Strip inline style= attributes from 10+ pages
- Add .announce-banner, .source-links, .search-results CSS classes
- Add Markdown Source links to clients/miners/developers pages
- Update components.html title to Architecture & Components
- Move browser-wallet.html to website/wallet/, leave redirect
- Update all dates to February 2026
Website root:
- Delete 6 root-level duplicate HTML files (160KB saved)
- Rewire index.html and 404.html links
Root README.md:
- Fix 8 broken doc links to new numbered folder structure
- Update copyright to 2026
.gitignore + .example files:
- Gitignore private files: .aitbc.yaml, .env, deploy scripts,
GPU scripts, service scripts, infra configs, .windsurf/, website README
- Create 7 .example files for GitHub users with sanitized templates
- Untrack 47 previously committed private files
Live server:
- Push all website files to aitbc-cascade:/var/www/html/
- Clean stale admin.html and index.nginx-debian.html
2026-02-13 23:18:52 +01:00
oib
06e48ef34b
chore: standardize configuration, logging, and error handling across blockchain node and coordinator API
...
- Add infrastructure.md and workflow files to .gitignore to prevent sensitive info leaks
- Change blockchain node mempool backend default from memory to database for persistence
- Refactor blockchain node logger with StructuredLogFormatter and AuditLogger (consistent with coordinator)
- Add structured logging fields: service, module, function, line number
- Unify coordinator config with Database
2026-02-13 22:39:43 +01:00
oib
c984a1e052
chore: enhance security configuration across applications
...
- Add root-level *.json to .gitignore to prevent wallet backup leaks
- Replace wildcard CORS origins with explicit localhost URLs across all apps
- Add OPTIONS method to CORS allowed methods for preflight requests
- Update coordinator database to use absolute path in data/ directory to prevent duplicates
- Add JWT secret validation in coordinator config (must be set via environment)
- Replace deprecated get_session dependency with Session
2026-02-13 16:07:03 +01:00
oib
073ca0d09c
chore: add blockchain node data dir to gitignore
2026-02-11 21:24:56 +01:00
oib
3a12a66bda
security: remove hardcoded credentials, use env vars for Bitcoin RPC, PostgreSQL, and API keys
2026-02-11 21:22:01 +01:00
oib
5773156ce1
docs: add structure.md, update files.md, rewrite README for GitHub, add favicon, replace debug prints with logging, remove stale src/ copy and empty dirs
2026-02-11 21:14:56 +01:00
oib
6fcc573db7
chore: exclude .windsurf, test-results, wallet files from git tracking
2026-02-11 21:06:40 +01:00
oib
55ced77928
```
...
chore: remove obsolete files and add Solidity build artifacts to .gitignore
- Add ignore patterns for Solidity build artifacts (typechain-types, artifacts, cache)
- Remove unused exchange mock API server (api/exchange_mock_api.py)
- Remove obsolete client-web README placeholder
- Remove deprecated marketplace-ui HTML implementation
```
2026-01-24 15:46:23 +01:00
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
oib
b8b640666d
feat: add foreign key constraints and metrics for blockchain node
2025-09-28 06:04:30 +02:00
oib
fe29631a86
chore: initialize monorepo with project scaffolding, configs, and CI setup
2025-09-27 06:05:25 +02:00