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

ant token name did not show up #1108

Merged
merged 3 commits into from
May 8, 2018
Merged

ant token name did not show up #1108

merged 3 commits into from
May 8, 2018

Conversation

owocki
Copy link
Contributor

@owocki owocki commented May 8, 2018

https://gitcoin.co/funding/details?url=https://github.com/aragon

fix for the denomination not showing up here

mbeacom
mbeacom previously approved these changes May 8, 2018
Copy link
Contributor

@mbeacom mbeacom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm :shipit:

@codecov
Copy link

codecov bot commented May 8, 2018

Codecov Report

Merging #1108 into master will decrease coverage by 0.01%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1108      +/-   ##
==========================================
- Coverage   31.91%   31.89%   -0.02%     
==========================================
  Files         105      105              
  Lines        7301     7308       +7     
  Branches      953      955       +2     
==========================================
+ Hits         2330     2331       +1     
- Misses       4862     4868       +6     
  Partials      109      109
Impacted Files Coverage Δ
app/dashboard/tokens.py 100% <100%> (ø) ⬆️
app/dashboard/helpers.py 28.42% <14.28%> (-0.36%) ⬇️

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 db6db46...80cf0a4. Read the comment docs.

@owocki
Copy link
Contributor Author

owocki commented May 8, 2018

if not token_name:
token = addr_to_token(token_address)
if token:
token_name = token['name']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch

Copy link
Member

@thelostone-mc thelostone-mc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit messages :')

@owocki owocki merged commit 1d7d444 into master May 8, 2018
@mbeacom mbeacom deleted the kevin/ANT_fix branch May 8, 2018 14:42
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.

3 participants