Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stateful precompiled contracts #64

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2024

  1. feat!: add stateful precompiled contract (cherry-pick)

    - (evm) crypto-org-chain#328 Support precompile interface.
    - (statedb) crypto-org-chain#333 Support native action in statedb, prepare for precompiles.
    - (precompile) crypto-org-chain#338 Fix simulation of precompile using context.
    - (precompile) crypto-org-chain#342 Problem: native action don't support mem keys
    - (precompile) crypto-org-chain#343 Problem: no api to convert native events to logs
    - (precompile) crypto-org-chain#344 Fix error handling in precompile context.
    - (precompile) crypto-org-chain#346 Add support for new precompile context.
    - (precompile) crypto-org-chain#347 Problem: miss contract in ExtStateDB interface
    - (precompile) crypto-org-chain#359 Problem: no efficient way to execute read-only native actions
    - (precompile) crypto-org-chain#371 Add StateDB itself into native context for precompiles to emit evm logs directly.
    - (precompile) crypto-org-chain#380 Allow init precompiled contract with rules when new evm.
    dongsam authored and fbac committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b51126a View commit details
    Browse the repository at this point in the history
  2. Problem: no access to ctx params in precompile (#383)

    * Problem: no access to ctx params in precompile
    
    * Update CHANGELOG.md
    
    Signed-off-by: mmsqe <mavis@crypto.com>
    
    ---------
    
    Signed-off-by: mmsqe <mavis@crypto.com>
    mmsqe authored and fbac committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4b30be4 View commit details
    Browse the repository at this point in the history