feat(rpc): implement missing RPCs#179
Conversation
Co-authored-by: charl <charl@vanstaden.info>
|
Cursor Agent can help with this pull request. Just |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Co-authored-by: charl <charl@vanstaden.info>
Co-authored-by: charl <charl@vanstaden.info>
Co-authored-by: charl <charl@vanstaden.info>
* Add trading, Lightning, and orderbook RPC method namespaces Co-authored-by: charl <charl@vanstaden.info> * Refactor order status classes to use JsonMap and type-safe parsing Co-authored-by: charl <charl@vanstaden.info> * Refactor order status and related classes with type-safe parsing Co-authored-by: charl <charl@vanstaden.info> * Add new common structures for trading, orderbook, and Lightning Co-authored-by: charl <charl@vanstaden.info> * chore: re-generate indexes --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* Add trading, Lightning, and orderbook RPC method namespaces * Refactor order status classes to use JsonMap and type-safe parsing * Refactor order status and related classes with type-safe parsing * Add new common structures for trading, orderbook, and Lightning * chore: re-generate indexes --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Implement missing Lightning, Trading, and Orderbook RPC methods and related data structures.