Skip to content

November Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 12:30
· 707 commits to main since this release
1ce3f7f

What’s Changed

Changes in the zkevm-circuits

  • Replace with kate (#199) @NoCtrlZ
  • Mitigate the long testing time by allowing partial fixed table (#198) @han0110

Changes in the bus-mapping

  • Add integration testing with geth (#221) @ed255
  • Generate AccessTrace and AccessSet (#209) @ed255
  • feat: Add eth_getProof RPC (#205) @spartucus
  • bus-mapping: Bump ethers dependency (#208) @ed255
  • bus-mapping: Extend circuit_input_builder (#201) @ed255
  • bus-mapping: Add StateDB key-value database (#193) @ed255
  • bus-mapping: Extend CallContext (#191) @ed255
  • bus-mapping: Introduce EVM error detection (#183) @ed255
  • Add GethClient and support for minimum required JSON-RPC endpoints by bus-mapping. (#171) @CPerezz
  • Implement some opcodes in bus-mapping (#167) @ed255
  • Refactor bus-mapping (#162) @ed255
  • Add operation (#158) @NoCtrlZ

Changes in Opcodes

Changes in Keccak

Chore