Skip to content
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

Implement Debug trait for all Struct and Enums #52

Closed
spacecadet-jap opened this issue Aug 22, 2024 · 1 comment · Fixed by #68
Closed

Implement Debug trait for all Struct and Enums #52

spacecadet-jap opened this issue Aug 22, 2024 · 1 comment · Fixed by #68

Comments

@spacecadet-jap
Copy link

spacecadet-jap commented Aug 22, 2024

It's good practise to implement this trait so it's easier to debug. I can submit a PR for this if you are open to this change.

@JaydenElliott
Copy link

Agreed this would be good

devin-ai-integration bot added a commit to devin-open-source/hyperliquid-rust-sdk that referenced this issue Dec 8, 2024
- Added #[derive(Debug)] to ClientModifyRequest
- Added #[derive(Debug)] to ClientLimit, ClientTrigger, MarketOrderParams, MarketCloseParams, ClientOrder, ClientOrderRequest
- Added #[derive(Debug)] to ClientCancelRequest and ClientCancelRequestCloid
- Added #[derive(Debug)] to ExchangeClient
- Added #[derive(Debug)] to HttpClient

Fixes hyperliquid-dex#52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants