Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

[word-lo-hi] evm circuit #1411

Commits on Jun 14, 2023

  1. fix evm circuit compiling errors

    begin_tx to word lo/hi
    
    add callee_address_word
    
    callop to word lo/hi
    
    fix caller/callee/coinbase cell to word type
    
    log topic to word type
    
    optimise cell usage on begin.tx
    
    fix few common gadget taking reference instead of clone
    
    replace assign to assign_u256 to improve code readability
    
    fix rw lookup sequence change bug
    
    fixed and evm circuit all unittest pass
    
    remove deprecated api
    Wu Sung-Ming authored and hero78119 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f831904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5935d65 View commit details
    Browse the repository at this point in the history
  3. format code

    hero78119 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    636dd85 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix copy table logic

    hero78119 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4538b56 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    03a9218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498c502 View commit details
    Browse the repository at this point in the history
  3. clean up blockctx variants

    hero78119 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7b1dc94 View commit details
    Browse the repository at this point in the history
  4. optimise gadget cell usage

    hero78119 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    6bc88fe View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. add int decomposition type

    hero78119 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    87370f8 View commit details
    Browse the repository at this point in the history
  2. optimise txid

    hero78119 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    43b03c8 View commit details
    Browse the repository at this point in the history
  3. add new file

    hero78119 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9d4d088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5095468 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b81a860 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad221d8 View commit details
    Browse the repository at this point in the history