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

opt(torii-core): move off queryqueue for executing tx #2460

Merged
merged 55 commits into from
Oct 3, 2024

Commits on Sep 20, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e0ec767 View commit details
    Browse the repository at this point in the history
  2. fix: executor

    Larkooo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6097a60 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. refactor: executor logic

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    043f669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7d0e7 View commit details
    Browse the repository at this point in the history
  3. fix: tests

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9314438 View commit details
    Browse the repository at this point in the history
  4. fmt

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f9a136f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b883343 View commit details
    Browse the repository at this point in the history
  6. executor graceful exit

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7771fdf View commit details
    Browse the repository at this point in the history
  7. priv execute

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    60c9069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd52f0f View commit details
    Browse the repository at this point in the history
  9. clean code

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    045eed0 View commit details
    Browse the repository at this point in the history
  10. exec

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    045e4ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    388ba1e View commit details
    Browse the repository at this point in the history
  12. fix: tests

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b7acef5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b94ad7a View commit details
    Browse the repository at this point in the history
  14. fmt

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c13ff59 View commit details
    Browse the repository at this point in the history
  15. clone shutdown tx

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7fc27d5 View commit details
    Browse the repository at this point in the history
  16. fmt

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    260845c View commit details
    Browse the repository at this point in the history
  17. fix: test exec

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a7e4f1f View commit details
    Browse the repository at this point in the history
  18. non bloking execute engine

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8cf4452 View commit details
    Browse the repository at this point in the history
  19. executor logs

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2bcf226 View commit details
    Browse the repository at this point in the history
  20. in memory head

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3242ac4 View commit details
    Browse the repository at this point in the history
  21. fmt

    Larkooo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ef3e4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix: tests

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    299c0b9 View commit details
    Browse the repository at this point in the history
  2. fixx: libp2p

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e4404f1 View commit details
    Browse the repository at this point in the history
  3. fmt

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    663234a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c998428 View commit details
    Browse the repository at this point in the history
  5. try fix libp2p test

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    994abc5 View commit details
    Browse the repository at this point in the history
  6. fix tests

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    65612fa View commit details
    Browse the repository at this point in the history
  7. fmt

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    13b1ba7 View commit details
    Browse the repository at this point in the history
  8. use tempfile for tests

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0c31327 View commit details
    Browse the repository at this point in the history
  9. fix

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    afa2a0a View commit details
    Browse the repository at this point in the history
  10. c

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ef9fafc View commit details
    Browse the repository at this point in the history
  11. fix: sql tests

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4ec379c View commit details
    Browse the repository at this point in the history
  12. clone

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d393896 View commit details
    Browse the repository at this point in the history
  13. fmt

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1730bfc View commit details
    Browse the repository at this point in the history
  14. fmt

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b708081 View commit details
    Browse the repository at this point in the history
  15. no temp file

    Larkooo committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7758cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. tmp file

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    607cd06 View commit details
    Browse the repository at this point in the history
  2. fix: lock issues

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d48dd30 View commit details
    Browse the repository at this point in the history
  3. manuallyt use tmp file

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6d4b99f View commit details
    Browse the repository at this point in the history
  4. fix graphql tests

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    baf7f35 View commit details
    Browse the repository at this point in the history
  5. fix: tests

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c4f288a View commit details
    Browse the repository at this point in the history
  6. clippy

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5dac220 View commit details
    Browse the repository at this point in the history
  7. fix torii bin

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    28633b4 View commit details
    Browse the repository at this point in the history
  8. engine executions

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fd3c377 View commit details
    Browse the repository at this point in the history
  9. use tmp file for db

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4cabea5 View commit details
    Browse the repository at this point in the history
  10. fix: cursor

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ee86042 View commit details
    Browse the repository at this point in the history
  11. chore

    Larkooo committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    43246b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. wip

    Larkooo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    706c7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9e0a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. cleaning code

    Larkooo committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b6f5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f0a4b View commit details
    Browse the repository at this point in the history
  3. use vec

    Larkooo committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    63cca75 View commit details
    Browse the repository at this point in the history