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

Feat(arbiter core)/v0.6.0 #530

Closed
wants to merge 105 commits into from
Closed

Feat(arbiter core)/v0.6.0 #530

wants to merge 105 commits into from

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    85c9e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    273e355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e675e7 View commit details
    Browse the repository at this point in the history
  4. rm spurious prints

    kinrezC committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fc5707b View commit details
    Browse the repository at this point in the history
  5. run formatter

    kinrezC committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d90c85b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. colin requested changes

    kinrezC committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a99ded8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    d540e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    633427f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d71d8 View commit details
    Browse the repository at this point in the history
  4. cleanup: compiling

    Autoparallel committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    efe6df0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b26bc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix: Environment::stop()

    Autoparallel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f906f23 View commit details
    Browse the repository at this point in the history
  2. cleanup: clippy, fmt

    Autoparallel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3f097bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b824b View commit details
    Browse the repository at this point in the history
  4. nit: docs and visibility

    Autoparallel committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b479283 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #525 from primitivefinance/chore(arbiter-core)/env…

    …ironment-refactor
    
    chore(arbiter core)/environment refactor
    kinrezC authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b16b6ef View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    abb49af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94cf3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c89e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b32c03 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. nonce middleware start

    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    14df573 View commit details
    Browse the repository at this point in the history
  2. nonce middleware start

    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bebdce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca20f32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #523 from primitivefinance/alex/cheatcodes-initial

    Alex/cheatcodes initial
    kinrezC authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bf013b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    508fe42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b30f727 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #529 from primitivefinance/refactor(arbiter-core)/…

    …middleware
    
    refactor(arbiter-core): middleware
    0xJepsen authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b08ecc7 View commit details
    Browse the repository at this point in the history
  8. test + docstrings

    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b198303 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/feat(arbiter-core)/v0.6.0' into …

    …feat_nonce_middleware
    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3f881bc View commit details
    Browse the repository at this point in the history
  10. get_transaction_count

    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ba72673 View commit details
    Browse the repository at this point in the history
  11. fmt

    0xJepsen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b3c4684 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

    get_transaction_count test
    create_nonce_middleware test
    next_nonce_middleware test
    with_manager_nonce_middleware test
    inner_nonce_manager test
    send_nonce_middleware test
    
    fill_transaction_nonce_middleware test : This one is still failing not sure why yet.
    0xJepsen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    018fff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc8a4b3 View commit details
    Browse the repository at this point in the history
  4. remove unused hasbrownmaps

    0xJepsen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6d68d29 View commit details
    Browse the repository at this point in the history
  5. Update arbiter-core/src/environment/mod.rs

    Co-authored-by: Colin Roberts <[email protected]>
    0xJepsen and Autoparallel authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    92ce22e View commit details
    Browse the repository at this point in the history
  6. comments

    0xJepsen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    587016d View commit details
    Browse the repository at this point in the history
  7. requested changes

    0xJepsen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    84edf8d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Merge pull request #534 from primitivefinance/feat_nonce_middleware

    Feat nonce middleware
    Autoparallel authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    dc85527 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    1e49883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277ffd2 View commit details
    Browse the repository at this point in the history
  3. changes for the bench

    0xJepsen committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4779c7e View commit details
    Browse the repository at this point in the history
  4. lock deps

    0xJepsen committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    51ffda8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #562 from primitivefinance/auto_run_env

    auto run + contructor return arc
    0xJepsen authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1928c96 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. no git flag

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2aecdf3 View commit details
    Browse the repository at this point in the history
  2. minor version + fmt

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    df8d58f View commit details
    Browse the repository at this point in the history
  3. instructions added to readme

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    dd0dd76 View commit details
    Browse the repository at this point in the history
  4. remove -o for easier devx

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7838d3f View commit details
    Browse the repository at this point in the history
  5. readme updated with changed api

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    32243e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d49b1e1 View commit details
    Browse the repository at this point in the history
  7. clean bind + some tests

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b16fabe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d05ded View commit details
    Browse the repository at this point in the history
  9. Update builder.rs

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8b13f50 View commit details
    Browse the repository at this point in the history
  10. getting started

    Autoparallel authored and kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    96751b8 View commit details
    Browse the repository at this point in the history
  11. possible working implementation

    It is quite dirty.
    Autoparallel authored and kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    958ab85 View commit details
    Browse the repository at this point in the history
  12. working on updates

    Autoparallel authored and kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f623247 View commit details
    Browse the repository at this point in the history
  13. getting closer to working

    Autoparallel authored and kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1167bff View commit details
    Browse the repository at this point in the history
  14. attempt at event capture

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cd81b6d View commit details
    Browse the repository at this point in the history
  15. trying stuff

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    720f90f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1580792 View commit details
    Browse the repository at this point in the history
  17. checkpoint trying stuff out

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8f7c97a View commit details
    Browse the repository at this point in the history
  18. working logger test

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c1c5a87 View commit details
    Browse the repository at this point in the history
  19. concurrent csv writing

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d24b03c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b42b535 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f13b391 View commit details
    Browse the repository at this point in the history
  22. feat: path method on builder

    Autoparallel authored and kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    63a2828 View commit details
    Browse the repository at this point in the history
  23. add test for file creation

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    cdec16b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    49dfce9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    70de702 View commit details
    Browse the repository at this point in the history
  26. fix: dependencies

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    da6894a View commit details
    Browse the repository at this point in the history
  27. fix: builder

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0e38037 View commit details
    Browse the repository at this point in the history
  28. fix: tests

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d50bdf8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9184b07 View commit details
    Browse the repository at this point in the history
  30. no git flag

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bd2d7e1 View commit details
    Browse the repository at this point in the history
  31. minor version + fmt

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    60fb58b View commit details
    Browse the repository at this point in the history
  32. instructions added to readme

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b559956 View commit details
    Browse the repository at this point in the history
  33. remove -o for easier devx

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9284936 View commit details
    Browse the repository at this point in the history
  34. readme updated with changed api

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    338292c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ae73917 View commit details
    Browse the repository at this point in the history
  36. clean bind + some tests

    0xJepsen authored and Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    105b38e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c892558 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d9daadd View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bf76245 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7495a4d View commit details
    Browse the repository at this point in the history
  41. cleanup

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    21312f1 View commit details
    Browse the repository at this point in the history
  42. feat: fork with mapping

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2b46bd0 View commit details
    Browse the repository at this point in the history
  43. read/write with disk

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bee5e49 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    38e38e5 View commit details
    Browse the repository at this point in the history
  45. fix: tests

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ce3c0f9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    42db84e View commit details
    Browse the repository at this point in the history
  47. fix: bin tests

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9ea58f1 View commit details
    Browse the repository at this point in the history
  48. fix: arbiter-core tests

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9537d7e View commit details
    Browse the repository at this point in the history
  49. Update Cargo.toml

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e3a820f View commit details
    Browse the repository at this point in the history
  50. fix: version locking

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6caac66 View commit details
    Browse the repository at this point in the history
  51. make run sync

    kinrezC committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    68b2383 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    609b22b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    9b63844 View commit details
    Browse the repository at this point in the history
  54. fix: clippy

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2b6512b View commit details
    Browse the repository at this point in the history
  55. fix: fmt

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f63f993 View commit details
    Browse the repository at this point in the history
  56. update: readme

    Autoparallel committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    568dfbe View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    56e3a89 View commit details
    Browse the repository at this point in the history
  58. Merge pull request #563 from primitivefinance/feat/arbiter-bin/forking

    feat(arbiter-bin) forking state, disk i/o
    0xJepsen authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    1c640e7 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1e7510e View commit details
    Browse the repository at this point in the history
  60. Merge pull request #533 from primitivefinance/arbiter-bin/v0.4.0

    Arbiter bin/v0.4.0
    0xJepsen authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ad493d7 View commit details
    Browse the repository at this point in the history