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

Merge changes from AntelopeIO #9

Merged
merged 54 commits into from
Sep 14, 2023
Merged

Merge changes from AntelopeIO #9

merged 54 commits into from
Sep 14, 2023

Commits on Aug 11, 2022

  1. Update submodule URLs

    arhag committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5dd5275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0eafe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9c7d41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from AntelopeIO/remove_mandel_references

    Change eosnetworkfoundation/mandel-eos-vm to AntelopeIO/eos-vm in eos-vm submodule
    linh2931 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4814679 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Remove EOSIO references

    linh2931 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d3d2671 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from AntelopeIO/remove_eosio_references

    Remove EOSIO references; delete CONTRIBUTING.md and IMPORTANT.md
    linh2931 authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7db4b33 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. fix is_callable_v

    huangminghuang committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    898eed3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

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

Commits on Oct 28, 2022

  1. Calling execute() with no args (i.e. `execute(host_type,jit_visitor…

    …,uint32_t)`) results in a "statement has no effect [-Werror=unused-value]" warning. Dissable `unused-value` for this function.
    ScottBailey committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1b6c096 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    f490b33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from AntelopeIO/wall-fix

    Remove -Wall warnings
    ScottBailey authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1592261 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Remove unneeded declared constructor.

    In C++20, a struct with a declared constructor is not an aggregate anymore, so attempts to construct
    these with initializer_lists throughout the code fail.
    greg7mdp committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6765de2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request #6 from AntelopeIO/c++20_update

    Remove unneeded declared constructor.
    greg7mdp authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    329db27 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. EOS VM memory issues fix

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

Commits on Jul 12, 2023

  1. Merge pull request #13 from AntelopeIO/memory_fix

    [3.x] EOS VM memory issues fix
    linh2931 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4da112c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e3f25 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from AntelopeIO/merge_memory_issue_fix_from_3x

    [3.x -> 4.0] EOS-VM: merge memory issue fix from release/3.x
    linh2931 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3687798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1db2516 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from AntelopeIO/merge_memory_issue_fix_from_4_0

    [4.0 -> main] EOS-VM: merge memory issue fix from release/4.0
    linh2931 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1e9345f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. store wasm globals in execution context such that a single parsed mod…

    …ule can be shared by multiple threads
    linh2931 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    73a88d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a5aadac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb79615 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 26, 2023

  1. Merge pull request #16 from AntelopeIO/make_globals_threaded_safe

    store wasm globals in execution context such that a single parsed module can be shared by multiple threads
    linh2931 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4d5415f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0e694a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c800ac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 7, 2023

  1. Merge pull request #18 from AntelopeIO/parsing_wasm_once_for_jit

    Parse WASM code only once for JIT
    linh2931 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    169835e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

  1. Incorporate review comments

    linh2931 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    def032f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1d571 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #19 from AntelopeIO/decouple_exec_ctx

    Use a single execution context per wasm interface (per thread) instead of per contract
    linh2931 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    74dd3f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Aug 26, 2023

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

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Fix compile errors

    swatanabe committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5f10fe3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    034dba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf71f3a View commit details
    Browse the repository at this point in the history
  3. Fix psibase compile errors

    swatanabe committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f9ee616 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ec7735 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request #20 from AntelopeIO/eos_vm_single_wasmif

    support for single wasm interface
    linh2931 authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b06ac3d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d88ced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711c1a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a51bd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Make opcodes relocatable

    swatanabe committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3248f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5aff5f View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    swatanabe committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ef99468 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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