Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update local node instruction link in README.md #118

Closed
wants to merge 22 commits into from
Closed

Conversation

arose0
Copy link

@arose0 arose0 commented Aug 28, 2023

In the README there is a link to the instructions to setup to local Docker node. The current link is broken, and this PR updates to the correct one.

The broken link now resolves to a page about Hardhat plugins (https://era.zksync.io/docs/tools/hardhat/).

otani88 and others added 22 commits February 20, 2023 18:40
Co-authored-by: Tamer Tas <tmrtx@noreply>
* zk_utils comment

* update developer comments for zkutils and zksolc

* update doc

* Update README.md

* Update README.md
Better error handling for failed transactions
Added support for Macs with Apple Silicon:

selecting proper zksync compiler
information on where to get the most recent solidity
* added better compiler error passing and support for version 1.3.10

* added comments

* more instructions

* more info
We're currently based off the old fork of foundry, that was depending on the old version of ethers-rs, which supported the solc compiler only up to 0.8.17 (especially on Apple Silicon).

With this PR, I'm moving us to depend on a fork of ethers-rs, that has svm (solidity version manager) patched to the newest release - therefore allowing us to support 0.8.20.

In the near future, we'll rebase ourselves to newer version of foundry, and this dependency would be switched back to original ethers repo.
Fix flags used by zk-deposit:

Use --l1-url and --l2-url (and ignore the --rpc-url flag)
* WIP deposit using zksync_ethers_rs

* WIP deposit and test script

* Add zksync rust sdk as dependency

* Use withdraw from Rust SDK

* Add to address as parameter for withdraw

* WIP test

* Add support for multiple flags in withdraw

* Update cargo.lock

* Use Rust SDK to send transactions to contracts

* Fix deposit test

* Support all parameter types for send command

* Add optional fields to deposit

* Add missing deposit parameters

* Cleanup

* wip.

* Deploy with constructor parameters

* Remove unwraps and commented code

* Fix operator_tip setter

* Remove legacy test script

* point zksync-web3-rs to main

* revert cargo.toml autoformat

* Fix create.

* Remove zksync dependencies.

* Update deploy with new signature from Rust SDK

* Add support for construction parameters from file.

* Update function to get constructor arguments

* Add back chain id to every zk function.

* Minor cleanups and consistency. (#9)

* Add transaction id to print after deploy

* Fix compiler warnings

* Update zksync-web3-rs commit in dependencies

* Add necessary changes with new SDK version

---------

Co-authored-by: Joaquín P. Centeno <[email protected]>
Co-authored-by: IAvecilla <[email protected]>
Co-authored-by: Matías Onorato <[email protected]>
In the README there is a link to the instructions to setup to local Docker node. The current link is broken, and this PR updates to the correct one.
@dutterbutter
Copy link
Collaborator

Closing in favour of #130

@Karrq Karrq deleted the arose0-patch-1 branch October 9, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants