Commit Graph

  • 8b6dfc7114 security: Add sensitive files to .gitignore master feature/v2/runtime/live-readiness-hardening Ralph Loop 2026-03-07 18:49:18 -06:00
  • e997ddc818 feat(arbitrage): add V3 sqrtPriceX96 support - FOUND PROFITABLE OPPORTUNITIES! Gemini Agent 2025-11-30 18:10:01 -06:00
  • 775934f694 feat(discovery): add UniswapV3 pool discovery - 41 pools found! Gemini Agent 2025-11-30 17:58:28 -06:00
  • 52f0ecfc1c docs: update planning with real issue - need cross-protocol arbitrage Gemini Agent 2025-11-30 17:49:33 -06:00
  • e5bc5969f1 docs: add critical bug - stale reserve data causing zero opportunities Gemini Agent 2025-11-30 17:36:17 -06:00
  • d6d53205af feat(docker): add containerization for production deployment Gemini Agent 2025-11-29 12:30:40 -06:00
  • 9278404acb docs: update README with flash loan MVP overview Gemini Agent 2025-11-24 21:14:51 -06:00
  • 3ac4f2047e feat(production): deployment scripts and production guide Gemini Agent 2025-11-24 21:08:36 -06:00
  • 94f241b9aa feat(execution): flash loan arbitrage - ZERO CAPITAL REQUIRED! Gemini Agent 2025-11-24 21:00:41 -06:00
  • c2dc1fb74d feat(arbitrage): implement 2-hop arbitrage detection engine Gemini Agent 2025-11-24 20:51:43 -06:00
  • 8e2a9fe954 feat(parsers): register UniswapV3 parser with factory Gemini Agent 2025-11-24 20:35:25 -06:00
  • 845a56c434 feat(discovery): implement UniswapV2 pool discovery for Arbitrum Gemini Agent 2025-11-24 20:33:33 -06:00
  • bff049c7a3 feat(parsers): implement UniswapV2 parser with 100% test coverage Gemini Agent 2025-11-24 20:18:19 -06:00
  • 8f9321348c ... master-dev Krypto Kajun 2025-11-18 02:35:08 -06:00
  • 2855c23c93 chore: remove unnecessary files to free up disk space Krypto Kajun 2025-11-18 01:07:42 -06:00
  • ac61a1dc5a fix(docker): exclude logs and harness directories from container build Krypto Kajun 2025-11-17 21:08:30 -06:00
  • 687350b285 fix(scripts): update launcher to support podman with modern compose syntax Krypto Kajun 2025-11-17 20:45:58 -06:00
  • 566f3f03ca feat(scripts): add Docker build and execution support to launcher Krypto Kajun 2025-11-17 18:58:11 -06:00
  • 204be46b23 fix(config): add arbitrage configuration section Krypto Kajun 2025-11-17 17:07:34 -06:00
  • 32c06d8c21 feat(scripts): implement complete bot launcher with all setup and verification Krypto Kajun 2025-11-17 15:07:57 -06:00
  • 10911ea469 feat: add flash swap bot launcher script for production deployment Krypto Kajun 2025-11-17 14:54:58 -06:00
  • 21576f862a fix: remove duplicate script main functions to fix build Krypto Kajun 2025-11-17 14:19:52 -06:00
  • 65f0dc34f8 removed contracts Administrator 2025-11-17 20:57:15 +01:00
  • 7694811784 ... Administrator 2025-11-17 20:45:05 +01:00
  • 3f3b28001c Merge fix/main-logger-compatibility into feature/v2-prep feature/v2-prep Administrator 2025-11-11 14:21:56 +01:00
  • 4f7044d33c fix(logging): revert to slog.Logger for consistency fix/main-logger-compatibility Administrator 2025-11-11 14:21:31 +01:00
  • b8c1622dd8 Merge feature/use-dex-config into feature/v2-prep Administrator 2025-11-11 13:58:18 +01:00
  • fab8741544 refactor(config): use external DEX config in decoder feature/use-dex-config Administrator 2025-11-11 13:57:44 +01:00
  • 942dd541e1 Merge feature/standardize-logging into feature/v2-prep Administrator 2025-11-11 13:51:36 +01:00
  • aec2ed2558 refactor(logging): standardize to go-ethereum/log package feature/standardize-logging Administrator 2025-11-11 13:51:12 +01:00
  • f600ec26ff Merge feature/integrate-prometheus-metrics into feature/v2-prep Administrator 2025-11-11 08:29:01 +01:00
  • ac1953b2c3 feat(metrics): complete Prometheus metrics integration feature/integrate-prometheus-metrics Administrator 2025-11-11 08:28:42 +01:00
  • 21a1f9caee Merge feature/remove-blocking-rpc-call into feature/v2-prep Administrator 2025-11-11 08:01:01 +01:00
  • 691d5ba67d refactor: remove blocking RPC call from hot path feature/remove-blocking-rpc-call Administrator 2025-11-11 07:58:48 +01:00
  • 33d5ef5bbc feat: add production-ready Prometheus metrics and configuration management v2-master-dev Administrator 2025-11-11 07:49:02 +01:00
  • 7ba39e690a docs: add ai-toolset setup and deployment guide Administrator 2025-11-11 07:25:35 +01:00
  • aa720c3f97 docs: add comprehensive submodule usage guide Administrator 2025-11-11 07:21:25 +01:00
  • 3505921207 feat: comprehensive audit infrastructure and Phase 1 refactoring Administrator 2025-11-11 07:17:13 +01:00
  • a13b6ba1f7 chore: add .wallet_info.txt to gitignore for security Administrator 2025-11-11 02:40:45 +01:00
  • 46188f2754 feat(v2): add Phase 1 deployment automation and wallet setup guide Administrator 2025-11-11 01:47:32 +01:00
  • 02e169c0e1 fix(v2): resolve critical integer overflow bug and add production deployment guide Administrator 2025-11-11 01:35:08 +01:00
  • 7f57d5eb6b feat(v2): achieve 100% safety test passage with emergency stop and Uniswap V3 pricing Administrator 2025-11-11 01:18:10 +01:00
  • 975e45241e feat(test): add comprehensive safety mechanism testing suite Administrator 2025-11-10 23:16:15 +01:00
  • 1d7d9cd851 docs(production): add comprehensive production readiness status Administrator 2025-11-10 23:01:04 +01:00
  • 0788bd0b93 feat(safety): add comprehensive production safety documentation Administrator 2025-11-10 22:58:14 +01:00
  • 015a196de9 feat(testing): add arbitrage detection integration test Administrator 2025-11-10 22:46:38 +01:00
  • d174a09dcc chore: add bash-based swap analysis script Administrator 2025-11-10 22:39:05 +01:00
  • d5dde0d3ee docs(testing): add swap detection test results to status Administrator 2025-11-10 21:38:49 +01:00
  • 047f2d2389 test(swap-detection): add automated swap detection and analysis tools Administrator 2025-11-10 21:37:51 +01:00
  • ba140611fb docs(testing): add comprehensive testing status and deployment guide Administrator 2025-11-10 20:57:40 +01:00
  • 84c6c6e98f feat(pools): add hardcoded pools for Anvil fork testing Administrator 2025-11-10 20:55:57 +01:00
  • 688311f1e0 fix(compilation): resolve type system and interface errors Administrator 2025-11-10 19:46:06 +01:00
  • 9982573a8b fix(types): add missing types and fix compilation errors - WIP Administrator 2025-11-10 19:30:00 +01:00
  • 8f2264fb4e docs(status): add comprehensive implementation status document Administrator 2025-11-10 18:59:31 +01:00
  • f896c89a90 docs(quickstart): add comprehensive quick start guide Administrator 2025-11-10 18:57:47 +01:00
  • e9c24a65e5 fix(pools): correct CallContract API usage in pool discovery Administrator 2025-11-10 18:56:15 +01:00
  • 65c1005d91 feat(testing): add Anvil fork local testing infrastructure Administrator 2025-11-10 18:52:56 +01:00
  • 0a7a07c896 Merge branch 'feature/v2/execution/P4-001-transaction-builder' Administrator 2025-11-10 18:44:21 +01:00
  • 80b1e3f281 Merge branch 'feature/v2/arbitrage/P3-001-detection-engine' Administrator 2025-11-10 18:44:14 +01:00
  • aa5f622de7 Merge branch 'feature/v2/parsers/P2-018-curve-stableswap' Administrator 2025-11-10 18:44:08 +01:00
  • a81e7ab5b9 Merge branch 'feature/v2/parsers/P2-002-uniswap-v2-base' Administrator 2025-11-10 18:44:02 +01:00
  • 106497d5cd docs: add comprehensive production readiness assessment Administrator 2025-11-10 18:37:53 +01:00
  • 36f6cd4818 docs(execution): add comprehensive documentation and examples feature/v2/execution/P4-001-transaction-builder Administrator 2025-11-10 18:28:13 +01:00
  • 29f88bafd9 test(execution): add comprehensive test suite for execution engine Administrator 2025-11-10 18:24:58 +01:00
  • 146218ab2e feat(execution): implement risk management and execution strategy Administrator 2025-11-10 18:13:33 +01:00
  • 10930ce264 feat(execution): implement transaction builder and flashloan integration Administrator 2025-11-10 17:57:14 +01:00
  • c80fff061c Merge pull request 'feature/v2/parsers/P2-010-uniswap-v3-base' (#3) from feature/v2/parsers/P2-010-uniswap-v3-base into master administrator 2025-11-10 17:39:31 +01:00
  • 0e9ee3a362 docs: update V2 implementation status with Phase 2 & 3 complete feature/v2/arbitrage/P3-001-detection-engine Administrator 2025-11-10 16:32:42 +01:00
  • 4f7c71575f docs(arbitrage): add comprehensive documentation and examples Administrator 2025-11-10 16:28:25 +01:00
  • 2e5f3fb47d feat(arbitrage): implement complete arbitrage detection engine Administrator 2025-11-10 16:16:01 +01:00
  • 9483ec667e docs: add comprehensive parser integration examples and status feature/v2/parsers/P2-018-curve-stableswap Administrator 2025-11-10 16:01:49 +01:00
  • a569483bb8 feat(parsers): add Curve StableSwap parser and fix ScaleToDecimals export Administrator 2025-11-10 15:59:21 +01:00
  • 9166c3f707 feat(parsers): add comprehensive UniswapV3 math utilities for arbitrage feature/v2/parsers/P2-010-uniswap-v3-base Administrator 2025-11-10 15:52:33 +01:00
  • d6993a6d98 feat(parsers): implement UniswapV3 parser with concentrated liquidity support Administrator 2025-11-10 15:37:01 +01:00
  • 37c91144b2 feat(parsers): implement UniswapV2 parser with logging and validation feature/v2/parsers/P2-002-uniswap-v2-base Administrator 2025-11-10 15:31:26 +01:00
  • af2e9e9a1f docs: add comprehensive branch structure documentation Administrator 2025-11-10 14:57:26 +01:00
  • 114bc6dd79 Merge v2-master documentation updates into v2-master-dev Administrator 2025-11-10 14:56:12 +01:00
  • 291ccf0c6a docs: update CLAUDE.md with v2-master branch structure v2-master Administrator 2025-11-10 14:55:58 +01:00
  • 95e2c284af docs: add comprehensive V2 implementation status document Administrator 2025-11-10 14:52:36 +01:00
  • ea8019428d Merge feature/v2/foundation/P1-001-parser-factory into v2-prep Administrator 2025-11-10 14:50:50 +01:00
  • f3acd79997 feat(validation): implement validation pipeline with 100% test coverage feature/v2/foundation/P1-001-parser-factory Administrator 2025-11-10 14:50:35 +01:00
  • 6c85906b56 feat(cache): implement multi-index pool cache with 100% test coverage Administrator 2025-11-10 14:49:19 +01:00
  • 7ba48ebb11 test(observability): add 100% test coverage for logger and metrics Administrator 2025-11-10 14:47:42 +01:00
  • e75ea31908 feat(parsers): implement parser factory with 100% test coverage Administrator 2025-11-10 14:47:09 +01:00
  • 5d9a1d72a0 feat(foundation): create V2 foundation with core interfaces and types Administrator 2025-11-10 14:43:36 +01:00
  • 24b4d90e98 ci: add comprehensive CI/CD pipeline with 100% coverage enforcement Administrator 2025-11-10 14:40:08 +01:00
  • 9a92f43edf docs: add comprehensive profitability plan with sequencer integration Administrator 2025-11-10 14:34:19 +01:00
  • f41adbe575 docs: add comprehensive V2 requirements documentation Administrator 2025-11-10 14:26:56 +01:00
  • c54c569f30 refactor: move all remaining files to orig/ directory Administrator 2025-11-10 10:53:05 +01:00
  • 803de231ba feat: create v2-prep branch with comprehensive planning Administrator 2025-11-10 10:14:26 +01:00
  • 9935246022 fix: correct Protocol and PoolType enum mappings fix-zero-address-v3-parsing Administrator 2025-11-10 10:09:08 +01:00
  • e79e0d960d feat: add pool cache adapter and strict event validation Administrator 2025-11-10 10:03:28 +01:00
  • e02ded0a6a fix: use pool cache to avoid zero addresses in Uniswap V3 parsing Administrator 2025-11-10 09:59:37 +01:00
  • 1773daffe7 fix: resolve critical arbitrage bugs - add missing config values and fix RPC endpoint fix-critical-arbitrage-bugs Administrator 2025-11-09 08:25:36 +01:00
  • 3daf33b984 Merge remote-tracking branch 'origin/master' into master-dev Administrator 2025-11-09 08:00:31 +01:00
  • 1a31836428 feat(docker): complete production deployment with data volume and arbitrage enabled Administrator 2025-11-09 04:34:05 +01:00
  • 0e39b0795b feat(docker): add podman-compose support and fix deployment issues feat-podman-compose-support Administrator 2025-11-09 04:29:32 +01:00
  • 0b917b0ea3 feat(deployment): add production Docker deployment with auto-restart and on-boot startup feat-production-docker-deployment Administrator 2025-11-09 03:55:48 +01:00
  • 52e63a0d11 Add production Docker deployment configuration and updated deployment guide Administrator 2025-11-09 03:03:34 +01:00
  • dd252f7966 merge: integrate all production optimizations from master-dev into master Krypto Kajun 2025-11-08 19:38:20 -06:00