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

[r2r] refactor p2p message processing flow #1436

Merged
merged 21 commits into from
Aug 15, 2022

Commits on Aug 7, 2022

  1. refactor p2p message processing flow

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    e91189c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into wo…

    …rkflow-optimization-on-broadcasts
    onur-ozkan committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    9588098 View commit details
    Browse the repository at this point in the history
  3. drop message mutability in process_p2p_message

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    e3bad18 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. refactor fn tx_enum_from_bytes error type

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d1ad936 View commit details
    Browse the repository at this point in the history
  2. check topics in lp_topic_list_validation

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b0284c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. optimize

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c852c7d View commit details
    Browse the repository at this point in the history
  2. check if there is any byte left in tx deserialization

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cc4a0f9 View commit details
    Browse the repository at this point in the history
  3. add backwards comparison in fn deserialization

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    78c6810 View commit details
    Browse the repository at this point in the history
  4. rollback 78c6810

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2cf661d View commit details
    Browse the repository at this point in the history
  5. set JEMALLOC_SYS_WITH_MALLOC_CONF on build pipelines

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    396d162 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    onur-ozkan authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    68f561a View commit details
    Browse the repository at this point in the history
  7. add _ to unused variables

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9426a44 View commit details
    Browse the repository at this point in the history
  8. refactor lp_topic_list_validation as `topic_prefix_and_coin_validat…

    …ion`
    
    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2a08b77 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. fix reviews

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    49d31ab View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. update tx_enum_from_bytes and write unit test

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ee14db8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' of github.com:KomodoPlatform/atomicDEX-API into wo…

    …rkflow-optimization-on-broadcasts
    onur-ozkan committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    eb0a249 View commit details
    Browse the repository at this point in the history
  3. update tx_enum_from_bytes in tendermint

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c0773dd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. update error log of process_p2p_message

    Signed-off-by: Onur Özkan <work@onurozkan.dev>
    onur-ozkan committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e50c347 View commit details
    Browse the repository at this point in the history
  2. create TxMarshalingErr

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4ae28fb View commit details
    Browse the repository at this point in the history
  3. fix test_tx_enum_from_bytes

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f38a0d5 View commit details
    Browse the repository at this point in the history
  4. fix test compilation

    Signed-off-by: ozkanonur <work@onurozkan.dev>
    onur-ozkan committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    de40e66 View commit details
    Browse the repository at this point in the history