Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Exit transaction early when insufficient account cpu - 2.0 #8638

Merged
merged 26 commits into from
Feb 22, 2020

Commits on Feb 12, 2020

  1. Do not attempt to exec a trx if account cpu does not have sufficient …

    …cpu to execute according to last time trx was executed.
    heifner committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    edc1946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e9d84 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    67f9b08 View commit details
    Browse the repository at this point in the history
  2. Code cleanup to use is_producing_block() for validation check instead…

    … of explicit_billed_cpu_time
    heifner committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    39c4f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243a6fb View commit details
    Browse the repository at this point in the history
  4. Factor in greylist_cpu_usage_exceeded & block_cpu_usage_exceeded alon…

    …g with tx_cpu_usage_exceeded so correct exception thrown in early eval of previously billed cpu
    heifner committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    68738d5 View commit details
    Browse the repository at this point in the history
  5. Evaluate block exhausted via timer instead of just looking at excepti…

    …on. Rename failure_is_subjective to block_is_exhausted to better reflect what the function does.
    heifner committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c4421bf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    e1937cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486e2cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce131a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    e6c9ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361f8f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d9573e View commit details
    Browse the repository at this point in the history
  4. Allow explicit billing of 0

    heifner committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    cf2471e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    387b2bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63446cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9321e4 View commit details
    Browse the repository at this point in the history
  8. Move deadline check up

    heifner committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    589a3b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8dc277a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    81bbafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f8c6d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    0f77c52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e5555 View commit details
    Browse the repository at this point in the history
  3. Update comments

    heifner committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9613de4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    561f6b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225bec3 View commit details
    Browse the repository at this point in the history