forked from matter-labs/zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2149: Implement RemoteWallet r=popzxc a=popzxc Prototype of the new wallet interface that supports remote zkSync keys storage. In its current form, it contains a bunch of new breaking changes. Most notably, `getXXX` methods were removed from the abstract interface and were made protected in the `Wallet` class. This is because: - these methods are undocumented parts of the public interface, - have a very limited usage potential, which can be covered by using `BatchBuilder` (which is documented and is recommended for this purpose). Co-authored-by: Igor Aleksanov <[email protected]>
- Loading branch information
Showing
7 changed files
with
786 additions
and
383 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
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.