Skip to content

Release: v0.1.0-alpha.7

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 11:26
· 193 commits to main since this release
3bad022

πŸ“‹ Summary

πŸ› Bug Fixes

  • Fixed aarch64-unknown-linux-gnu binary for releases

✨ New Features

  • Node snapshots are possible with evm_snapshot and evm_revert
  • Debug endpoints have been implemented
    • debug_traceCall
    • debug_traceTransaction
    • debug_traceBlockByHash
    • debuc_traceBlockByNumber
  • More variations of console.log supported in Smart Contracts
  • Even more API endpoints added
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • eth_protocolVersion

⚠️ Breaking Changes

  • Updated to current version of zkSync VM

πŸ“œ All Changes

  • fix: update zksync-era deps to v16.0.0 (#173)
  • feat: impl debug_traceBlockByHash and debug_traceBlockByNumber (#168)
  • feat: impl debug_traceTransaction (#165)
  • fix: install mdbook for ci (#169)
  • feat: add rustbook (#163)
  • add aarch64-unknown-linux-gnu target (#164)
  • feat: Add well-known log selectors to console output (#162)
  • feat: impl debug_traceCall (#151)
  • feat: add eth_protocolVersion (#161)
  • feat: add eth_getTransactionByBlockHashAndIndex and eth_getTransactionByBlockNumberAndIndex (#159)
  • fix: update compiled smart contracts to latest (#157)
  • feat: add evm_snapshot/revert (#158)

⭐ Contributors

πŸ“₯ Binaries

System Architecture Binary
x86_64 era-test-node-v0.1.0-alpha.7-x86_64-unknown-linux-gnu.tar.gz
x86_64 era-test-node-v0.1.0-alpha.7-x86_64-apple-darwin.tar.gz
aarch64 era-test-node-v0.1.0-alpha.7-aarch64-apple-darwin.tar.gz