Description
Implement all Maker RPC handlers using mill-rpc framework.
Motivation
Port all existing Maker functionality to the new framework with improved error handling and performance.
Proposed Solution
- register_offer
- update_offer
- get_offer
- accept_swap
- get_swap_status
- complete_swap
- abort_swap
- get_balance
- get_statistics
Tasks
Expected
- All Maker RPC endpoints functional
- Improved error handling
- Type-safe parameter handling
- Comprehensive test coverage
Description
Implement all Maker RPC handlers using mill-rpc framework.
Motivation
Port all existing Maker functionality to the new framework with improved error handling and performance.
Proposed Solution
Tasks
Expected