Protocol Alpha

This page documents the changes brought by protocol Alpha with respect to Paris (see Protocol naming).

For changes brought by Paris with respect to Oxford, see Protocol Paris.

The code can be found in directory src/proto_alpha of the master branch of Octez.

Operation receipts

  • To better differentiate Deposits coming from ‘rewards from bakers own stakes’ from ‘the edge bakers may take from their stakers rewards’, the balance updates field has been specialized. The field {“staker”:{“baker”: <delegate_pkh>}} is now split into {“staker”:{“baker_own_stake”: <delegate_pkh>}} and {“staker”:{“baker_edge”: <delegate_pkh>}}. (MR !12258)