- Updated Blockchain RPC port from legacy 8545 to current 8006
- Updated documentation files (SETUP.md, infrastructure README, etc.)
- Updated code files (config.py, wallet_adapter.py, base.py, blockchain_simple.py)
- Updated scripts (production-setup.sh, production-deploy.sh, dashboard.sh)
- Updated test configuration (tests/README.md)
- Fixed service endpoints table in SETUP.md
- hermes agents will now use correct port 8006 for blockchain RPC
- SDK atomic swap methods already implemented in remote (commits 71160bf1, 93814f69)
- Updated version from 1.1 -> 1.2 to reflect SDK is available
- Removed outdated 'not implemented' notices
- Scenario now accurately reflects available functionality
- Renamed 42_cross_chain_atomic_swap.md -> 47_cross_chain_atomic_swap.md
(42 was duplicate - 42 is Portfolio Management per README)
- Added disclaimer about CLI commands (uses aitbc contract call, not aitbc atomic-swap)
- Fixed navigation: Previous=46, Next=48 (or 42 for related content)
- Version bumped to 1.1 (contract-based commands from commit 99742c7c)
Note: Remote commit 99742c7c already updated commands to use
Contract-based CLI commands preserved from remote version.