Skip to content

code refractored and added eip1559 private tx class

Codecov / codecov/patch failed Nov 6, 2023 in 1s

54.23% of diff hit (target 68.45%)

View this Pull Request on Codecov

54.23% of diff hit (target 68.45%)

Annotations

Check warning on line 568 in abi/src/main/java/org/web3j/abi/TypeDecoder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

abi/src/main/java/org/web3j/abi/TypeDecoder.java#L568

Added line #L568 was not covered by tests

Check warning on line 91 in besu/src/main/java/org/web3j/protocol/besu/privacy/OnChainPrivacyTransactionBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

besu/src/main/java/org/web3j/protocol/besu/privacy/OnChainPrivacyTransactionBuilder.java#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 145 in besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java#L145

Added line #L145 was not covered by tests

Check warning on line 156 in besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java#L156

Added line #L156 was not covered by tests

Check warning on line 215 in besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

besu/src/main/java/org/web3j/tx/PrivateTransactionManager.java#L215

Added line #L215 was not covered by tests

Check warning on line 43 in eea/src/main/java/org/web3j/protocol/eea/crypto/PrivateTransactionDecoder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/PrivateTransactionDecoder.java#L43

Added line #L43 was not covered by tests

Check warning on line 32 in eea/src/main/java/org/web3j/protocol/eea/crypto/PrivateTxSignServiceImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/PrivateTxSignServiceImpl.java#L32

Added line #L32 was not covered by tests

Check warning on line 88 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java#L88

Added line #L88 was not covered by tests

Check warning on line 109 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java#L109

Added line #L109 was not covered by tests

Check warning on line 146 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java#L146

Added line #L146 was not covered by tests

Check warning on line 211 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java#L211

Added line #L211 was not covered by tests

Check warning on line 260 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/LegacyPrivateTransaction.java#L260

Added line #L260 was not covered by tests

Check warning on line 47 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L47

Added line #L47 was not covered by tests

Check warning on line 60 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 73 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L73

Added line #L73 was not covered by tests

Check warning on line 85 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L85

Added line #L85 was not covered by tests

Check warning on line 98 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L98

Added line #L98 was not covered by tests

Check warning on line 110 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L110

Added line #L110 was not covered by tests

Check warning on line 115 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L115

Added line #L115 was not covered by tests

Check warning on line 117 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L117

Added line #L117 was not covered by tests

Check warning on line 119 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L119

Added line #L119 was not covered by tests

Check warning on line 123 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 125 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L125

Added line #L125 was not covered by tests

Check warning on line 128 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L128

Added line #L128 was not covered by tests

Check warning on line 132 in eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/transaction/type/PrivateTransaction1559.java#L132

Added line #L132 was not covered by tests