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

Implement transactional bridge processor #61

Merged
merged 24 commits into from
Nov 28, 2023
Merged

Implement transactional bridge processor #61

merged 24 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. Add prisma dependency

    moreal committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    220e493 View commit details
    Browse the repository at this point in the history
  2. Define RDB schema

    moreal committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    26770cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab6191 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Separate main function logic

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f5ebf3a View commit details
    Browse the repository at this point in the history
  2. Add blocks model

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a8742b6 View commit details
    Browse the repository at this point in the history
  3. Validate memo in monitor

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    feb5ba4 View commit details
    Browse the repository at this point in the history
  4. Share action building logic

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    da5711c View commit details
    Browse the repository at this point in the history
  5. Share SUPER_FUTURE_DATETIME

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1ef3ef7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcf73ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a1fd0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbf1950 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e76a89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd4f5cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d67f1cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ccf74e View commit details
    Browse the repository at this point in the history
  13. Fix getNextTxNonce bug

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f9fe42e View commit details
    Browse the repository at this point in the history
  14. Fix getNextBlockIndex bug

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    88a53d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25cb94f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    983a231 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa8e0ee View commit details
    Browse the repository at this point in the history
  18. Update .env.sample

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e437807 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b0bd1b4 View commit details
    Browse the repository at this point in the history
  20. Refactor insert network to RDB

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e63f837 View commit details
    Browse the repository at this point in the history
  21. Update tx status automatically

    moreal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dfd3075 View commit details
    Browse the repository at this point in the history