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

feat(p2p): ensure time synchronization in the network #2255

Open
wants to merge 21 commits into
base: dev
Choose a base branch
from

Commits on Oct 31, 2024

  1. add time validation core logic

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4343c0e View commit details
    Browse the repository at this point in the history
  2. nit fixes

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3b69689 View commit details
    Browse the repository at this point in the history
  3. handle time gap

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5acfe8d View commit details
    Browse the repository at this point in the history
  4. improve logging

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    82ae6d2 View commit details
    Browse the repository at this point in the history
  5. add more trackable processing logs

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5771790 View commit details
    Browse the repository at this point in the history
  6. improve info log and remove debugging leftover

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f42e706 View commit details
    Browse the repository at this point in the history
  7. rename NetworkInfoRequest to PeerInfoRequest

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b693d8c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. handle recently dialed peers

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    92af285 View commit details
    Browse the repository at this point in the history
  2. add useful logs

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    86eb068 View commit details
    Browse the repository at this point in the history
  3. create function for pre-dial check

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c1a6eaf View commit details
    Browse the repository at this point in the history
  4. set max cap for timestamp channel

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e5c284d View commit details
    Browse the repository at this point in the history
  5. remove leftover

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    130af67 View commit details
    Browse the repository at this point in the history
  6. use Multiaddr as key

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    422626c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' of github.com:KomodoPlatform/komodo-defi-framework…

    … into time-synced-network
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3859afc View commit details
    Browse the repository at this point in the history
  8. fix p2p tests

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1c7229c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. update logs

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0691aba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. rename leftovers

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3692673 View commit details
    Browse the repository at this point in the history
  2. update timing values

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8487ab1 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    faeee43 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. update pre dial check calls

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1f2950e View commit details
    Browse the repository at this point in the history
  2. apply nit fixes

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9ad57a7 View commit details
    Browse the repository at this point in the history