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

BE-636 | WIP #553

Draft
wants to merge 57 commits into
base: v27.x
Choose a base branch
from
Draft

BE-636 | WIP #553

wants to merge 57 commits into from

Commits on Nov 25, 2024

  1. chore: add mergify backport on tag action (#542)

    adding backport mergify action and created A:backport/v27.x label
    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c8e684f View commit details
    Browse the repository at this point in the history
  2. BE-586 | Claimbot (#524)

    * BE-586 | Claimbot prototype
    
    Init
    
    * BE-586 | WIP
    
    * BE-586 | WIP
    
    * BE-595 | Clean up
    
    * BE-586 | Add docs
    
    * BE-586 | Clean up
    
    * BE-586 | Add docs
    
    * BE-596 | Tests init
    
    * BE-586 | Add tests for slices, orderbook packages
    
    * BE-586 | claimbot/tx tests
    
    * BE-586 | claimbot/order.go tests
    
    * BE-586 | Requested changes
    
    * BE-586 | Process block orderbooks, tests
    
    * BE-586 | Requested changes
    
    * BE-586 | Config update
    
    * BE-586 | OrderBookClient use slices.Split for pagination
    
    Cleans up OrderBookClient by reusing slices.Split instead of duplicating
    splitting slices into chunks logic in some of the methods.
    
    * BE-586 | Clean up
    
    * BE-586 | Fix fillbot docker-compose
    
    Fixes errors running fillbot via docker-compose
    
    * BE-586 | Docs, docker compose fixes
    
    * BE-586 | Run fillbot via docker-compose
    
    * BE-586 | Run claimbot via docker-compose, clean up
    
    * BE-586 | Cleanup
    
    * BE-586 | Named logger
    
    * BE-586 | Requested changes
    
    * BE-586 | Logging failing tx
    
    * BE-586 | Increase gas adjustment
    
    * BE-586 | Error logging fix
    
    * BE-586 | Trace name update
    
    * BE-586 | Requested changes #1
    
    * BE-586 | Requested changes #2
    
    * BE-586 | Sequence number update
    
    * BE-586 | added tests
    
    * BE-586 | Suggested improvements
    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8f2df57 View commit details
    Browse the repository at this point in the history
  3. refactor: gas estimation APIs (#546)

    * refactor: gas estimation APIs
    
    * changelog
    
    * lint
    p0mvn authored and deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    863d154 View commit details
    Browse the repository at this point in the history
  4. feat: simulate swap as part of quotes (#547)

    * feat: simulate swap as part of quotes
    
    * try adding e2e test
    
    * updates
    
    * lint
    
    * fix test
    
    * swagger
    
    * attempt fix grpc wiring
    
    * fix e2e sim test
    
    * updates
    p0mvn authored and deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    eb7d0f9 View commit details
    Browse the repository at this point in the history
  5. changelog

    p0mvn authored and deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b99e5ad View commit details
    Browse the repository at this point in the history
  6. refactor: decouple base fee fetching as part of quote from simulation (

    …#550)
    
    * refactor: return base fee in /quote regardless of simulation success.
    
    * separate base fee from simulation. Pre-compute during ingest
    
    * updates
    
    * updates
    
    * Update router/repository/memory_router_repository.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix
    
    * separate interface
    
    * rename
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    2 people authored and deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3383831 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md for v26.2.0 (#560)

    Updates CHANGELOG.md to reflect changes included for v26.2.0
    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    72774d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acf0e1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e954a37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ec4257 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1666b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7eba69 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a8ed70 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2ff2403 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b98e193 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9feff67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    815c5ff View commit details
    Browse the repository at this point in the history
  18. BE-636 | Fix docs

    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    456a488 View commit details
    Browse the repository at this point in the history
  19. BE-636 | Sort api

    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    66742e0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2f41239 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ca9cba View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3230d8 View commit details
    Browse the repository at this point in the history
  23. BE-636 | Bug fix

    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    016073a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c36e2d2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    06a7aee View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f71d6b5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    aeeb2fd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a6f7d1c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    46e1e27 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    34c5f75 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cfb0c89 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    378ea7d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0801289 View commit details
    Browse the repository at this point in the history
  34. BE-636 | Fix tests

    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5fc3430 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2be2b43 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0922115 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9ef7a3d View commit details
    Browse the repository at this point in the history
  38. BE-636 | Fix rebase #2

    deividaspetraitis committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    598cd97 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    8ca92c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a25df View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    852092f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b414693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb06e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a72dc9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9e2d8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54d5680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eb8251 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    873e54b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    005960e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    44549c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3d479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8665d View commit details
    Browse the repository at this point in the history
  4. BE-636 | Regroup imports

    Regroups imports by source
    deividaspetraitis committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1f3a037 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e3a8ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a6c568 View commit details
    Browse the repository at this point in the history