Commit Graph

7 Commits

Author SHA1 Message Date
LORDBABUINO 9e1cadcc5e Merge remote-tracking branch 'origin/main' into satsfy-pr17-rebase
# Conflicts:
#	Cargo.toml
#	README.md
#	bitcoin.conf.example
2026-05-11 20:17:44 -03:00
Renato Britto 720342f880 refactor(api): expand and test api as stealth http interface 2026-04-09 17:55:34 -03:00
Renato Britto a08aca3af3 feat(cli): create rust package cli for stealth cli interface 2026-04-05 00:03:49 -03:00
Renato Britto b8c196f8eb feat(engine): create engine rust package for detectors and orchestration 2026-03-30 23:12:07 -03:00
Renato Britto 86335e8467 refactor(bitcoincore): convert bitcoincore into gateway adapter
Removed from crates/stealth-bitcoincore and moved to bitcoincore as a
standalone package. This change is part of the refactor to create
separate packages for each component of the stealth project, allowing
for better modularity and separation of concerns.
2026-03-30 23:11:43 -03:00
Renato Britto 0931bd3272 refactor(model): convert core crate into model for types and interfaces 2026-03-30 23:11:27 -03:00
Breno Brito 9792b231ba feat: add rust analysis workspace 2026-03-17 14:53:17 -03:00