-
Notifications
You must be signed in to change notification settings - Fork 5
feat(rpc): implement missing RPCs #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rpc): implement missing RPCs #179
Conversation
Co-authored-by: charl <[email protected]>
|
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 <[email protected]>
Co-authored-by: charl <[email protected]>
Co-authored-by: charl <[email protected]>
* Add trading, Lightning, and orderbook RPC method namespaces Co-authored-by: charl <[email protected]> * Refactor order status classes to use JsonMap and type-safe parsing Co-authored-by: charl <[email protected]> * Refactor order status and related classes with type-safe parsing Co-authored-by: charl <[email protected]> * Add new common structures for trading, orderbook, and Lightning Co-authored-by: charl <[email protected]> * chore: re-generate indexes --------- Co-authored-by: Cursor Agent <[email protected]>
* 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 <[email protected]>
Implement missing Lightning, Trading, and Orderbook RPC methods and related data structures.