Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Add public key to address transformation #154

Merged
merged 1 commit into from Oct 13, 2020

Conversation

atoulme
Copy link
Member

@atoulme atoulme commented Oct 12, 2020

PR description

Transform pub key to an Ethereum account address.

@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@e499d71). Click here to learn what that means.
The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #154   +/-   ##
=========================================
  Coverage          ?   66.22%           
  Complexity        ?     4164           
=========================================
  Files             ?      375           
  Lines             ?    20057           
  Branches          ?     2474           
=========================================
  Hits              ?    13283           
  Misses            ?     5388           
  Partials          ?     1386           
Flag Coverage Δ Complexity Δ
#integration 47.81% <ø> (?) 603.00 <ø> (?)
#unit 61.51% <60.00%> (?) 3873.00 <1.00> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...h/src/main/java/org/apache/tuweni/eth/Address.java 72.72% <60.00%> (ø) 4.00 <1.00> (?)
...e/tuweni/scuttlebutt/SECP256K1KeyPairIdentity.java 76.47% <0.00%> (ø) 10.00% <0.00%> (?%)
.../main/java/org/apache/tuweni/gossip/GossipApp.java 55.20% <0.00%> (ø) 14.00% <0.00%> (?%)
...org/apache/tuweni/crypto/sodium/KeyDerivation.java 38.75% <0.00%> (ø) 5.00% <0.00%> (?%)
.../tuweni/net/tls/DelegatingTrustManagerFactory.java 29.20% <0.00%> (ø) 3.00% <0.00%> (?%)
...ache/tuweni/bytes/MutableByteBufWrappingBytes.java 23.07% <0.00%> (ø) 3.00% <0.00%> (?%)
...n/java/org/apache/tuweni/crypto/mikuli/Scalar.java 54.54% <0.00%> (ø) 3.00% <0.00%> (?%)
...kotlin/org/apache/tuweni/les/BlockBodiesMessage.kt 100.00% <0.00%> (ø) 5.00% <0.00%> (?%)
...n/java/org/apache/tuweni/scuttlebutt/Identity.java 88.23% <0.00%> (ø) 9.00% <0.00%> (?%)
.../apache/tuweni/net/coroutines/CoroutineSelector.kt 62.55% <0.00%> (ø) 2.00% <0.00%> (?%)
... and 366 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 e499d71...be3aa67. Read the comment docs.

@atoulme atoulme merged commit 3492f09 into apache:master Oct 13, 2020
@atoulme atoulme deleted the pk_to_address branch October 13, 2020 05:44
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.

None yet

1 participant