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.
1393: Add compatibility for old withdrawals r=popzxc a=vladbochok The reason why the explorer does not display old withdrawals was that it `eth_tx_for_withdrawal` returned an error instead of the Ethereum transaction hash. Therefore: - Rewrote SQL query that returned an unexpected error. - Placed getting Ethereum hash for withdrawals in the try-catch block - Added processing of withdrawals to Ethereum according to the old format (`CompleteWithdrawals` and corresponding DB tables ) It also turned out that the ether transaction hash was shown for withdrawals, but not shown for `ForcedExit` so fixed that. 1395: ChangePubKey new fee types r=popzxc a=dvush Backwards compatible with old types and allows to charge old users more Co-authored-by: Vladyslav-Bochok <[email protected]> Co-authored-by: Vlad Bochok <[email protected]> Co-authored-by: Vitaly Drogan <[email protected]>
- Loading branch information
Showing
19 changed files
with
415 additions
and
97 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.