-
-
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: /2 crosschain etc integration #5627
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5627 +/- ##
==========================================
- Coverage 29.96% 29.74% -0.22%
==========================================
Files 249 257 +8
Lines 21571 21932 +361
Branches 3128 3188 +60
==========================================
+ Hits 6463 6524 +61
- Misses 14832 15131 +299
- Partials 276 277 +1
Continue to review full report at Codecov.
|
d59ba60
to
6ad6ee6
Compare
- ETH/ERC20 directs to increase bounty page directly - text updated on increase button to show crowdfund / increase
- update comments for bounty cancellation - split code for bounty cancellation for ETH and other tokens - introduced new api endpoint for bounty cancellation - rename kill_bounty.js -> cancel_bounty/index.js - rename kill.html -> cancel.html
50f8e56
to
1780420
Compare
- add @login_required decorator to fulfillment - split code for bounty fulfillment for ETH and other tokens - introduced new api endpoint for bounty fulfillment - rename fulfill_bounty.js -> fulfill_bounty/index.js
- fixed broken invite by skill button - update bounty amount for ETC bounties
@@ -112,7 +260,7 @@ $(document).ready(function() { | |||
ignore: '', | |||
messages: { | |||
select2Start: { | |||
required: 'Please select the right keywords.' |
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.
lol
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.
Good work @thelostone-mc
Description
Bounty Details
bounties
Edit Bounty Details
Bounty Cancellation
Bounty Fulfillment
Ref
feat: /1 #5600