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

Rebase fork onto v0.37.1 #11

Merged
merged 15 commits into from
Jul 3, 2023
Merged

Rebase fork onto v0.37.1 #11

merged 15 commits into from
Jul 3, 2023

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    b75309b View commit details
    Browse the repository at this point in the history
  2. Add locking around processing of a block

    ttl33 authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a9c87c0 View commit details
    Browse the repository at this point in the history
  3. remove debug statement

    ttl33 authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7a1c6ad View commit details
    Browse the repository at this point in the history
  4. add dydx-specific changes to v1 mempool

    Brendan Chou authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9910544 View commit details
    Browse the repository at this point in the history
  5. fix recheck

    Brendan Chou authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1ceac33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bc70e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    996f65d View commit details
    Browse the repository at this point in the history
  8. Add fork workflow instructions

    prettymuchbryce authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f7e960e View commit details
    Browse the repository at this point in the history
  9. Fix broken CI and unit tests (#1)

    * Test commit
    
    * empty commit to trigger build
    
    * empty commit to trigger build
    
    * Fix TestEndBlockValidatorUpdatesResultingInEmptySet
    
    * Fix test failures
    
    * Add replace using tm-db v0.6.6
    
    * Remove test comment
    prettymuchbryce authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3b18883 View commit details
    Browse the repository at this point in the history
  10. [STAB-17] Make unsynchronized local client (#3)

    This is effectively a copy of the fully unsynchronized local client found in tendermint/tendermint#9660. Note that this was reverted and replaced by a version that has a mutex per instance of the client in tendermint/tendermint#9830. This change can be removed once a fully unsynchronized client is added back.
    lcwik authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a69a604 View commit details
    Browse the repository at this point in the history
  11. [STAB-4] Downgrade version required by cosmos SDK to not force upgrad…

    …ing any of the versions in the dYdX fork of Cosmos
    
    This prevents any upgrades for any of the go.mod files.
    lcwik authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    219abcf View commit details
    Browse the repository at this point in the history
  12. [STAB-17] Fix unsync local client to invoke callback

    This was missed in 4a837dd and caused the chain to fail to initialize.
    lcwik authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3a740b0 View commit details
    Browse the repository at this point in the history
  13. [CLOB-547] IsClobOrderTransaction only filter out Short-Term orders…

    …/cancels. (#7)
    
    * generate protos for dydx
    
    * add the matches and tx protos
    
    * add dydx order id logic and constants
    
    * IsClobOrderTransaction => IsShortTermClobOrderTransaction
    
    * disable lint for dydx order id constants
    
    * more specific linter disables
    
    * rename proto package due to global proto registry name clash
    
    * Update import paths for dydx clob types
    
    * helpful text string function for order id
    
    * minor pr comments, no logic changes
    
    * README updates
    jonfung-dydx authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    0baa6ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e1640d View commit details
    Browse the repository at this point in the history
  15. test/e2e: Fix Docker image build (cometbft#984) (#10)

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    2 people authored and roy-dydx committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    e8088cc View commit details
    Browse the repository at this point in the history