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

support create contract by contract #3200

Closed
wants to merge 20 commits into from

Commits on Jul 10, 2023

  1. support create contract by contract

    ylsGit committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b70fd77 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    21d245c View commit details
    Browse the repository at this point in the history
  2. parallel execution optimization for AnteErr tx & fix e2c smb bug (#3188)

    * fix smb bug caused by e2c before venus6
    
    * fix bug
    
    * optimize code
    
    * Update baseapp.go
    
    fix typo
    
    ---------
    
    Co-authored-by: KamiD <[email protected]>
    LeoGuo621 and KamiD authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9483c69 View commit details
    Browse the repository at this point in the history
  3. add auto start from snapshot (#3193)

    Co-authored-by: KamiD <[email protected]>
    FineKe and KamiD authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c45db7d View commit details
    Browse the repository at this point in the history
  4. Bump version to v1.7.8 (#3204)

    KamiD authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    68fd8c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    39c86b1 View commit details
    Browse the repository at this point in the history
  2. support create2

    ylsGit committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bf470d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. support create contract by codeID

    ylsGit committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7a2a55f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. change contract address2

    ylsGit committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3fe4846 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. update wasmvm version

    ylsGit committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4387e01 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. optimize gas estimation performance (#2879)

    * add commit mutex
    
    * add pgu threshold
    
    * add regression of hgu bounding
    
    * fix ut
    
    * pack one tx at least
    
    * simulation gas wanted must less than gas limit
    
    * persist estimated gas and refactor pgu
    
    * record hgu block num
    
    * add pgu logger
    
    * fix bug
    
    * add ut
    
    * fix ut
    
    * update
    
    * fix bug of simulation
    
    * temp
    
    * update
    
    * merge dev
    
    * pgu twice
    
    ---------
    
    Co-authored-by: KamiD <[email protected]>
    yann-sjtu and KamiD authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c2fa4a0 View commit details
    Browse the repository at this point in the history
  2. Bump version to v1.7.9 (#3217)

    KamiD authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8f115ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6720a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    65af8b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. optimize tx parallel execution ut (#3203)

    * optimize ut
    
    * Update app_parallel_test.go
    
    modify code
    
    * inrich ut and fix bug of it
    
    * Update app_parallel_test.go
    
    fix bug
    
    * optimize ut
    
    * Update app_parallel_test.go
    
    enrich ut
    
    * support vmb tx
    
    * optimize ut
    
    * Update app_parallel_test.go
    
    remove useless code
    
    * Update app_parallel_test.go
    
    modify ut
    LeoGuo621 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f438319 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. add CallCreateDepth

    ylsGit committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8131aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a529888 View commit details
    Browse the repository at this point in the history
  3. add gas table (#3231)

    * add gas table
    
    * change depend wasmvm
    chengzhinei authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    233688f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c88a56 View commit details
    Browse the repository at this point in the history
  5. fix merge error

    ylsGit committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f6acaf0 View commit details
    Browse the repository at this point in the history