Skip to content

Commit

Permalink
bump ya-client reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tworec committed Dec 10, 2020
1 parent 3969a49 commit a3e228f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ ya-sb-router = { path = "service-bus/router" }
ya-sb-util = { path = "service-bus/util" }

## CLIENT
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "6f419f0c64c4064e2482d3d83eb60f3afcff7b88"}
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "6f419f0c64c4064e2482d3d83eb60f3afcff7b88"}
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "ade8c91ef6cf4202eb2390c266f89fa0ec1f25e4"}
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "ade8c91ef6cf4202eb2390c266f89fa0ec1f25e4"}

#ya-client = { path = "../ya-client" }
#ya-client-model = { path = "../ya-client/model" }
Expand Down
2 changes: 1 addition & 1 deletion core/market/src/db/model/agreement_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl AgreementEvent {
OwnerType::Provider => AgreementTerminator::Provider,
OwnerType::Requestor => AgreementTerminator::Requestor,
},
event_date: event_date.to_rfc3339(), // TODO: this is bug in ya-client.
event_date,
reason,
signature: self.signature.unwrap_or_else(|| {
log::warn!("AgreementTerminatedEvent without signature in database. This shouldn't happen, because \
Expand Down

0 comments on commit a3e228f

Please sign in to comment.