[go: up one dir, main page]

Tezlink/Kernel: more consistent sender/giver terminology in function arguments

What

Improve the consistency of the sender/source/giver terminology in the function arguments of Tezlink operation application functions:

  • transfer is about the transfer operation, the account paying for the transfer is the operation's sender
  • transfer_tez is about moving tez from an account to another, it's at a lower-level than applying an operation and can be used in different contexts so we call the account paying for the tez movement a "giver"
  • burn_tez is about one account only so there is no need to specify which one.

Why

How

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading