-
Notifications
You must be signed in to change notification settings - Fork 61
Parse permit URL #526
Comments
/start |
Tips:
|
/unassign |
You have been unassigned from the bounty @KaffinPX |
/start |
Tips:
|
/unassign |
You have been unassigned from the bounty @ByteBallet |
@rndquu can you verify the example link is a permalink? Looks like the lines have been shifted around and the example is no longer clear, which is why nobody is taking this up I assume. |
fixed |
/start |
Tips:
|
Do you have any updates @Sadaf-A? If you would like to release the bounty back to the DevPool, please comment |
@Sadaf-A - Releasing the bounty back to dev pool because the allocated duration already ended! |
Executed it on |
@pavlovcik this issues isnt already done? |
The issue is still relevant |
/start |
Tips:
|
Task Assignee Reward[ CLAIM 18.75 WXDAI ]
If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you! |
Task Creator Rewardrndquu: [ CLAIM 22.8 WXDAI ] |
@Sadaf-A - Releasing the bounty back to dev pool because the allocated duration already ended! |
This was not implemented according to the specification |
@Sadaf-A please be sure to review this conversation and implement any necessary fixes. Unless this is closed as completed, its payment of 18.75 WXDAI will be deducted from your next bounty. |
hey, @pavlovcik I'd be happy to pick it up again but my max assigned limit is reached. There was some disagreement on how this change should be handled and it was changed to RegEx from URLParser midway. |
@Sadaf-A The time limit for this bounty is on Sat, 23 Sep 2023 16:37:38 UTC |
oops |
Do you have any updates @Sadaf-A? If you would like to release the bounty back to the DevPool, please comment |
the pr is still in review |
Do you have any updates @Sadaf-A? If you would like to release the bounty back to the DevPool, please comment |
/start |
Skipping |
@pavlovcik I have a open PR which will resolve this issue. could you please assign this to me. also why is the |
Right now here we use a plain string comparison to check that the comment is a permit URL. This approach is brittle.
We should parse URL with URLSearchParams in order to not rely on query parameters order.
The text was updated successfully, but these errors were encountered: