-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add new fields to Ethereum proto. * Legacy transaction building. * Typescript test update * TS test fix * Compiler warning fix (ios) * Legacy and Enveloped transactions. * lSigner. Refactor Transaction * AccessList generation test (wip) * Cleanup, small refactor * Signer build change, make it more generic. * Copyright year * SignatureRSV rename. * Signer class is static now, no chainID memeber. * Renames, Legacy * Minor touches * Rename, hash * Minor reorg in sign() * Eip1559 tx implementation (native transfer only). * Additional EIP1559 build methods * Revert renumbering in proto file (to be bw compatible) * Additional tests for 1559-fee'd ERC20 and other 3 messages * Test fix * iOS test data fix * Android test fix * Update coverage (94.6%) * Merge fix * Merge fix * Add comment on replay protection * Empty (access) list as const. Co-authored-by: Catenocrypt <[email protected]> Co-authored-by: hewigovens <[email protected]>
- Loading branch information
1 parent
11c689f
commit 1e34cc2
Showing
10 changed files
with
494 additions
and
71 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
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.