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

docs(finance): ethereumAddress returns non checksummed addresses #1650

Merged
merged 3 commits into from Dec 10, 2022

Conversation

ST-DDT
Copy link
Member

@ST-DDT ST-DDT commented Dec 9, 2022

Closes #1567
Supersedes #1578

It is not possible to implement #1578 for now.
This PR adds some JSdocs clarifying the nature of the returned address instead.

We can reevaluate the option to generate checksummed addresses when all supported node versions support the required hash(?) algorithm.

@ST-DDT ST-DDT added c: docs Improvements or additions to documentation p: 1-normal Nothing urgent m: finance Something is referring to the finance module labels Dec 9, 2022
@ST-DDT ST-DDT requested review from a team December 9, 2022 17:09
@ST-DDT ST-DDT self-assigned this Dec 9, 2022
@codecov
Copy link

codecov bot commented Dec 9, 2022

Codecov Report

Merging #1650 (22ac553) into next (7b50c2f) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1650      +/-   ##
==========================================
- Coverage   99.64%   99.64%   -0.01%     
==========================================
  Files        2221     2221              
  Lines      240108   240110       +2     
  Branches     1053     1051       -2     
==========================================
- Hits       239260   239248      -12     
- Misses        827      841      +14     
  Partials       21       21              
Impacted Files Coverage Δ
src/modules/finance/index.ts 100.00% <100.00%> (ø)
src/modules/internet/user-agent.ts 86.75% <0.00%> (-3.79%) ⬇️

@ST-DDT ST-DDT merged commit 9a12261 into next Dec 10, 2022
@ST-DDT ST-DDT deleted the docs/finance/ethereumAddress/non-checksummed branch December 10, 2022 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: docs Improvements or additions to documentation m: finance Something is referring to the finance module p: 1-normal Nothing urgent
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Adding checksummed ethereum addresses
3 participants