Commit Graph

  • cba5c74851 Merge pull request #17 from satsfy/add-api main LORDBABUINO 2026-05-26 14:13:18 -03:00
  • 830008a8e5 chore: untrack and gitignore yarn install-state.gz LORDBABUINO 2026-05-26 14:07:24 -03:00
  • 2e6f6768bc fix(api): reject empty descriptors/utxos arrays with bad_request LORDBABUINO 2026-05-26 14:06:46 -03:00
  • 34501db5fb fix(api): also read rpc credentials from network-specific bitcoin.conf sections LORDBABUINO 2026-05-26 14:01:18 -03:00
  • 53a84a87e9 fix(engine): use sort_by_key with Reverse for clippy 1.95 LORDBABUINO 2026-05-25 17:43:37 -03:00
  • 9e4df8ec3c refactor(frontend): point frontend at rust stealth-api LORDBABUINO 2026-05-12 02:44:42 -03:00
  • 86e0b40854 refactor(api): use ini crate to parse bitcoin.conf LORDBABUINO 2026-05-11 20:23:11 -03:00
  • 52fb5b4c39 docs: use scripts/setup.sh in readme quickstart LORDBABUINO 2026-05-11 20:22:10 -03:00
  • a24dc0aa1f docs: point readme bitcoin.conf section to bitcoin.conf.example LORDBABUINO 2026-05-11 20:21:43 -03:00
  • 25a0594f74 refactor(api): remove preflight descriptor validation LORDBABUINO 2026-05-11 20:21:23 -03:00
  • 2dcb2d244c refactor(api): use read_cookie_file in e2e regtest tests LORDBABUINO 2026-05-11 20:19:48 -03:00
  • 446fb9eb45 refactor(api): use match for scan input validation LORDBABUINO 2026-05-11 20:18:52 -03:00
  • ca827db53e feat(api): add permissive CORS layer LORDBABUINO 2026-05-11 20:18:31 -03:00
  • 3ab2fb3c9c refactor(api): drop dead-code cookie loop in detect_cookie_file LORDBABUINO 2026-05-11 20:17:58 -03:00
  • 9e1cadcc5e Merge remote-tracking branch 'origin/main' into satsfy-pr17-rebase LORDBABUINO 2026-05-11 20:17:44 -03:00
  • 93ef04592a docs: add Ecosystem section to README docs/readme-ecosystem-section LORDBABUINO 2026-04-25 09:59:46 -03:00
  • 501d6883c6 Merge pull request #18 from satsfy/add-cli LORDBABUINO 2026-04-10 18:49:52 -03:00
  • 780c3122bd feat(docs): add docs for api package Renato Britto 2026-04-05 20:16:34 -03:00
  • 720342f880 refactor(api): expand and test api as stealth http interface Renato Britto 2026-04-05 20:16:24 -03:00
  • 41098fc209 fixup! feat(docs): update README for cli rust crate instructions Renato Britto 2026-04-09 16:11:38 -03:00
  • 1d0479cc83 fixup! feat(cli): create rust package cli for stealth cli interface Renato Britto 2026-04-09 16:11:30 -03:00
  • 5efb210d68 fixup! refactor(model): convert core crate into model for types and interfaces Renato Britto 2026-04-09 16:11:22 -03:00
  • fc2d7007ac feat(docs): update README for cli rust crate instructions Renato Britto 2026-04-05 00:09:10 -03:00
  • a08aca3af3 feat(cli): create rust package cli for stealth cli interface Renato Britto 2026-04-04 23:04:20 -03:00
  • 1b06b64d98 Merge pull request #21 from stealth-bitcoin/docs/contributing-guide LORDBABUINO 2026-04-04 19:56:28 -03:00
  • 5625a8de7d docs: add CONTRIBUTING.md with PR workflow and code standards docs/contributing-guide LORDBABUINO 2026-04-04 19:14:13 -03:00
  • cf07b94520 Merge pull request #16 from satsfy/add-rust-detector LORDBABUINO 2026-04-04 01:39:39 -03:00
  • f01faabde1 fixup! feat(engine): create engine rust package for detectors and orchestration Renato Britto 2026-03-31 19:42:45 -03:00
  • 7fb428da55 fixup! refactor(bitcoincore): convert bitcoincore into gateway adapter Renato Britto 2026-03-31 19:42:39 -03:00
  • 27087de01d fixup! refactor(model): convert core crate into model for types and interfaces Renato Britto 2026-03-31 19:40:02 -03:00
  • ea6c90bf41 fixup! feat(engine): create engine rust package for detectors and orchestration Renato Britto 2026-03-31 19:31:48 -03:00
  • 14ac5c80a1 fixup! refactor(bitcoincore): convert bitcoincore into gateway adapter Renato Britto 2026-03-31 19:31:45 -03:00
  • 3664d73c4e fixup! refactor(model): convert core crate into model for types and interfaces Renato Britto 2026-03-31 19:31:39 -03:00
  • 9eb6b8ba58 refactor: remove deprecated crates/ Renato Britto 2026-03-26 12:42:11 -03:00
  • 7700cfcbb1 feat(docs): update README to reflect rust refactor Renato Britto 2026-03-25 22:33:08 -03:00
  • b8c196f8eb feat(engine): create engine rust package for detectors and orchestration Renato Britto 2026-03-25 22:27:26 -03:00
  • 86335e8467 refactor(bitcoincore): convert bitcoincore into gateway adapter Renato Britto 2026-03-25 22:28:50 -03:00
  • 0931bd3272 refactor(model): convert core crate into model for types and interfaces Renato Britto 2026-03-25 22:26:52 -03:00
  • 0c511bf5bb Merge pull request #14 from satsfy/add-ci LORDBABUINO 2026-03-29 18:05:53 -03:00
  • 3f52c8405c Merge pull request #15 from stealth-bitcoin/feat/rust-port LORDBABUINO 2026-03-29 18:03:21 -03:00
  • d88fa982c8 feat(ci): create ci with rustfmt, lint and test Renato Britto 2026-03-24 20:35:49 -03:00
  • 40ee2466d1 feat(ci): create formatter config Renato Britto 2026-03-25 22:11:11 -03:00
  • eb04748a2a Merge pull request #8 from stealth-bitcoin/chore/readme-and-governance LORDBABUINO 2026-03-24 07:33:03 -03:00
  • d6e16171cf docs: add GOVERNANCE.md, LICENSE, and rewrite README for clarity chore/readme-and-governance LORDBABUINO 2026-03-23 16:03:10 -03:00
  • 9792b231ba feat: add rust analysis workspace feat/rust-port Breno Brito 2026-03-17 14:53:17 -03:00
  • 5205133638 chore: remove tracked pycache and add to gitignore LORDBABUINO 2026-03-06 00:43:25 -08:00
  • caba1d9464 docs: update README to reflect cleanup and datadir config LORDBABUINO 2026-03-05 14:34:51 -08:00
  • dbaaa8d5d0 Merge pull request #5 from LORDBABUINO/cleanup/remove-unused-code LORDBABUINO 2026-03-05 19:45:45 -03:00
  • fcef52adbf fix: pass datadir to bitcoin-cli so Python scripts find cookie auth LORDBABUINO 2026-03-05 14:00:56 -08:00
  • 8e226143dd feat: Optimize setup.sh and reproduce.py LORDBABUINO 2026-03-05 11:30:58 -08:00
  • 3a11a3393e feat: Optimize frontend rendering and API calls LORDBABUINO 2026-03-05 11:30:07 -08:00
  • 0e0a24bfb7 feat: Optimize detect.py performance LORDBABUINO 2026-03-05 11:28:53 -08:00
  • b700b7add8 feat: Clean up dead code within remaining files LORDBABUINO 2026-03-05 11:27:26 -08:00
  • b466bb7721 feat: Remove unused Python test/utility scripts LORDBABUINO 2026-03-05 11:24:59 -08:00
  • eb148ea69e feat: Remove alternate-network and utility shell scripts LORDBABUINO 2026-03-05 11:24:48 -08:00
  • a5bbd3712e feat: Remove unused frontend files LORDBABUINO 2026-03-05 11:24:37 -08:00
  • 87dee19070 feat: Remove unused backend Java files LORDBABUINO 2026-03-05 11:23:47 -08:00
  • 458a37c566 refactor: use local bitcoin-data dir and bcli helper in setup.sh LORDBABUINO 2026-03-05 00:13:06 -03:00
  • 52691c41d3 refactor: pass bitcoind config via CLI flags instead of writing bitcoin.conf LORDBABUINO 2026-03-04 23:44:14 -03:00
  • 4392e7f502 Merge pull request #3 from LORDBABUINO/vulnerabilities-sujestions LORDBABUINO 2026-02-27 17:28:41 +00:00
  • a6aec9b620 feat: add correction suggestions to vulnerability findings and display them in UI vulnerabilities-sujestions LORDBABUINO 2026-02-27 14:26:37 -03:00
  • a2970018c5 Merge pull request #2 from LORDBABUINO/app-images LORDBABUINO 2026-02-27 16:54:34 +00:00
  • b3c5d9a651 feat: add application demo images app-images LORDBABUINO 2026-02-27 13:53:44 -03:00
  • e8b783fe8b docs: image from slides Breno Brito 2026-02-27 13:43:17 -03:00
  • c9e45af46e docs: Improve how it works Breno Brito 2026-02-27 13:23:36 -03:00
  • 6188665f46 move fast break things move-fast-break-things Renato Britto 2026-02-27 13:22:19 -03:00
  • 7ec87fb45f docs: Shorten slides Breno Brito 2026-02-27 12:54:28 -03:00
  • 153f63d779 Feat: Update slides Miranda 2026-02-27 12:24:24 -03:00
  • cea43f0cdd Feat: Update slides Miranda 2026-02-27 12:21:22 -03:00
  • 8b1e9be146 Update slides.md Herberson Miranda 2026-02-27 12:12:31 -03:00
  • 498a721611 docs: Slides in PDF Breno Brito 2026-02-27 11:41:38 -03:00
  • 87f56c14f9 docs: Add presentation deck Breno Brito 2026-02-27 11:07:25 -03:00
  • b8e4f03695 Feat: add config.ini for blockchain connection settings LORDBABUINO 2026-02-27 02:55:07 -03:00
  • 374e185ba1 docs: align taxonomy and report model with detector output Breno Brito 2026-02-27 02:41:05 -03:00
  • ce2476f6ca feat: add create random transactions script Renato Britto 2026-02-27 02:23:09 -03:00
  • 00ab3c10f7 Docs: add installation and run instructions to README LORDBABUINO 2026-02-27 02:18:09 -03:00
  • ccc61d663e Feat: Wire frontend to backend scan endpoint, replace UTXO report with findings LORDBABUINO 2026-02-27 02:00:39 -03:00
  • 78d335b571 feat: structured JSON output for detect.py LORDBABUINO 2026-02-27 01:35:15 -03:00
  • 48de6af723 Add Slidev pitch presentation Breno Brito 2026-02-27 00:54:29 -03:00
  • c198b35f92 feat: auto-expand descriptor to both /0/* and /1/* variants LORDBABUINO 2026-02-27 01:02:40 -03:00
  • 6a01b9e450 feat: add miner and setup.sh Renato Britto 2026-02-27 00:24:31 -03:00
  • fb5381d7b1 feat: add vuln reproduction and detection scripts Renato Britto 2026-02-27 00:01:55 -03:00
  • 1f7ecf321c Feat: Wire frontend to backend, add wallet API endpoints LORDBABUINO 2026-02-26 23:14:19 -03:00
  • e6a8e77134 Feat: Backend commit Miranda 2026-02-26 22:25:49 -03:00
  • ba99b72b40 Feat: Backend commit Miranda 2026-02-26 21:50:13 -03:00
  • 494838d643 Feat: Backend commit Miranda 2026-02-26 21:39:56 -03:00
  • f067ef54f7 Feat: Update Miranda 2026-02-26 21:36:13 -03:00
  • 1c04b0b096 Feat: scaffold React frontend with Vite and Stealth theme LORDBABUINO 2026-02-26 20:56:38 -03:00
  • 67db81448b Feat: Backend commit Miranda 2026-02-26 21:35:37 -03:00
  • 7f2bc724a1 Docs: write project README LORDBABUINO 2026-02-26 20:21:56 -03:00
  • dd10099036 Feat: Update Miranda 2026-02-26 19:58:36 -03:00
  • 8a543f27f6 first commit Miranda 2026-02-26 19:56:56 -03:00