-
Notifications
You must be signed in to change notification settings - Fork 68
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
Event API #902
Event API #902
Conversation
Re-group api's based on alpha.4 event api update
Mwu/pay event new params
…harder to deserialzie
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.
I assumed, that all changes in event-api/master
were reviewed, before merging to this branch.
not true ;) |
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.
need to point specific ya-client gitrev
ebefd81
to
b88ce0b
Compare
6c8c8a9
to
3f76367
Compare
- event dao: create timestamp within the transaction fn - fix comments in common.rs
self.notify_agreement(&agreement).await; | ||
|
||
inc_terminate_metrics(&reason, agreement.id.owner()); | ||
log::info!( | ||
"Agent {} terminated Agreement [{}]. Reason: {}", | ||
"{:?} {} terminated Agreement [{}]. Reason: {}", | ||
agreement.id.owner(), |
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.
minor: we are not sure here that the owner is terminating
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.
minor issues only, all of which can and should be addressed in separate PRs
No description provided.