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

Set transaction size limit #4107

Merged
merged 21 commits into from
Mar 24, 2021
Merged

Set transaction size limit #4107

merged 21 commits into from
Mar 24, 2021

Commits on Mar 10, 2021

  1. Implement first version of validating summary tx size

    Longarithm committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c5e4290 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c1312d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Add feature flag for limiting tx size

    Longarithm committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    caf9c77 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Fix formatting

    Longarithm committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5bb8eea View commit details
    Browse the repository at this point in the history
  2. Add test checking exceeding tx size limit

    Longarithm committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    29a1ee7 View commit details
    Browse the repository at this point in the history
  3. Add new test

    Longarithm committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    83e8cc9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2a627ee View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    552ddd1 View commit details
    Browse the repository at this point in the history
  2. fix

    bowenwang1996 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e8e8e7f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Improve computation of transaction size

    Longarithm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    98b49f4 View commit details
    Browse the repository at this point in the history
  2. Add check for tx with valid size

    Longarithm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    4956d18 View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt

    Longarithm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b87a56a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9ea73c7 View commit details
    Browse the repository at this point in the history
  5. Add TODO

    Longarithm committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    f379ff7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Introduce size field for SignedTransaction

    Longarithm committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    030c85a View commit details
    Browse the repository at this point in the history
  2. Fix error in test

    Longarithm committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    69ead0e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d28002f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1cc7e7e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into limit-transaction

    Longarithm committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b649ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Minor fix

    Longarithm committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7eee611 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into limit-transaction

    Aleksandr Logunov committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8dfbc0f View commit details
    Browse the repository at this point in the history