[May 2024] zkSync Developer update #568
Pinned
uF4No
announced in
Announcements
Replies: 1 comment
-
very good machine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello developers! Welcome to the May edition of the zkSync Developer Update, your once-a-month post to stay up to date with the latest info about protocol updates, a range of new and improved development tools, recent integrations, and a variety of tutorials.
Here are the updates for the last month:
⚙️ Protocol upgrade v24 is live on mainnet
The latest protocol upgrade now available on mainnet (after a few delays), with a bunch of new features like:
ecParing
andp256Verify
(RIP7212) that enable hardware encryption from smartphones for wallets like Clave.Read the full details in this thread.
🧰 Developer tools
hardhat plugins: we’ve released multiple updates to our Hardhat plugins:
hardhat-zksync-deploy
: now supports passing the deployment type (create
,create2
,createAccount
orcreate2Account
).hardhat-zksync-node
: added the—tag
flag to use a specific tag of the era-test-node.hardhat-zksync-upgradable
: extended to support different deployment types andsalt
Find [more info in our docs.
Viem: further updates in
viem/zksync
to support more L2 and L1 public actions likegetBridgehubContractAddress
,getDefaultBridgeAddresses
andgetL1Allowance
. More info in the viem zkSync docs.Go SDK SmartAccount class: this class was released a few weeks ago in
zksync-ethers
and we’ve included it in our Go SDK. This class simplifies the usage of native account abstraction with pre-configured ECDSA and multisig smart contract accounts. Learn more in our docs.Remix plugin update: More updates from the Nethermind team on the zkSync Remix plugin, including automatic smart contract verification in the zkSync explorer and support for
payable
methods. And we have more updates coming soon 👀Herodotus Turbo: this tool enables smart contracts to access current and historical data located on other chains using storage proofs. Read the full announcement here.
🌿 Lens network
Lens protocol is coming to the zkSync ecosystem with its own chain powered by ZK Stack. Read the full announcement and technical details here.
Source
🛡️zkSync public node
We released the beta version of the zkSync public node so anyone can run a zkSync node to monitor network activity. The node is a read-replica that external parties run and can be used to have low latency access to the zkSync network’s data for testing purposes as well as building third-party apps. This is one of the first steps towards the network decentralisation.
Find the system requirements and instructions in our docs.
👩💻 Akindo WaveHack
We’re sponsoring the Akindo WaveHack online hackathon with up to $50.000 in prizes. Submissions remain open as the hackathon will run through the end of August, with prizes being awarded in waves every two weeks.
Join by building projects on the following bounty tracks:
⚗️ Alchemy University videos
The Alchemy University team released two educational videos about native account abstraction on zkSync.
Stay tuned for more videos from the Alchemy team.
⬡ Chainlink hackathon workshops
As part of the Chainlink BlockMagic hackathon, we gave two workshops for all the developers participating. Here are the recordings:
🔗 Stay connected
Thanks for being part of the zkSync developer community. Your support and contributions are what make this project thrive.
Keep buidling! 👩💻🧑🏻💻
Beta Was this translation helpful? Give feedback.
All reactions