-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support 1559 and 113 (ZkSync) Transaction Types (#22)
* Support 1559 and 113 (ZkSync) Transaction Types * RLP * Cleanup types * decodeRlpError RlpIncorrectListLen * Update ThirdwebTransaction.cs * Proper flow, failing RLP * Fix encoding, missing 2 chars * fix factorydeps, encode as empty list 0xc0 * yParity, types * signature method correct, hash incorrect * It works! * cleanup, move params to ThirdwebTransactionInput next * zkSync SmartWallet auto paymaster poc * def * Revert "def" This reverts commit a4ce773. * Revert "zkSync SmartWallet auto paymaster poc" This reverts commit a3097c4. * Move zksyncoptions to type, use zk rpc fees * Setters and Tests * add tests * Update Thirdweb.Transactions.Tests.cs * raw sign, partial * sep for cov * y parity be explicit
- Loading branch information
1 parent
bfb46cc
commit 1bd6acb
Showing
16 changed files
with
612 additions
and
105 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
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.