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 locked accounts #1728

Open
wants to merge 14 commits into
base: hardfork
Choose a base branch
from

Commits on Jul 31, 2019

  1. Prevent to create cycled accounts + unit tests

    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d892bac View commit details
    Browse the repository at this point in the history
  2. Add unit tests: verify_cycled_authority

    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    0896224 View commit details
    Browse the repository at this point in the history
  3. Add verify_cycled_authority

    Find locked accounts.
    Prevent update + create locked account. UT.
    Add unit tests: max auth depth limit
    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    e93b203 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests after merge

    Remove unnecessary code
    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d5fdd5a View commit details
    Browse the repository at this point in the history
  5. CORE-978 BSIP-Fix-locked: fix unit tests cli_test

    dyakovitsky authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    3c6048b View commit details
    Browse the repository at this point in the history
  6. save restore point of account authority

    unit test: get restore point
    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    f7ee13f View commit details
    Browse the repository at this point in the history
  7. Modify unit tests

     - add restore point test
     - fix authority depth limit test
    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    17488ed View commit details
    Browse the repository at this point in the history
  8. Add account_unlock_operation

    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    bdaa7ac View commit details
    Browse the repository at this point in the history
  9. Authorize unlock_account_operation

    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9ab5e25 View commit details
    Browse the repository at this point in the history
  10. add unlock account unit tests (chain)

    Alexey Frolov authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    4bbf0dc View commit details
    Browse the repository at this point in the history
  11. conflict resolving result

    ddylko authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    2e2ad28 View commit details
    Browse the repository at this point in the history
  12. .fix-locked_accounts main logic impl

    ddylko authored and ddylko committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    e392b20 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. unit tests

    ddylko authored and ddylko committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3095f2a View commit details
    Browse the repository at this point in the history
  2. utests adjustment and hforck time fix

    ddylko authored and ddylko committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3256407 View commit details
    Browse the repository at this point in the history