-
Notifications
You must be signed in to change notification settings - Fork 284
Only include task_api apps on testnet #4871
Conversation
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.
What about provider part? Will it go in another PR?
@Wiezzel good one, will look at this tomorrow, in this PR :) Was thinking if a task is not able to be requested the provider "switch" is not needed, but it is a good practice to include it on both sides. |
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 don't approve this approach. I suggest to do what the task description says:
don't register envs
This should effectively block all Task API-related activity both on requestor and provider side.
@Wiezzel saw your main comment after fixing all the others 🤦♂ Moved the logic to use envs instead, indeed much neater. |
241629c
to
16bf9bf
Compare
Codecov Report
@@ Coverage Diff @@
## b0.22 #4871 +/- ##
==========================================
- Coverage 90.14% 89.19% -0.95%
==========================================
Files 231 231
Lines 21279 21286 +7
==========================================
- Hits 19182 18987 -195
- Misses 2097 2299 +202 |
51185fb
to
703908f
Compare
So they can be safely tested on testnet first