-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Utility] trustless relays servicer token validation #803
[Utility] trustless relays servicer token validation #803
Conversation
Will update this PR shortly to add/use Persistence module placeholders for maintaining state. |
Also pushed a commit to implement the relay execution. |
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.
- This is amazing work! 🙌
- Thank you for taking the initiative and working on this so quickly. There is more to come ;)
- This almost in the right direction with the expectation of me leading you down the wrong path. Alongside all the comments, see the comment I left in
utility/service/service.go
and let me know if you have any more questions!
…s-relays-servicer-token-validation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #803 +/- ##
==========================================
+ Coverage 31.52% 31.80% +0.28%
==========================================
Files 107 107
Lines 9034 9190 +156
==========================================
+ Hits 2848 2923 +75
- Misses 5846 5914 +68
- Partials 340 353 +13
☔ View full report in Codecov by Sentry. |
Thank you for the review comments. Checked and addressed all 3. |
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.
@adshmh Just a few last-minute NITS.
This PR has been open for a while and more changes are being introduced so I'm beginning to get some PR fatigue. After the last few nits are tended to, let's merge it in and follow up in a separate PR if we find issues.
This reverts commit f3bfe13.
@Olshansk thank you for the reminder and multiple rounds of review. |
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.
Just one more comment around naming & comments.
We are probably missing something, but we can merge it in and fix it later on main. We've already made A TON of progress on this!
@Olshansk sorry for the delay on this. I will address the remaining review comments within 1 day. |
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.
Just a couple of last-minute stylistic NITs but approving since it looks good to me!
Thank you for the detailed review. The 2 remaining review comments are now addressed. I will merge once CI checks pass. |
Description
Add validation of application's session tokens to the servicer.
Issue
Part of work on #754
Type of change
Please mark the relevant option(s):
List of changes
Testing
make develop_test
; if any code changes were mademake test_e2e
on k8s LocalNet; if any code changes were madee2e-devnet-test
passes tests on DevNet; if any code was changedRequired Checklist
godoc
format comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)