Skip to content
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

api: refactor + new endpoint for ETC payout #6094

Merged
merged 2 commits into from
Feb 28, 2020
Merged

Conversation

thelostone-mc
Copy link
Member

Description
  • remove sync/etc
  • create new endpoint for bounty_fulfilment
  • added fields to BountyFulfillment [ token_name, payout_tx_id, payout_status,
    payout_amount ]
  • replaced etc sync checks to use BountyFulfillment as opposed to Bounty

- remove sync/etc
- create new endpoint for bounty_fulfilment
- added fields to BountyFulfillment [ token_name, payout_tx_id, payout_status,
  payout_amount ]
- replaced etc sync checks to use BountyFulfillment as opposed to Bounty
@codecov
Copy link

codecov bot commented Feb 28, 2020

Codecov Report

Merging #6094 into new-bounty-detail will decrease coverage by 6.55%.
The diff coverage is 13.58%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           new-bounty-detail    #6094      +/-   ##
=====================================================
- Coverage              28.89%   22.33%   -6.56%     
=====================================================
  Files                    273      263      -10     
  Lines                  24292    24260      -32     
  Branches                3564     3568       +4     
=====================================================
- Hits                    7018     5419    -1599     
- Misses                 16991    18805    +1814     
+ Partials                 283       36     -247
Impacted Files Coverage Δ
app/app/urls.py 90.56% <ø> (ø) ⬆️
.../dashboard/management/commands/sync_etc_payouts.py 0% <0%> (ø) ⬆️
app/dashboard/models.py 35.63% <100%> (-18.96%) ⬇️
app/dashboard/utils.py 15.55% <18.75%> (-24.23%) ⬇️
app/dashboard/views.py 9.26% <5.35%> (-2.54%) ⬇️
app/app/context.py 0% <0%> (-68.54%) ⬇️
app/marketing/management/commands/sync_keywords.py 29.16% <0%> (-66.67%) ⬇️
app/marketing/management/commands/expiration.py 33.33% <0%> (-57.15%) ⬇️
app/avatar/templatetags/avatar_tags.py 0% <0%> (-54.55%) ⬇️
app/economy/utils.py 30.3% <0%> (-54.55%) ⬇️
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 006388b...82be765. Read the comment docs.

@octavioamu octavioamu merged commit b5086e9 into new-bounty-detail Feb 28, 2020
@thelostone-mc thelostone-mc deleted the etc-fulfill branch June 27, 2020 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants