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

Add AccessList to 1559 transaction rlp encoding #1992

Merged
merged 3 commits into from
Feb 13, 2024

Fixes for PR-EIP1559 accessList

53c8ae2
Select commit
Loading
Failed to load commit list.
Merged

Add AccessList to 1559 transaction rlp encoding #1992

Fixes for PR-EIP1559 accessList
53c8ae2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 17, 2024 in 1s

72.72% of diff hit (target 68.69%)

View this Pull Request on Codecov

72.72% of diff hit (target 68.69%)

Annotations

Check warning on line 120 in crypto/src/main/java/org/web3j/crypto/RawTransaction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/src/main/java/org/web3j/crypto/RawTransaction.java#L120

Added line #L120 was not covered by tests

Check warning on line 50 in crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction1559.java#L47-L50

Added lines #L47 - L50 were not covered by tests

Check warning on line 174 in crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction1559.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction1559.java#L174

Added line #L174 was not covered by tests