-
Notifications
You must be signed in to change notification settings - Fork 10
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
PP-885/explore-solution-b2 #140
Conversation
52f1fca
to
6be340e
Compare
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.
@franciscotobar Thank you for the changes. LGTM
bb4bd1e
to
483389a
Compare
317e6c1
to
e6760c1
Compare
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 have a question regarding the allowed destinations. This being always on might not have the desired outcome in regular relay servers, as they would have to whitelist every single possible destination. Assuming this is being pushed on the main branch, shouln't we add a configuration option to enable this whitelist and having it disabled by default?
ff5430a
to
a1ae292
Compare
return await handler.getAcceptedContracts(); | ||
} catch (error) { | ||
log.warn( | ||
`Couldn't get accepted contracts from verifier ${verifier}`, |
Check warning
Code scanning / CodeQL
Log injection Medium
user-provided value
|
||
return await handler.getAcceptedTokens(); | ||
} catch (error) { | ||
log.warn(`Couldn't get accepted tokens from verifier ${verifier}`, error); |
Check warning
Code scanning / CodeQL
Log injection Medium
user-provided value
aaca9a2
to
cb4f8be
Compare
* ci: add boltz configuration * ci: update deployment script to be used * ci: update server version * docs: fix swagger api
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.
havent checked the tests, the rest looks ok
What
Why
Refs