-
Notifications
You must be signed in to change notification settings - Fork 24
feat: Escrow based signer validation #635
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
Conversation
359f110 to
06cad5f
Compare
Pull Request Test Coverage Report for Build 13378757019Details
💛 - Coveralls |
06cad5f to
4dbbef4
Compare
crates/service/src/service.rs
Outdated
| Arc::new(IpfsClient::new("https://api.thegraph.com/ipfs/").unwrap()); | ||
|
|
||
| // TODO: Try to re-use the same watcher for both DIPS and TAP | ||
| let watcher = escrow_accounts_v2( |
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.
worth checking with the Semiotic team but I'm 99% sure we need escrow_accounts_v1, as v2 is the one for after we launch Horizon
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.
That's correct.
4dbbef4 to
06a0d63
Compare
anirudh2
left a comment
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.
Looks great! I'm approving but you mind creating an issue for this TODO so that we don't lose track of it.
// TODO: Try to re-use the same watcher for both DIPS and TAP
a1ca33d
06a0d63 to
a1ca33d
Compare
Added a ticket to the board |
No description provided.