zksync-sdk / zksync2-go

zksync2-go is a geth library adapted to work with the zkSync Era.
Apache License 2.0
87 stars 36 forks source link

`/tests` Missing #25

Closed idea404 closed 6 months ago

idea404 commented 7 months ago

🐛 Bug Report for zksync2-js JavaScript SDK

📝 Description

Repository is missing tests to assert functionality. This issue is meant to track this missing implementation which is currently blocked by a bug in https://github.com/matter-labs/local-setup that errors when the functions zks_getMainContract and zks_estimateGasL1toL2 are called.

danijelTxFusion commented 6 months ago

Tests are added to main branch and made to work with latest stable version of local-setup. Also CI is added which runs tests and additional checks on every PR.