diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 286ee7758088336acad3c5d5733fadb01ab16ca1..4a2c4c315ab8ccf5645bb59aa32228ba80f85bf7 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -19,12 +19,13 @@ Smart Contract Optimistic Rollups (ongoing) ------------------------------------------- Rollups supporting execution of smart contracts. (MRs :gl:`!6118`, :gl:`!6425`, -:gl:`!6252`, :gl:`!6396`) +:gl:`!6252`, :gl:`!6396`, :gl:`!6364`, :gl:`!6413`, :gl:`!6545`, :gl:`!6543`) Data Availability Layer (ongoing) --------------------------------- -Distribution of rollup operations data off-chain. (MR :gl:`!6174`) +Distribution of rollup operations data off-chain. (MRs :gl:`!6174`, :gl:`!6388`, +:gl:`!6527`, :gl:`!6505`) Breaking Changes ---------------- @@ -44,6 +45,8 @@ Bug Fixes Minor Changes ------------- +- Give a positive gas cost to the ``BALANCE`` instruction. (MR :gl:`!6564`) + Internal -------- @@ -52,3 +55,7 @@ Internal - Optimized cleaning of implicit contract with 0 balance using local context accesses (MR :gl:`!5922`) - Improve ex_ticket_size. (MR :gl:`!6209`) + +- Clean up validation code. (MR :gl:`!6526`) + +- Remove ``Script_typed_ir.comparable_option_t``. (MR :gl:`!6513`)