[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. |
Olshansk
left a comment
There was a problem hiding this comment.
- 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.goand 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. |
Olshansk
left a comment
There was a problem hiding this comment.
@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. |
Olshansk
left a comment
There was a problem hiding this comment.
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. |
Olshansk
left a comment
There was a problem hiding this comment.
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_e2eon k8s LocalNet; if any code changes were madee2e-devnet-testpasses tests on DevNet; if any code was changedRequired Checklist
godocformat comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*if I updatedshared/*README(s)