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

cli: Fix voter rewards presentation #2543

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

jfoutts-celo
Copy link
Contributor

Description

Fix address normalization issue affecting celocli rewards:show --voter.

Tested

Tested command failing in #2470 now succeeds.

Other changes

Adds normalizeAddress to utils.

Related issues

@jfoutts-celo jfoutts-celo requested a review from jmrossy as a code owner January 24, 2020 19:52
@nategraf nategraf added the automerge Have PR merge automatically when checks pass label Jan 24, 2020
@codecov
Copy link

codecov bot commented Jan 24, 2020

Codecov Report

Merging #2543 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2543   +/-   ##
=======================================
  Coverage   73.26%   73.26%           
=======================================
  Files         555      555           
  Lines       13793    13793           
  Branches     1661     1722   +61     
=======================================
  Hits        10105    10105           
+ Misses       3409     3407    -2     
- Partials      279      281    +2
Flag Coverage Δ
#mobile 74.14% <ø> (ø) ⬆️
#web 72.02% <ø> (ø) ⬆️
Impacted Files Coverage Δ
packages/web/src/utils/abortableFetch.ts 14.28% <0%> (ø) ⬆️

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 716c2a9...f701f97. Read the comment docs.

@celo-ci-bot-user celo-ci-bot-user merged commit 1f8f5e1 into master Jan 24, 2020
@celo-ci-bot-user celo-ci-bot-user deleted the jfoutts/rewards-show-voter-fix branch January 24, 2020 20:33
lucasege pushed a commit that referenced this pull request Jan 27, 2020
aaronmgdr added a commit that referenced this pull request Jan 28, 2020
* master:
  🧹Web cleanup (readme + static dir) (#2562)
  Add readable proposals to governance:view command (#2545)
  Add explicit gas to exchange transactions to prevent errors (#2552)
  Fix off-by-one error in attributing signatures to blocks in CLI (#2559)
  ✅ add test for phone Input component (#2554)
  Add Youtube to Footer +  (#2556)
  Fix rounding error in Election.sol (#2540)
  [Wallet] Bump @celo/client to 0.0.266 (#2551)
  [Wallet] E2E test improvements (#2542)
  Deployed integration (#2550)
  do not fetch affiliates (#2508)
  Added more CLI checks for registering validators and groups (#2491)
  Micro Improvement to web tests (#2527)
  [Wallet] Prompt users with connectivity issues to switch to forno (#2526)
  cli: Fix voter rewards presentation (#2543)
  [Wallet] Fix missing spanish translation  (#2539)
  Downtime slashing when epoch changes (#2436)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

celocli crashes when trying to get voter rewards
3 participants