-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add misc logging #77
base: upcoming
Are you sure you want to change the base?
Add misc logging #77
Conversation
Gonna redo this to try to use procedural macros, and output as json |
3da84ac
to
a62dead
Compare
|
||
#[derive(Serialize)] | ||
pub struct PythOraclePriceUpdate { | ||
pub event_type: LogEventType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't this be a macro?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which part?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the event type being on every struct
c4b635a
to
3c2b626
Compare
671bc48
to
a307171
Compare
b8410c2
to
059d4a3
Compare
No description provided.