Igor Aleksanov

Results 24 issues of Igor Aleksanov
trafficstars

## What ❔ - Removes old EN code. - Some configs weren't used in the framework code by mistake. This is fixed now. - Diamond proxy address was made private...

Fixes #1053 This PR turned out a bit larger than I wanted it to be, but I don't think it makes much sense to split it into several ones. Here's...

### Component provider, pubsub ### What version of Alloy are you on? _No response_ ### Operating System None ### Describe the bug `ChainStreamPoller` doesn't seem to account for reorgs at...

bug

I finally managed to run tests locally :) This PR: - Adds instructions on how to run tests locally. - ~~Removes `cargo publish --dry-run` step from `cargo ws publish --dry-run`...

We already have a few repositories that support automatic publishing on crates.io: - https://github.com/matter-labs/zksync-crypto - https://github.com/matter-labs/zksync-protocol - https://github.com/matter-labs/zksync-crypto-gpu - https://github.com/matter-labs/era-consensus/ - https://github.com/matter-labs/vm2/ Release workflow is custom and integrated with release-please....

We have an open task for [disabling weth deposits](https://github.com/matter-labs/dapp-portal/issues/214). However, instead of disabling it, it would be better to actually support bridging similarly to wstETH.

USDC has a [native bridge](https://www.circle.com/blog/native-usdc-now-available-on-zksync) which is currently not supported by the portal. We need to add support for it in a similar way to wstETH.

Main functionality of the portal must be covered by e2e tests, e.g.: - Transfers - Deposits - Withdrawals - Withdrawal finalization For the initial implementation, just basic cases (sanity checks)...

Test automation