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

Fix/6790 return accepted for rejected tx added to broadcast #6889

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    ca922d9 View commit details
    Browse the repository at this point in the history
  2. added own test

    pxyxyrus committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1e4670a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    401e318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a767a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. revert test changes

    pxyxyrus committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    919bd2d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    14e8b79 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. TxBroadcaster code refactor

    pxyxyrus committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7936a1e View commit details
    Browse the repository at this point in the history
  2. TxPoolTest update

    should_add_underpaid_txs_to_full_TxPool_only_if_local(True) should expect AcceptTxResult.Accepted for underpaid persistent transactions that were broadcasted
    pxyxyrus committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ca67a97 View commit details
    Browse the repository at this point in the history
  3. TxPoolTest update

    should_increase_nonce_when_transaction_not_included_in_txPool_but_broadcasted should expect AcceptTxResult.Accepted for underpaid persistent transactions that were broadcasted
    pxyxyrus committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6d0a22c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix white space formatting

    pxyxyrus committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7dfbdb6 View commit details
    Browse the repository at this point in the history
  2. fix startBroadcast

    check if persistentTx added to the local broadcasting pool is immediately removed or not
    pxyxyrus committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4757f6f View commit details
    Browse the repository at this point in the history
  3. fix StartBroadcast

    check fee before inserting tx to the local pool
    pxyxyrus committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    018afc9 View commit details
    Browse the repository at this point in the history
  4. TxPoolTest update

    should_not_broadcast_tx_with_MaxFeePerGas_lower_than_70_percent_of_CurrentBaseFee
    should not expect tx to be added to local pool when lower than 70% of current base fee
    pxyxyrus committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    be126f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

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

Commits on Apr 23, 2024

  1. test fixed

    pxyxyrus committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3c19462 View commit details
    Browse the repository at this point in the history
  2. remove invalid import

    pxyxyrus committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    926c381 View commit details
    Browse the repository at this point in the history
  3. remove invalid import

    pxyxyrus committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f8546dd View commit details
    Browse the repository at this point in the history
  4. revert commit 926c381

    pxyxyrus committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c695cc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8360abc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    031d15e View commit details
    Browse the repository at this point in the history
  2. change test to check all possible txtype cases and open to extension …

    …for potential tx types
    pxyxyrus committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f97394e View commit details
    Browse the repository at this point in the history
  3. fix linting error

    pxyxyrus committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a6150f1 View commit details
    Browse the repository at this point in the history