Skip to content

Proto: prepare splitting internal transfers

Mehdi Bouaziz requested to merge mehdi@prep_split2 into master

Context

Following !5195 (merged), I'll split the internal transfer operation between implicit and originated accounts.

Here is some preparatory work related to apply.

🎉 Side-effect: we save 450 gas units per transfer to implicit account, which were wasted on cache lookup 🤦

This bumps the TPS from 120 to 174 (+45%) according to tezos-tps-evaluation-gas-tps, yay!

Requires !5268 (merged)

Manually testing the MR

CI

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
Edited by Mehdi Bouaziz

Merge request reports