-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: make
access list
property immutable on unsigned txs, rep…
…lace `rlpEncodeFields` with `rlpEncodeEnveloped` (#136) * add additional test assertions * make accessList property on unsigned txs immutable * move enveloped tx encoding to specific unsigned tx classes
- Loading branch information
1 parent
c672064
commit da0dbf5
Showing
9 changed files
with
134 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 19 additions & 33 deletions
52
ethers-core/src/main/kotlin/io/ethers/core/types/transaction/TransactionUnsigned.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.