-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
feat: /1 crosschain etc integration #5600
Conversation
de1ba26
to
9deb0b4
Compare
Codecov Report
@@ Coverage Diff @@
## master #5600 +/- ##
==========================================
- Coverage 30.19% 30.03% -0.17%
==========================================
Files 248 248
Lines 21215 21348 +133
Branches 3075 3095 +20
==========================================
+ Hits 6406 6411 +5
- Misses 14533 14658 +125
- Partials 276 279 +3
Continue to review full report at Codecov.
|
9deb0b4
to
b0a83c7
Compare
b0a83c7
to
01394ad
Compare
@@ -62,8 +62,8 @@ | |||
# oauth2 provider | |||
url('^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), | |||
path('jsi18n/', JavaScriptCatalog.as_view(), name='javascript-catalog'), | |||
# create bounty | |||
url(r'^create?', dashboard.views.new_bounty, name='create_bounty'), # TODO: Remove |
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 definitely isn't used anywhere? or by some weird 3rd party integration that we forgot about or something?
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.
Yeah ! This was introduced as a means to have multiple ways to access the same way !
the 3rd part were with -> /new
OR /fund
(cause one of those were added cause of that )
I don't know if that 3rd part integration even exists (separate story all together )
ae9d49f
to
fd93a4e
Compare
- introduce new endpoint for ETH + EC20 bounties - splits code for ETH and ETC bounty creation to ensure ETH bounties go normal flow while ETC bounties hit new endpoint - sync_etc url + create API are restricted to admin - update bounty details condition to ensure for ETH bounties actions needs user to be logged in and have the right address
fd93a4e
to
e28547c
Compare
Description
bounties go normal flow while ETC bounties hit new endpoint
actions needs user to be logged in and have the right address
Pending
/create
endpoint/create
endpoint/create
endpointTesting