diff --git a/CHANGES.rst b/CHANGES.rst index 2548c22457d1718ed43c5241d78a57dbe5d10914..f1ae98a4659cc1a194fed51cc9fe66a06ad044c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,9 @@ be documented here either. Node ---- +- Added Jakarta, a protocol proposal for Mainnet featuring, among others, + Transaction Optimistic Rollups, Tickets Hardening and Liquidity Baking Toggle. + - **Breaking change**: restored the encoding of events corresponding to "completed requests" (block validation, head switch, ...) to pre v11. They only diff --git a/docs/protocols/013_jakarta.rst b/docs/protocols/013_jakarta.rst index d317e57fb0a0f42851eea3665e42b13911758593..4e77ce0cb995cacaafe6c1ada63d7232dcf32694 100644 --- a/docs/protocols/013_jakarta.rst +++ b/docs/protocols/013_jakarta.rst @@ -95,7 +95,9 @@ details. (MRs :gl:`!3915`, :gl:`!4198`, :gl:`!4200`, :gl:`!4203`, :gl:`!4332`, :gl:`!4703`, :gl:`!4739`, :gl:`!4702`, :gl:`!4755`, :gl:`!4756`, :gl:`!4768`, :gl:`!4750`, :gl:`!4733`, :gl:`!4726`, :gl:`!4780`, :gl:`!4779`, :gl:`!4784`, :gl:`!4772`, :gl:`!4782`, :gl:`!4790`, :gl:`!4801`, :gl:`!4740`, :gl:`!4376`, -:gl:`!4793`) +:gl:`!4793`, :gl:`!4841`, :gl:`!4930`, :gl:`!4917`, :gl:`!4835`, :gl:`!4951`, +:gl:`!4878`, :gl:`!4913`, :gl:`!4956`, :gl:`!4963`, :gl:`!4965`, :gl:`!4972`, +:gl:`!4976`, :gl:`!4984`, :gl:`!4999`) Smart Contract Optimistic Rollups (ongoing) ------------------------------------------- @@ -222,6 +224,9 @@ Minor Changes - Retrieve a contract's public key before prechecking an operation. (MR :gl:`!4877`) +- Normalize types and code of views in RPCs and client commands. + (MR :gl:`!4911`) + Michelson --------- @@ -363,6 +368,10 @@ improvements of the codebase. - Rename first_level_of_Tenderbake for consistency. (MR :gl:`!4825`) +- Update gas cost model. (MR :gl:`!4840`) + +- Update size cost model. (MR :gl:`!4948`) + - Internal refactorings in Michelson typechecker and interpreter. (MRs :gl:`!4502`, :gl:`!4693`, :gl:`!4692`, :gl:`!4658`, :gl:`!4507`, :gl:`!4578`, :gl:`!4506`, :gl:`!4133`, :gl:`!4429`, :gl:`!4427`, :gl:`!4298`, :gl:`!4297`, diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 4638f9e473ecd1232327e23ac0c52055015c93fe..c79d7c9b0984f67723e84ca71da76f43fb97ac66 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -12,6 +12,11 @@ to Protocol J. .. contents:: +Smart Contract Optimistic Rollups +--------------------------------- + +Rollups supporting execution of smart contracts. (MRs :gl:`!4933`, :gl:`!4812`) + Breaking Changes ---------------- @@ -28,3 +33,12 @@ Internal -------- - Make carbonated maps available to the Raw context (MRs :gl:`!4815`, `!4891`) + +- Move Michelson representation modules above the Alpha_context abstraction + barrier. (MR :gl:`!4418`) + +- Further cleanup on Tenderbake code. (MR :gl:`!4513`) + +- Add Raw_carbonated_map. (MR :gl:`!4815`) + +- Other internal refactorings or documentation. (MRs :gl:`!4890`, :gl:`!4721`)