Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 85
    • Issues 85
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hive
  • hivehive
  • Merge requests
  • !444

Merged
Created May 12, 2022 by Mateusz Tyszczak@mtyszczakDeveloper

Add missing creator data to the account_created_operation vops

  • Overview 2
  • Commits 3
  • Changes 8

Closes #292 (closed)

No breaking changes were discovered: Impacted accounts are stored in the flat_set, which requires values to be unique and we implement setting same value for the new_account_name and the creator, but there will be one change: impacted accounts flat_set will change its size for the account_created_operation from 2 ("", "(account name)") to 1 ("(account name") (if I am correct)

Despite the above considerations, @bwrona please review

Edited May 27, 2022 by Bartek Wrona
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: tm-issue-292