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

Ferry withdrawal service #268

Merged
merged 55 commits into from
Oct 15, 2024
Merged

Ferry withdrawal service #268

merged 55 commits into from
Oct 15, 2024

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    b50e93d View commit details
    Browse the repository at this point in the history
  2. apply lints

    mateuszaaa committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ea22d8d View commit details
    Browse the repository at this point in the history
  3. fix minor bugs

    mateuszaaa committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9364b98 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix unit tests

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    02a73c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392f75f View commit details
    Browse the repository at this point in the history
  3. fix formatting

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0c0152b View commit details
    Browse the repository at this point in the history
  4. rework env variables

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    54eb1b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c9fdb7 View commit details
    Browse the repository at this point in the history
  6. extract L1Interface

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2f87672 View commit details
    Browse the repository at this point in the history
  7. export L2Interface

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5b35edd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76848ae View commit details
    Browse the repository at this point in the history
  9. clenup

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    44c866b View commit details
    Browse the repository at this point in the history
  10. add docker ignore

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    933ea5a View commit details
    Browse the repository at this point in the history
  11. default configs for ferry

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    500eada View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32cf06c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e53dddd View commit details
    Browse the repository at this point in the history
  14. rename test files

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7d96e49 View commit details
    Browse the repository at this point in the history
  15. add delay parameter

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    88fe5a1 View commit details
    Browse the repository at this point in the history
  16. align tests

    mateuszaaa committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5608a80 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 8, 2024

  1. initial commit

    mateuszaaa committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    40bcafe View commit details
    Browse the repository at this point in the history
  2. l2 tests

    mateuszaaa committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    af14ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d85d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. UT works

    mateuszaaa committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3ea03b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. chore: forge init

    mateuszaaa committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    193edf0 View commit details
    Browse the repository at this point in the history
  2. more & more tests for l1

    mateuszaaa committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b9832cb View commit details
    Browse the repository at this point in the history
  3. tests passing

    mateuszaaa committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c6c296e View commit details
    Browse the repository at this point in the history
  4. ferryService draft impl

    mateuszaaa committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    347fef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    062d038 View commit details
    Browse the repository at this point in the history
  2. ferry service works

    mateuszaaa committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cb03c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ed508 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. add env file for tests

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ce9bb51 View commit details
    Browse the repository at this point in the history
  2. add vitest config

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    caaaf99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b14acb View commit details
    Browse the repository at this point in the history
  4. align sdk/

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    15dad73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc8d5d1 View commit details
    Browse the repository at this point in the history
  6. enable all tests

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ee0b931 View commit details
    Browse the repository at this point in the history
  7. move tests to e2e

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f0838c0 View commit details
    Browse the repository at this point in the history
  8. winston logger

    mateuszaaa committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b825ae4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. improved logger

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2d248e7 View commit details
    Browse the repository at this point in the history
  2. fix linter

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a2ba4b2 View commit details
    Browse the repository at this point in the history
  3. add local env

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f13c8b7 View commit details
    Browse the repository at this point in the history
  4. add simple readme

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c7dcbdf View commit details
    Browse the repository at this point in the history
  5. improve logging

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3bd4bf3 View commit details
    Browse the repository at this point in the history
  6. build ferries images

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    18e0e33 View commit details
    Browse the repository at this point in the history
  7. adjust ferry-deposit

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    83b0d57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86ee551 View commit details
    Browse the repository at this point in the history
  9. refactor l1

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ca3bdce View commit details
    Browse the repository at this point in the history
  10. refactor ferry-withdrawal

    mateuszaaa committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    36ef4f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    999caf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    0cda4ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566c826 View commit details
    Browse the repository at this point in the history