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

Add fuzz tests for hollow account completion #4855

Commits on Feb 21, 2023

  1. test: add fuzz tests for hollow account completion

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    eed52ff View commit details
    Browse the repository at this point in the history
  2. fix: code smells

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d554360 View commit details
    Browse the repository at this point in the history
  3. fix: move random operations signed by hollow account

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    15b0be6 View commit details
    Browse the repository at this point in the history
  4. feat: add deletion

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    39f2840 View commit details
    Browse the repository at this point in the history
  5. fix: create dedicated account deletion for hollow fuzz tests

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    95ffa95 View commit details
    Browse the repository at this point in the history
  6. docs: added docs

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    43d3e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. refactor: rename classes and add more docs and comments

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8fc4b86 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 04633-add-fuzzing-tests-for-hollow-accoun…

    …t-completion-transactions
    stoyan-lime committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c07e039 View commit details
    Browse the repository at this point in the history
  3. refactor: move duplicate txn details to RandomOperationSignedBy

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    ee8a20b View commit details
    Browse the repository at this point in the history
  4. refactor: remove wildcard type

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    27dc8fe View commit details
    Browse the repository at this point in the history
  5. refactor: add generic type to RandomOperationSignedBy

    Signed-off-by: Stoyan Stoyanov <stoyan.stoyanov@limechain.tech>
    stoyan-lime committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4e984ae View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge branch 'develop' into 04633-add-fuzzing-tests-for-hollow-accoun…

    …t-completion-transactions
    stoyan-lime committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9d2aa67 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge branch 'develop' into 04633-add-fuzzing-tests-for-hollow-accoun…

    …t-completion-transactions
    stoyan-lime committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    7f65c0d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge branch 'develop' into 04633-add-fuzzing-tests-for-hollow-accoun…

    …t-completion-transactions
    stoyan-lime committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7ab95b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

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

Commits on Apr 26, 2023

  1. Replace RandomHollowAccount with TransferToRandomEVMAddress

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    95e2e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Generate random keys during initialization

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    72c3269 View commit details
    Browse the repository at this point in the history
  2. Update BiasedDelegatingProvider.configureDefaults to not overwrite payer

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5999b94 View commit details
    Browse the repository at this point in the history
  3. Update RandomHollow account op generation

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    814aa0e View commit details
    Browse the repository at this point in the history
  4. Update RandomTokenAssociate to work with account deletions

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8cf2590 View commit details
    Browse the repository at this point in the history
  5. Update properties file

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    13d8b22 View commit details
    Browse the repository at this point in the history
  6. Update RandomOperationSignedBy to work with account deletions

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    47730ca View commit details
    Browse the repository at this point in the history
  7. Add HollowAccountCompletionFuzzing to eet

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    08d1e73 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Fix code smell

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9b476e2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Add comment for logic for setting default payer for ops

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed May 3, 2023
    Configuration menu
    Copy the full SHA
    aa3b42d View commit details
    Browse the repository at this point in the history
  2. Address possible race condition in RandomHollowAccount

    Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
    MiroslavGatsanoga committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a15bfbc View commit details
    Browse the repository at this point in the history