Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

feat(eth): support transferring ERC20 tokens #234

Merged
merged 2 commits into from
May 15, 2020
Merged

feat(eth): support transferring ERC20 tokens #234

merged 2 commits into from
May 15, 2020

Conversation

faustbrian
Copy link
Contributor

Resolves #232

@faustbrian faustbrian force-pushed the erc20 branch 2 times, most recently from 4ad4cef to 7e195b4 Compare May 15, 2020 03:08
@codecov
Copy link

codecov bot commented May 15, 2020

Codecov Report

Merging #234 into master will decrease coverage by 0.38%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   83.20%   82.82%   -0.39%     
==========================================
  Files          26       26              
  Lines         774      780       +6     
  Branches      102      103       +1     
==========================================
+ Hits          644      646       +2     
- Misses        127      131       +4     
  Partials        3        3              
Impacted Files Coverage Δ
src/services/transaction.ts 58.86% <0.00%> (-1.14%) ⬇️
src/services/fee.ts 94.11% <0.00%> (ø)

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 29c3d7e...6faaca0. Read the comment docs.

@faustbrian faustbrian merged commit 384eb7c into master May 15, 2020
@faustbrian faustbrian deleted the erc20 branch May 15, 2020 03:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ERC20 for ETH
1 participant