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 v1.11.4 #27

Merged
merged 67 commits into from
May 30, 2023
Merged

Stateful v1.11.4 #27

merged 67 commits into from
May 30, 2023

Commits on Feb 28, 2023

  1. stateful

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cc1238a View commit details
    Browse the repository at this point in the history
  2. use PrecompileExecutor

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    527b51d View commit details
    Browse the repository at this point in the history
  3. use host terminology

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    fa71e1c View commit details
    Browse the repository at this point in the history
  4. return precompiledContract and bool

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    bd7853d View commit details
    Browse the repository at this point in the history
  5. use ctx in Run instead of statedb

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2e58beb View commit details
    Browse the repository at this point in the history
  6. change to ph

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    23abedc View commit details
    Browse the repository at this point in the history
  7. bing bong

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    252a807 View commit details
    Browse the repository at this point in the history
  8. rename to runner

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d024add View commit details
    Browse the repository at this point in the history
  9. rename constructor

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e181e29 View commit details
    Browse the repository at this point in the history
  10. new precompile function types

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b68f406 View commit details
    Browse the repository at this point in the history
  11. precompile controller

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6738bc9 View commit details
    Browse the repository at this point in the history
  12. make PrecompileController public

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c1877f5 View commit details
    Browse the repository at this point in the history
  13. ctx setter

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e677eab View commit details
    Browse the repository at this point in the history
  14. add statedb in contract.Run

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4500de4 View commit details
    Browse the repository at this point in the history
  15. use Prepare on controller

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    52ba783 View commit details
    Browse the repository at this point in the history
  16. prepare for state transition

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1a7ad27 View commit details
    Browse the repository at this point in the history
  17. contract has registry key

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c40db52 View commit details
    Browse the repository at this point in the history
  18. has and get

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    205de59 View commit details
    Browse the repository at this point in the history
  19. controller > manager

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ddff03c View commit details
    Browse the repository at this point in the history
  20. with statedb

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c032807 View commit details
    Browse the repository at this point in the history
  21. with ctx

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dfc88fb View commit details
    Browse the repository at this point in the history
  22. simple precompile manager

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3bcbe77 View commit details
    Browse the repository at this point in the history
  23. allow setting block context to evm

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d04e4af View commit details
    Browse the repository at this point in the history
  24. remove unneded evm funcs

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f7ab8a6 View commit details
    Browse the repository at this point in the history
  25. simplify precompile manager

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7fde4c9 View commit details
    Browse the repository at this point in the history
  26. updated go.sum

    t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    553a202 View commit details
    Browse the repository at this point in the history
  27. removing extra bits

    t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9ca5cc4 View commit details
    Browse the repository at this point in the history
  28. typo fixes

    t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    bd59462 View commit details
    Browse the repository at this point in the history
  29. ethapi

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b9c956b View commit details
    Browse the repository at this point in the history
  30. cleanup precomp manager

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    6f9e9af View commit details
    Browse the repository at this point in the history
  31. add get chain id

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c90cd37 View commit details
    Browse the repository at this point in the history
  32. make access list public

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    85c513b View commit details
    Browse the repository at this point in the history
  33. make access list struct public

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    becca16 View commit details
    Browse the repository at this point in the history
  34. fix typos

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    900690c View commit details
    Browse the repository at this point in the history
  35. ethpub

    itsdevbear authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    86a96c5 View commit details
    Browse the repository at this point in the history
  36. use the StateDB interface in the API

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9fdaf4f View commit details
    Browse the repository at this point in the history
  37. make compatible

    calbera authored and t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    991a177 View commit details
    Browse the repository at this point in the history
  38. fixed merge conflicts

    t12s committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d8cad92 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #11 from berachain/stateful-test

    v1.10.26 and v1.11.1 changes
    transmissions12 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ec6ffde View commit details
    Browse the repository at this point in the history
  40. remove unecessary vm imports

    calbera committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f629cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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

Commits on Mar 13, 2023

  1. fix merge conflicts

    calbera committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    547360b View commit details
    Browse the repository at this point in the history
  2. resolve more

    calbera committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9d914f4 View commit details
    Browse the repository at this point in the history
  3. get all tests passing

    calbera committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    08692ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from berachain/migrate-v1.11.4

    Migrate Stateful changes onto release v1.11.4
    calbera committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b18b15f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    4b0f68e View commit details
    Browse the repository at this point in the history
  2. setup

    calbera committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6a08dd2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from berachain/add-evm-precompile

    feat(precompile): Add EVM to Precompiles
    calbera committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    db20350 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. disabling m.txsub check (#17)

    * disabling check
    
    * added todo
    
    * enableeeeeee
    transmissions12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    29251e5 View commit details
    Browse the repository at this point in the history
  2. Disable event check (#18)

    
    * fn comment
    transmissions12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e3ca3ff View commit details
    Browse the repository at this point in the history
  3. removing txsSub reference everywhere (#19)

    * txsSub removed all ref
    transmissions12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    019945f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. use GetEVM for tracing txs

    calbera committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a71eb94 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Mar 31, 2023

  1. fix fuzz test compile

    calbera committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1dbe903 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. remove unneeded print line

    calbera committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    eabc299 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. check statedb errors

    calbera committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    de6c523 View commit details
    Browse the repository at this point in the history
  2. revert #17, #18, #19

    calbera committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    bf6ba6c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

    calbera committed May 8, 2023
    Configuration menu
    Copy the full SHA
    367aa06 View commit details
    Browse the repository at this point in the history
  3. get-block-context

    neverDefined committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d337874 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. apply tx with evm

    itsdevbear committed May 17, 2023
    Configuration menu
    Copy the full SHA
    74b6873 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. flashbots: bundle API and mev-geth integration (#24)

    * Prepare for tx
    
    * added support for bundles
    
    * remove useless Prepare function
    
    * core.ChainConfig instead of *core.BlockChain for BundleAPI
    
    * remove PrepareForTx
    
    * ApplyTransactionWithEVMWithResult(...) in CallBundle(...)
    
    * removed useless param
    
    * cleanup
    
    ---------
    
    Co-authored-by: Cal Bera <calbera@berachain.com>
    shampoobera and calbera committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8e46b86 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    fc19d4f View commit details
    Browse the repository at this point in the history
  2. allow reuse of blockhash

    calbera committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fee9e00 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. graphql registrable

    itsdevbear committed May 29, 2023
    Configuration menu
    Copy the full SHA
    bbb70ba View commit details
    Browse the repository at this point in the history
  2. register filter

    itsdevbear committed May 29, 2023
    Configuration menu
    Copy the full SHA
    37091fd View commit details
    Browse the repository at this point in the history