Skip to content

Release: v0.1.0-alpha.8

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 11:17
· 96 commits to main since this release
1ed74ea

πŸ“‹ Summary

πŸ› Bug Fixes:

  • era_test_node fork works with latest Testnet/Mainnet
  • Releases now include a link to the Linux aarch64 binary

✨ New Features:

  • Logging as been refactored and dynamic during runtime with config_setLogLevel and config_setLogging
  • You can now start the node with signature verification disabled (--dev-system-contracts=built-in-no-verify)
  • 8 NEW endpoints!
    • config_setLogging
    • config_setLogLevel
    • hardhat_setCode
    • zks_getBlockDetails
    • zks_getBridgeContracts
    • zks_getBytecodeByHash
    • zks_getTransactionDetails
    • zks_getRawBlockTransactions

⚠️ Breaking Changes:

  • --dev-use-local-contracts flag removed in favour of --dev-system-contracts=local
  • Updated to latest Production version of zksync-era

πŸ“œ All Changes

  • fix: Release drafts now attach files correctly (#196)
  • fix: fix forking for [email protected] (#194)
  • fix: unit-tests fixed on main (#193)
  • feat: impl zks_getRawBlockTransactions (#185)
  • feat: refactor logging to use tracing crate and make it dynamic (#187)
  • feat: add zks_getBytecodeByHash (#180)
  • feat: add zks_getBridgeContracts (#184)
  • feat: support builtInWithoutSecurity option (#186)
  • feat: impl zks_getBlockDetails (#182)
  • feat: forbid ".only" from e2e-tests (#179)
  • feat: impl zks_getTransactionDetails (#176)
  • feat: add hardhat_setCode (#171)
  • chore: remove hub usage in favour of gh for draft releases (#175)

⭐ Contributors

πŸ“₯ Binaries

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