Skip to content

added EIP1559 signed tx decoding

Codecov / codecov/patch succeeded Nov 22, 2023 in 0s

85.64% of diff hit (target 68.45%)

View this Pull Request on Codecov

85.64% 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 123 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#L123

Added line #L123 was not covered by tests

Check warning on line 137 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#L137

Added line #L137 was not covered by tests

Check warning on line 182 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#L182

Added line #L182 was not covered by tests

Check warning on line 244 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#L244

Added line #L244 was not covered by tests

Check warning on line 93 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#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 138 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#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 31 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#L31

Added line #L31 was not covered by tests

Check warning on line 101 in eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java#L100-L101

Added lines #L100 - L101 were not covered by tests

Check warning on line 122 in eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java#L122

Added line #L122 was not covered by tests

Check warning on line 139 in eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java#L139

Added line #L139 was not covered by tests

Check warning on line 254 in eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

eea/src/main/java/org/web3j/protocol/eea/crypto/RawPrivateTransaction.java#L254

Added line #L254 was not covered by tests

Check warning on line 74 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#L74

Added line #L74 was not covered by tests

Check warning on line 95 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#L95

Added line #L95 was not covered by tests

Check warning on line 132 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#L132

Added line #L132 was not covered by tests

Check warning on line 197 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#L197

Added line #L197 was not covered by tests

Check warning on line 76 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#L76

Added line #L76 was not covered by tests

Check warning on line 101 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#L101

Added line #L101 was not covered by tests

Check warning on line 153 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#L153

Added line #L153 was not covered by tests

Check warning on line 215 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#L215

Added line #L215 was not covered by tests

Check warning on line 244 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#L244

Added line #L244 was not covered by tests