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

P2p sdk handlers #1031

Merged
merged 38 commits into from
Jan 23, 2024
Merged

P2p sdk handlers #1031

merged 38 commits into from
Jan 23, 2024

Commits on Dec 25, 2023

  1. rename tx handlers

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    362d094 View commit details
    Browse the repository at this point in the history
  2. add p2p sdk handlers

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    30598a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dab4a6b View commit details
    Browse the repository at this point in the history
  4. fix tests

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    08f8bb0 View commit details
    Browse the repository at this point in the history
  5. fix imports

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c49eba4 View commit details
    Browse the repository at this point in the history
  6. bump min go version

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    e8c2bde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f67575 View commit details
    Browse the repository at this point in the history
  8. downgrade golangci

    ceyonur committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    0bf3ed3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01fca28 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. remove noop handler

    ceyonur committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    987b9aa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. bump avago rc

    ceyonur committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f7ac02e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b801b64 View commit details
    Browse the repository at this point in the history
  3. fix uint64

    ceyonur committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f90f91f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. bump avalanchego rc version

    ceyonur committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f35444a View commit details
    Browse the repository at this point in the history
  2. fix linter

    ceyonur committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    61b730b View commit details
    Browse the repository at this point in the history
  3. revert txpool uint change

    ceyonur committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1fe51f7 View commit details
    Browse the repository at this point in the history
  4. bump subnet-evm version

    ceyonur committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7bc46ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1782f18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49c3c3c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    d5a24de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828e077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b8f3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3994e3 View commit details
    Browse the repository at this point in the history
  5. parallelize e2e steps

    ceyonur committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dad0b17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4888cdd View commit details
    Browse the repository at this point in the history
  7. use checkout

    ceyonur committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2a45e5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1593c72 View commit details
    Browse the repository at this point in the history
  9. split to different workflows

    ceyonur committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b182b18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e9fc6c View commit details
    Browse the repository at this point in the history
  11. move to same folder

    ceyonur committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    867aaad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ddc63ea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    e29a8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1642e9f View commit details
    Browse the repository at this point in the history
  3. bump avago

    ceyonur committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7f8009f View commit details
    Browse the repository at this point in the history
  4. add time to codec

    ceyonur committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    31dc86d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix load test (#1043)

    * tweak global limit
    
    * uncomment submit
    
    * update consts
    
    * update avalanchego version
    
    * fix compilation err
    
    * simpler fix
    
    * remove mempool configs
    
    * bump latest avago rc
    
    * fix tests
    
    * update avalanchego
    
    * fix mockgen
    
    * bump ANR
    
    * remove unnecessary log levels
    
    * Fix bloom reset (#1049)
    
    * add UT for eth tx pool subscribe
    
    * fix eth tx pool subscribtion
    
    * don't use journal
    
    * simplify test
    
    * increase timeout
    
    * Update plugin/evm/tx_gossip_test.go
    
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    
    ---------
    
    Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com>
    Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org>
    Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
    3 people committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ae4f5eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd3f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4808a View commit details
    Browse the repository at this point in the history