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

Bridge basic message emission #630

Closed
wants to merge 31 commits into from

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    c092f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c58a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd531a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2850d30 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    1e300f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f90c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Allow call to create contracts.

    Allow admin call to call as reserved address.
    yarkinwho committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6e8750e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Change error message when inline pushtx actions fails and add tests for

    reverted call/admincall action.
    yarkinwho committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a6bd606 View commit details
    Browse the repository at this point in the history
  2. update submodule silkworm

    yarkinwho committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    48513d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Add missing const.

    yarkinwho committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    867fa2c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    7ae7a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87dff73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #639 from eosnetworkfoundation/gh-632-reduce-artif…

    …act-size-remove-obj
    
    Reduce artifact size remove obj
    oschwaldp-oci committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a7ed7d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    bc173c3 View commit details
    Browse the repository at this point in the history
  2. Fix test styles.

    yarkinwho committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4a22a22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8156407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ec3131 View commit details
    Browse the repository at this point in the history
  5. Update submodule

    yarkinwho committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4b35e5e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    33c066b View commit details
    Browse the repository at this point in the history
  2. Only intx::uint128's ctor can work properly with uint128_t. We may

    consider fix that in intx.
    yarkinwho committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5d9afcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8101a51 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 14, 2023

  1. Fix an unsafe intx::load.

    yarkinwho committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    37b8ee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d9f9f View commit details
    Browse the repository at this point in the history
  3. Update silkworm submodule

    arhag committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    31d7024 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #641 from eosnetworkfoundation/arhag/update-silkworm

    Update silkworm submodule
    arhag committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    509c3ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    f506abe View commit details
    Browse the repository at this point in the history
  2. Remove balance modification for the EOS EVM contract account

    The accounting is already being done in the execute_tx function when
    substracting all the final balance of any reserved address
    elmato committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76319e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    656706e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 21, 2023

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