diff --git a/docs/Makefile b/docs/Makefile index 42fdc9e662b0f84817be001904ea3f8e67d2e8f1..457118d1af045429d4af1428af8543687dfc27a2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ PROTOCOLS = $(NAMED_PROTOS) alpha beta # The following variables names are lowercase, so their names can be computed # from the names of the corresponding protocol directories paris_long = PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi -beta_long = PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg +beta_long = PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT alpha_long = ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK paris_short = PtParisC diff --git a/docs/alpha/adaptive_issuance.rst b/docs/alpha/adaptive_issuance.rst index 402d2ee1135b47cd5a235acad6efcc0d1728c4e7..4f09d6c94810429b1494ab213bb0a4d55665470c 100644 --- a/docs/alpha/adaptive_issuance.rst +++ b/docs/alpha/adaptive_issuance.rst @@ -246,10 +246,10 @@ overridden by the minimum issuance, as discussed below. - 50% and above * - Adaptive maximum issuance (approx.) - 10% - - 8.4% - - 3.9% - - 2% - - 1.2% + - 9.2% + - 5.6% + - 3% + - 1.5% - 1% The function that defines the adaptive maximum is: @@ -261,7 +261,7 @@ The function that defines the adaptive maximum is: return 0.01 elif r <= 0.05: return 0.1 - y = (5115 - 17670 * r + 19437 * (r ** 2)) / (24149 + 178695 * r) + y = (1 + 9 * ((50 - 100 * r) / 42 ) ** 2 ) / 100 if y > 0.1: return 0.1 elif y < 0.01: diff --git a/docs/alpha/adaptive_maximum.png b/docs/alpha/adaptive_maximum.png index cb346aca6d4788769563becd52342d2aedca9caf..764ada6b07dd2ce33eed9b21c436a12d03214779 100644 Binary files a/docs/alpha/adaptive_maximum.png and b/docs/alpha/adaptive_maximum.png differ diff --git a/docs/beta/adaptive_issuance.rst b/docs/beta/adaptive_issuance.rst index 3d12f03f81cf8ddc2e1ce2b20f07461f34ce4446..7c4a15fd795dbd82b31611d1b4a6a9af1fd48ce8 100644 --- a/docs/beta/adaptive_issuance.rst +++ b/docs/beta/adaptive_issuance.rst @@ -246,10 +246,10 @@ overridden by the minimum issuance, as discussed below. - 50% and above * - Adaptive maximum issuance (approx.) - 10% - - 8.4% - - 3.9% - - 2% - - 1.2% + - 9.2% + - 5.6% + - 3% + - 1.5% - 1% The function that defines the adaptive maximum is: @@ -261,7 +261,7 @@ The function that defines the adaptive maximum is: return 0.01 elif r <= 0.05: return 0.1 - y = (5115 - 17670 * r + 19437 * (r ** 2)) / (24149 + 178695 * r) + y = (1 + 9 * ((50 - 100 * r) / 42 ) ** 2 ) / 100 if y > 0.1: return 0.1 elif y < 0.01: diff --git a/docs/beta/adaptive_maximum.png b/docs/beta/adaptive_maximum.png index cb346aca6d4788769563becd52342d2aedca9caf..764ada6b07dd2ce33eed9b21c436a12d03214779 100644 Binary files a/docs/beta/adaptive_maximum.png and b/docs/beta/adaptive_maximum.png differ diff --git a/docs/beta/rpc.rst b/docs/beta/rpc.rst index f397679bdee99e05ad9a4cac67ce384ee46d557b..23ccc17643f0af52882180b5ee51ae851c0b5a56 100644 --- a/docs/beta/rpc.rst +++ b/docs/beta/rpc.rst @@ -1,6 +1,6 @@ .. raw:: html - - + + - + .. raw:: html - - + + - + .. _rpc_index_beta : @@ -89,153 +89,153 @@ Index ***** * ../ (`GET `_) - + * ..//context - + * ..//context/adaptive_issuance_launch_cycle (`GET `_) - + * ..//context/cache - + * ..//context/cache/contracts - + * ..//context/cache/contracts/all (`GET `_) - + * ..//context/cache/contracts/rank (`POST `_) - + * ..//context/cache/contracts/size (`GET `_) - + * ..//context/cache/contracts/size_limit (`GET `_) - + * ..//context/constants (`GET `_) - + * ..//context/constants/errors (`GET `_) - + * ..//context/constants/parametric (`GET `_) - + * ..//context/denunciations (`GET `_) - + * ..//context/issuance - + * ..//context/issuance/current_yearly_rate (`GET `_) - + * ..//context/issuance/current_yearly_rate_details (`GET `_) - + * ..//context/issuance/current_yearly_rate_exact (`GET `_) - + * ..//context/issuance/expected_issuance (`GET `_) - + * ..//context/issuance/issuance_per_minute (`GET `_) - + * ..//context/liquidity_baking - + * ..//context/liquidity_baking/cpmm_address (`GET `_) - + * ..//context/merkle_tree (`GET `_) - + * ..//context/merkle_tree_v2 (`GET `_) - + * ..//context/nonces - + * ..//context/nonces/ (`GET `_) - + * ..//context/raw - + * ..//context/raw/bytes (`GET `_) - + * ..//context/raw/json () - + * ..//context/sapling - + * ..//context/sapling/ - + * ..//context/sapling//get_diff (`GET `_) - + * ..//context/seed (`POST `_) - + * ..//context/seed_computation (`GET `_) - + * ..//context/total_frozen_stake (`GET `_) - + * ..//context/total_supply (`GET `_) - + * ..//hash (`GET `_) - + * ..//header (`GET `_) - + * ..//header/protocol_data (`GET `_) - + * ..//header/protocol_data/raw (`GET `_) - + * ..//header/raw (`GET `_) - + * ..//header/shell (`GET `_) - + * ..//helpers - + * ..//helpers/complete - + * ..//helpers/complete/ (`GET `_) - + * ..//helpers/forge_block_header (`POST `_) - + * ..//helpers/preapply - + * ..//helpers/preapply/block (`POST `_) - + * ..//helpers/preapply/operations (`POST `_) - + * ..//live_blocks (`GET `_) - + * ..//metadata (`GET `_) - + * ..//metadata_hash (`GET `_) - + * ..//operation_hashes (`GET `_) - + * ..//operation_hashes/ (`GET `_) - + * ..//operation_hashes// (`GET `_) - + * ..//operation_metadata_hashes (`GET `_) - + * ..//operation_metadata_hashes/ (`GET `_) - + * ..//operation_metadata_hashes// (`GET `_) - + * ..//operations (`GET `_) - + * ..//operations/ (`GET `_) - + * ..//operations// (`GET `_) - + * ..//operations_metadata_hash (`GET `_) - + * ..//protocols (`GET `_) - + * ..//resulting_context_hash (`GET `_) - + * ..//votes - + * ..//votes/ballot_list (`GET `_) - + * ..//votes/ballots (`GET `_) - + * ..//votes/current_period (`GET `_) - + * ..//votes/current_proposal (`GET `_) - + * ..//votes/current_quorum (`GET `_) - + * ..//votes/listings (`GET `_) - + * ..//votes/proposal_count - + * ..//votes/proposal_count/ (`GET `_) - + * ..//votes/proposals (`GET `_) - + * ..//votes/successor_period (`GET `_) - + * ..//votes/total_voting_power (`GET `_) Full description @@ -246,7 +246,7 @@ Full description **GET ../?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -257,7 +257,7 @@ Full description
     { /* block_info_encoding_v1 */
-      "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+      "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
       "chain_id": $Chain_id,
       "hash": $block_hash,
       "header": $raw_block_header,
@@ -2885,8 +2885,8 @@ Full description
       /* A block identifier (Base58Check-encoded) */
       $unistring
     $block_header_metadata:
-      { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
-        "next_protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+      { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
+        "next_protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
         "test_chain_status": $test_chain_status,
         "max_operations_ttl": integer ∈ [-2^30, 2^30],
         "max_operation_data_length": integer ∈ [-2^30, 2^30],
@@ -2991,7 +2991,7 @@ Full description
            "annots"?: [ $unistring ... ] }
     $operation:
       { /* An operation's shell header. */
-        "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+        "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
         "chain_id": $Chain_id,
         "hash": $Operation_hash,
         "branch": $block_hash,
@@ -2999,14 +2999,14 @@ Full description
         "signature"?: $Signature.V1,
         "metadata": "too large" }
       || { /* An operation's shell header. */
-           "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+           "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
            "chain_id": $Chain_id,
            "hash": $Operation_hash,
            "branch": $block_hash,
            "contents": [ $beta.operation.alpha.contents ... ],
            "signature"?: $Signature.V1 }
       || { /* An operation's shell header. */
-           "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+           "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
            "chain_id": $Chain_id,
            "hash": $Operation_hash,
            "branch": $block_hash,
@@ -3014,7 +3014,7 @@ Full description
              [ $beta.operation.alpha.operation_contents_and_result ... ],
            "signature"?: $Signature.V1 }
       || { /* An operation's shell header. */
-           "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+           "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
            "chain_id": $Chain_id,
            "hash": $Operation_hash,
            "branch": $block_hash,
@@ -3116,11 +3116,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | operations                     | Variable             | sequence of $X_78                   |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     fitness.elem
     ************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -3128,104 +3128,104 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.per_block_votes (1 byte, 8-bit tag)
     ****************************************
-    
+
     case_0 (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_1 (tag 1)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_2 (tag 2)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_4 (tag 4)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_5 (tag 5)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_6 (tag 6)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_8 (tag 8)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_9 (tag 9)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_10 (tag 10)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     raw_block_header
     ****************
-    
+
     +---------------------------------------+----------+-------------------------------------+
     | Name                                  | Size     | Contents                            |
     +=======================================+==========+=====================================+
@@ -3261,24 +3261,24 @@ Full description
     +---------------------------------------+----------+-------------------------------------+
     | signature                             | Variable | bytes                               |
     +---------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     test_chain_status (Determined from data, 8-bit tag)
     ***************************************************
-    
+
     Not_running (tag 0)
     ===================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Forking (tag 1)
     ===============
-    
+
     +------------+----------+----------------------------------+
     | Name       | Size     | Contents                         |
     +============+==========+==================================+
@@ -3288,11 +3288,11 @@ Full description
     +------------+----------+----------------------------------+
     | expiration | 8 bytes  | signed 64-bit big-endian integer |
     +------------+----------+----------------------------------+
-    
-    
+
+
     Running (tag 2)
     ===============
-    
+
     +------------+----------+----------------------------------+
     | Name       | Size     | Contents                         |
     +============+==========+==================================+
@@ -3306,11 +3306,11 @@ Full description
     +------------+----------+----------------------------------+
     | expiration | 8 bytes  | signed 64-bit big-endian integer |
     +------------+----------+----------------------------------+
-    
-    
+
+
     X_2
     ***
-    
+
     +------------------------------+---------+-------------------------------------------------------------------------+
     | Name                         | Size    | Contents                                                                |
     +==============================+=========+=========================================================================+
@@ -3320,11 +3320,11 @@ Full description
     +------------------------------+---------+-------------------------------------------------------------------------+
     | max_op                       | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 |
     +------------------------------+---------+-------------------------------------------------------------------------+
-    
-    
+
+
     X_1
     ***
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -3332,14 +3332,14 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_2                   |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     public_key_hash (21 bytes, 8-bit tag)
     *************************************
-    
+
     Ed25519 (tag 0)
     ===============
-    
+
     +-------------------------+----------+------------------------+
     | Name                    | Size     | Contents               |
     +=========================+==========+========================+
@@ -3347,11 +3347,11 @@ Full description
     +-------------------------+----------+------------------------+
     | Ed25519.Public_key_hash | 20 bytes | bytes                  |
     +-------------------------+----------+------------------------+
-    
-    
+
+
     Secp256k1 (tag 1)
     =================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -3359,11 +3359,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Secp256k1.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     P256 (tag 2)
     ============
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -3371,11 +3371,11 @@ Full description
     +----------------------+----------+------------------------+
     | P256.Public_key_hash | 20 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     Bls (tag 3)
     ===========
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -3383,11 +3383,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Bls12_381.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     X_3
     ***
-    
+
     +---------------------+---------+-------------------------------------+
     | Name                | Size    | Contents                            |
     +=====================+=========+=====================================+
@@ -3401,64 +3401,64 @@ Full description
     +---------------------+---------+-------------------------------------+
     | expected_commitment | 1 byte  | boolean (0 for false, 255 for true) |
     +---------------------+---------+-------------------------------------+
-    
-    
+
+
     X_6 (1 byte, 8-bit tag)
     ***********************
-    
+
     Proposal (tag 0)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     exploration (tag 1)
     ===================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Cooldown (tag 2)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Promotion (tag 3)
     =================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Adoption (tag 4)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_5
     ***
-    
+
     +----------------+---------+----------------------------------+
     | Name           | Size    | Contents                         |
     +================+=========+==================================+
@@ -3468,11 +3468,11 @@ Full description
     +----------------+---------+----------------------------------+
     | start_position | 4 bytes | signed 32-bit big-endian integer |
     +----------------+---------+----------------------------------+
-    
-    
+
+
     X_4
     ***
-    
+
     +---------------+---------+----------------------------------+
     | Name          | Size    | Contents                         |
     +===============+=========+==================================+
@@ -3482,24 +3482,24 @@ Full description
     +---------------+---------+----------------------------------+
     | remaining     | 4 bytes | signed 32-bit big-endian integer |
     +---------------+---------+----------------------------------+
-    
-    
+
+
     X_7 (Determined from data, 8-bit tag)
     *************************************
-    
+
     None (tag 0)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Some (tag 1)
     ============
-    
+
     +-------------+----------+------------------------+
     | Name        | Size     | Contents               |
     +=============+==========+========================+
@@ -3507,14 +3507,14 @@ Full description
     +-------------+----------+------------------------+
     | cycle_nonce | 32 bytes | bytes                  |
     +-------------+----------+------------------------+
-    
-    
+
+
     beta.contract_id (22 bytes, 8-bit tag)
     **************************************
-    
+
     Implicit (tag 0)
     ================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -3522,11 +3522,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Signature.Public_key_hash | 21 bytes | $public_key_hash       |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     Originated (tag 1)
     ==================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -3536,14 +3536,14 @@ Full description
     +---------------+----------+------------------------+
     | padding       | 1 byte   | padding                |
     +---------------+----------+------------------------+
-    
-    
+
+
     beta.staker (Determined from data, 8-bit tag)
     *********************************************
-    
+
     Single (tag 0)
     ==============
-    
+
     +----------+----------+------------------------+
     | Name     | Size     | Contents               |
     +==========+==========+========================+
@@ -3553,11 +3553,11 @@ Full description
     +----------+----------+------------------------+
     | delegate | 21 bytes | $public_key_hash       |
     +----------+----------+------------------------+
-    
-    
+
+
     Shared (tag 1)
     ==============
-    
+
     +----------+----------+------------------------+
     | Name     | Size     | Contents               |
     +==========+==========+========================+
@@ -3565,14 +3565,14 @@ Full description
     +----------+----------+------------------------+
     | delegate | 21 bytes | $public_key_hash       |
     +----------+----------+------------------------+
-    
-    
+
+
     beta.bond_id (21 bytes, 8-bit tag)
     **********************************
-    
+
     Smart_rollup_bond_id (tag 1)
     ============================
-    
+
     +--------------+----------+------------------------+
     | Name         | Size     | Contents               |
     +==============+==========+========================+
@@ -3580,14 +3580,14 @@ Full description
     +--------------+----------+------------------------+
     | smart_rollup | 20 bytes | bytes                  |
     +--------------+----------+------------------------+
-    
-    
+
+
     beta.frozen_staker (Determined from data, 8-bit tag)
     ****************************************************
-    
+
     Single (tag 0)
     ==============
-    
+
     +----------+----------+------------------------+
     | Name     | Size     | Contents               |
     +==========+==========+========================+
@@ -3597,11 +3597,11 @@ Full description
     +----------+----------+------------------------+
     | delegate | 21 bytes | $public_key_hash       |
     +----------+----------+------------------------+
-    
-    
+
+
     Shared (tag 1)
     ==============
-    
+
     +----------+----------+------------------------+
     | Name     | Size     | Contents               |
     +==========+==========+========================+
@@ -3609,11 +3609,11 @@ Full description
     +----------+----------+------------------------+
     | delegate | 21 bytes | $public_key_hash       |
     +----------+----------+------------------------+
-    
-    
+
+
     Baker (tag 2)
     =============
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -3621,11 +3621,11 @@ Full description
     +-----------------+----------+------------------------+
     | baker_own_stake | 21 bytes | $public_key_hash       |
     +-----------------+----------+------------------------+
-    
-    
+
+
     Baker_edge (tag 3)
     ==================
-    
+
     +------------+----------+------------------------+
     | Name       | Size     | Contents               |
     +============+==========+========================+
@@ -3633,14 +3633,14 @@ Full description
     +------------+----------+------------------------+
     | baker_edge | 21 bytes | $public_key_hash       |
     +------------+----------+------------------------+
-    
-    
+
+
     X_9 (Determined from data, 8-bit tag)
     *************************************
-    
+
     Contract (tag 0)
     ================
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -3650,11 +3650,11 @@ Full description
     +----------+----------+----------------------------------+
     | change   | 8 bytes  | signed 64-bit big-endian integer |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Block_fees (tag 2)
     ==================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3662,11 +3662,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Deposits (tag 4)
     ================
-    
+
     +--------+----------------------+----------------------------------+
     | Name   | Size                 | Contents                         |
     +========+======================+==================================+
@@ -3676,11 +3676,11 @@ Full description
     +--------+----------------------+----------------------------------+
     | change | 8 bytes              | signed 64-bit big-endian integer |
     +--------+----------------------+----------------------------------+
-    
-    
+
+
     Nonce_revelation_rewards (tag 5)
     ================================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3688,11 +3688,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Attesting_rewards (tag 7)
     =========================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3700,11 +3700,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Baking_rewards (tag 8)
     ======================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3712,11 +3712,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Baking_bonuses (tag 9)
     ======================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3724,11 +3724,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Storage_fees (tag 11)
     =====================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3736,11 +3736,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Double_signing_punishments (tag 12)
     ===================================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3748,11 +3748,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Lost_attesting_rewards (tag 13)
     ===============================
-    
+
     +---------------+----------+-------------------------------------+
     | Name          | Size     | Contents                            |
     +===============+==========+=====================================+
@@ -3766,11 +3766,11 @@ Full description
     +---------------+----------+-------------------------------------+
     | change        | 8 bytes  | signed 64-bit big-endian integer    |
     +---------------+----------+-------------------------------------+
-    
-    
+
+
     Liquidity_baking_subsidies (tag 14)
     ===================================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3778,11 +3778,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Burned (tag 15)
     ===============
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3790,11 +3790,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Commitments (tag 16)
     ====================
-    
+
     +-----------+----------+----------------------------------+
     | Name      | Size     | Contents                         |
     +===========+==========+==================================+
@@ -3804,11 +3804,11 @@ Full description
     +-----------+----------+----------------------------------+
     | change    | 8 bytes  | signed 64-bit big-endian integer |
     +-----------+----------+----------------------------------+
-    
-    
+
+
     Bootstrap (tag 17)
     ==================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3816,11 +3816,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Invoice (tag 18)
     ================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3828,11 +3828,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Initial_commitments (tag 19)
     ============================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3840,11 +3840,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Minted (tag 20)
     ===============
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3852,11 +3852,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Frozen_bonds (tag 21)
     =====================
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -3868,11 +3868,11 @@ Full description
     +----------+----------+----------------------------------+
     | change   | 8 bytes  | signed 64-bit big-endian integer |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Smart_rollup_refutation_punishments (tag 24)
     ============================================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3880,11 +3880,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Smart_rollup_refutation_rewards (tag 25)
     ========================================
-    
+
     +--------+---------+----------------------------------+
     | Name   | Size    | Contents                         |
     +========+=========+==================================+
@@ -3892,11 +3892,11 @@ Full description
     +--------+---------+----------------------------------+
     | change | 8 bytes | signed 64-bit big-endian integer |
     +--------+---------+----------------------------------+
-    
-    
+
+
     Unstaked_deposits (tag 26)
     ==========================
-    
+
     +--------+----------------------+----------------------------------+
     | Name   | Size                 | Contents                         |
     +========+======================+==================================+
@@ -3908,11 +3908,11 @@ Full description
     +--------+----------------------+----------------------------------+
     | change | 8 bytes              | signed 64-bit big-endian integer |
     +--------+----------------------+----------------------------------+
-    
-    
+
+
     Staking_delegator_numerator (tag 27)
     ====================================
-    
+
     +-----------+----------+----------------------------------+
     | Name      | Size     | Contents                         |
     +===========+==========+==================================+
@@ -3922,11 +3922,11 @@ Full description
     +-----------+----------+----------------------------------+
     | change    | 8 bytes  | signed 64-bit big-endian integer |
     +-----------+----------+----------------------------------+
-    
-    
+
+
     Staking_delegate_denominator (tag 28)
     =====================================
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -3936,54 +3936,54 @@ Full description
     +----------+----------+----------------------------------+
     | change   | 8 bytes  | signed 64-bit big-endian integer |
     +----------+----------+----------------------------------+
-    
-    
+
+
     X_10 (Determined from data, 8-bit tag)
     **************************************
-    
+
     Block_application (tag 0)
     =========================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Protocol_migration (tag 1)
     ==========================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Subsidy (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Simulation (tag 3)
     ==================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Delayed_operation (tag 4)
     =========================
-    
+
     +------------------------+----------+------------------------+
     | Name                   | Size     | Contents               |
     +========================+==========+========================+
@@ -3991,11 +3991,11 @@ Full description
     +------------------------+----------+------------------------+
     | delayed_operation_hash | 32 bytes | bytes                  |
     +------------------------+----------+------------------------+
-    
-    
+
+
     X_8
     ***
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -4003,38 +4003,38 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_10    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     Z.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | Z.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     beta.contract_id.originated (22 bytes, 8-bit tag)
     *************************************************
-    
+
     Originated (tag 1)
     ==================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -4044,11 +4044,11 @@ Full description
     +---------------+----------+------------------------+
     | padding       | 1 byte   | padding                |
     +---------------+----------+------------------------+
-    
-    
+
+
     sapling.transaction.ciphertext
     ******************************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -4066,11 +4066,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | nonce_out             | 24 bytes | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_24
     ****
-    
+
     +-----------------+----------------------+---------------------------------+
     | Name            | Size                 | Contents                        |
     +=================+======================+=================================+
@@ -4078,11 +4078,11 @@ Full description
     +-----------------+----------------------+---------------------------------+
     | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext |
     +-----------------+----------------------+---------------------------------+
-    
-    
+
+
     X_23
     ****
-    
+
     +-----------------------------+----------+------------------------------------+
     | Name                        | Size     | Contents                           |
     +=============================+==========+====================================+
@@ -4094,14 +4094,14 @@ Full description
     +-----------------------------+----------+------------------------------------+
     | nullifiers                  | Variable | sequence of bytes                  |
     +-----------------------------+----------+------------------------------------+
-    
-    
+
+
     X_29 (Determined from data, 8-bit tag)
     **************************************
-    
+
     update (tag 0)
     ==============
-    
+
     +---------+----------------------+------------------------+
     | Name    | Size                 | Contents               |
     +=========+======================+========================+
@@ -4109,21 +4109,21 @@ Full description
     +---------+----------------------+------------------------+
     | updates | Determined from data | $X_23                  |
     +---------+----------------------+------------------------+
-    
-    
+
+
     remove (tag 1)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     copy (tag 2)
     ============
-    
+
     +---------+----------------------+------------------------+
     | Name    | Size                 | Contents               |
     +=========+======================+========================+
@@ -4133,11 +4133,11 @@ Full description
     +---------+----------------------+------------------------+
     | updates | Determined from data | $X_23                  |
     +---------+----------------------+------------------------+
-    
-    
+
+
     alloc (tag 3)
     =============
-    
+
     +-----------+----------------------+------------------------------------+
     | Name      | Size                 | Contents                           |
     +===========+======================+====================================+
@@ -4147,11 +4147,11 @@ Full description
     +-----------+----------------------+------------------------------------+
     | memo_size | 2 bytes              | unsigned 16-bit big-endian integer |
     +-----------+----------------------+------------------------------------+
-    
-    
+
+
     beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer):
     *******************************************************************
-    
+
     +-------------+--------------------------------+
     | Case number | Encoded string                 |
     +=============+================================+
@@ -4471,14 +4471,14 @@ Full description
     +-------------+--------------------------------+
     | 157         | Ticket                         |
     +-------------+--------------------------------+
-    
-    
+
+
     micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag)
     ************************************************************************
-    
+
     Int (tag 0)
     ===========
-    
+
     +------+----------------------+------------------------+
     | Name | Size                 | Contents               |
     +======+======================+========================+
@@ -4486,11 +4486,11 @@ Full description
     +------+----------------------+------------------------+
     | int  | Determined from data | $Z.t                   |
     +------+----------------------+------------------------+
-    
-    
+
+
     String (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -4500,11 +4500,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | string                | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Sequence (tag 2)
     ================
-    
+
     +-----------------------+----------+-----------------------------------------------------+
     | Name                  | Size     | Contents                                            |
     +=======================+==========+=====================================================+
@@ -4514,11 +4514,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------+
     | Unnamed field 0       | Variable | sequence of $micheline.beta.michelson_v1.expression |
     +-----------------------+----------+-----------------------------------------------------+
-    
-    
+
+
     Prim__no_args__no_annots (tag 3)
     ================================
-    
+
     +------+--------+-----------------------------------------------------------------------------------+
     | Name | Size   | Contents                                                                          |
     +======+========+===================================================================================+
@@ -4526,11 +4526,11 @@ Full description
     +------+--------+-----------------------------------------------------------------------------------+
     | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) |
     +------+--------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__no_args__some_annots (tag 4)
     ==================================
-    
+
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | Name                  | Size     | Contents                                                                          |
     +=======================+==========+===================================================================================+
@@ -4542,11 +4542,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | annots                | Variable | bytes                                                                             |
     +-----------------------+----------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__1_arg__no_annots (tag 5)
     ==============================
-    
+
     +------+----------------------+-----------------------------------------------------------------------------------+
     | Name | Size                 | Contents                                                                          |
     +======+======================+===================================================================================+
@@ -4556,11 +4556,11 @@ Full description
     +------+----------------------+-----------------------------------------------------------------------------------+
     | arg  | Determined from data | $micheline.beta.michelson_v1.expression                                           |
     +------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__1_arg__some_annots (tag 6)
     ================================
-    
+
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                          |
     +=======================+======================+===================================================================================+
@@ -4574,11 +4574,11 @@ Full description
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | annots                | Variable             | bytes                                                                             |
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__2_args__no_annots (tag 7)
     ===============================
-    
+
     +------+----------------------+-----------------------------------------------------------------------------------+
     | Name | Size                 | Contents                                                                          |
     +======+======================+===================================================================================+
@@ -4590,11 +4590,11 @@ Full description
     +------+----------------------+-----------------------------------------------------------------------------------+
     | arg2 | Determined from data | $micheline.beta.michelson_v1.expression                                           |
     +------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__2_args__some_annots (tag 8)
     =================================
-    
+
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                          |
     +=======================+======================+===================================================================================+
@@ -4610,11 +4610,11 @@ Full description
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | annots                | Variable             | bytes                                                                             |
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__generic (tag 9)
     =====================
-    
+
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | Name                  | Size     | Contents                                                                          |
     +=======================+==========+===================================================================================+
@@ -4630,11 +4630,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | annots                | Variable | bytes                                                                             |
     +-----------------------+----------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Bytes (tag 10)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -4644,11 +4644,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | bytes                 | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_30
     ****
-    
+
     +-----------------------------+----------------------+-----------------------------------------+
     | Name                        | Size                 | Contents                                |
     +=============================+======================+=========================================+
@@ -4660,14 +4660,14 @@ Full description
     +-----------------------------+----------------------+-----------------------------------------+
     | value                       | Determined from data | $micheline.beta.michelson_v1.expression |
     +-----------------------------+----------------------+-----------------------------------------+
-    
-    
+
+
     X_41 (Determined from data, 8-bit tag)
     **************************************
-    
+
     update (tag 0)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -4677,21 +4677,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | updates               | Variable | sequence of $X_30                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     remove (tag 1)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     copy (tag 2)
     ============
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -4703,11 +4703,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | updates               | Variable             | sequence of $X_30                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     alloc (tag 3)
     =============
-    
+
     +-----------------------+----------------------+-----------------------------------------+
     | Name                  | Size                 | Contents                                |
     +=======================+======================+=========================================+
@@ -4721,14 +4721,14 @@ Full description
     +-----------------------+----------------------+-----------------------------------------+
     | value_type            | Determined from data | $micheline.beta.michelson_v1.expression |
     +-----------------------+----------------------+-----------------------------------------+
-    
-    
+
+
     X_42 (Determined from data, 8-bit tag)
     **************************************
-    
+
     big_map (tag 0)
     ===============
-    
+
     +------+----------------------+------------------------+
     | Name | Size                 | Contents               |
     +======+======================+========================+
@@ -4738,11 +4738,11 @@ Full description
     +------+----------------------+------------------------+
     | diff | Determined from data | $X_41                  |
     +------+----------------------+------------------------+
-    
-    
+
+
     sapling_state (tag 1)
     =====================
-    
+
     +------+----------------------+------------------------+
     | Name | Size                 | Contents               |
     +======+======================+========================+
@@ -4752,11 +4752,11 @@ Full description
     +------+----------------------+------------------------+
     | diff | Determined from data | $X_29                  |
     +------+----------------------+------------------------+
-    
-    
+
+
     beta.lazy_storage_diff
     **********************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -4764,11 +4764,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_42                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_44
     ****
-    
+
     +--------------+----------------------+-----------------------------------------+
     | Name         | Size                 | Contents                                |
     +==============+======================+=========================================+
@@ -4778,14 +4778,14 @@ Full description
     +--------------+----------------------+-----------------------------------------+
     | content      | Determined from data | $micheline.beta.michelson_v1.expression |
     +--------------+----------------------+-----------------------------------------+
-    
-    
+
+
     beta.transaction_destination (22 bytes, 8-bit tag)
     **************************************************
-    
+
     Implicit (tag 0)
     ================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -4793,11 +4793,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Signature.Public_key_hash | 21 bytes | $public_key_hash       |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     Originated (tag 1)
     ==================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -4807,11 +4807,11 @@ Full description
     +---------------+----------+------------------------+
     | padding       | 1 byte   | padding                |
     +---------------+----------+------------------------+
-    
-    
+
+
     Smart_rollup (tag 3)
     ====================
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -4821,11 +4821,11 @@ Full description
     +----------------------+----------+------------------------+
     | padding              | 1 byte   | padding                |
     +----------------------+----------+------------------------+
-    
-    
+
+
     Zk_rollup (tag 4)
     =================
-    
+
     +----------------+----------+------------------------+
     | Name           | Size     | Contents               |
     +================+==========+========================+
@@ -4835,11 +4835,11 @@ Full description
     +----------------+----------+------------------------+
     | padding        | 1 byte   | padding                |
     +----------------+----------+------------------------+
-    
-    
+
+
     X_47
     ****
-    
+
     +---------+----------------------+-------------------------------+
     | Name    | Size                 | Contents                      |
     +=========+======================+===============================+
@@ -4847,11 +4847,11 @@ Full description
     +---------+----------------------+-------------------------------+
     | amount  | Determined from data | $Z.t                          |
     +---------+----------------------+-------------------------------+
-    
-    
+
+
     X_43
     ****
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -4861,14 +4861,14 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | updates               | Variable             | sequence of $X_47                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     X_77 (Determined from data, 8-bit tag)
     **************************************
-    
+
     To_contract (tag 0)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | Name                                                             | Size                 | Contents                                 |
     +==================================================================+======================+==========================================+
@@ -4902,11 +4902,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | lazy_storage_diff                                                | Determined from data | $beta.lazy_storage_diff                  |
     +------------------------------------------------------------------+----------------------+------------------------------------------+
-    
-    
+
+
     To_smart_rollup (tag 2)
     =======================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -4918,14 +4918,14 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | ticket_updates        | Variable             | sequence of $X_43                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     beta.operation.alpha.successful_manager_operation_result (Determined from data, 8-bit tag)
     ******************************************************************************************
-    
+
     reveal (tag 0)
     ==============
-    
+
     +-------------------+----------------------+------------------------+
     | Name              | Size                 | Contents               |
     +===================+======================+========================+
@@ -4933,11 +4933,11 @@ Full description
     +-------------------+----------------------+------------------------+
     | consumed_milligas | Determined from data | $N.t                   |
     +-------------------+----------------------+------------------------+
-    
-    
+
+
     transaction (tag 1)
     ===================
-    
+
     +-----------------+----------------------+------------------------+
     | Name            | Size                 | Contents               |
     +=================+======================+========================+
@@ -4945,11 +4945,11 @@ Full description
     +-----------------+----------------------+------------------------+
     | Unnamed field 0 | Determined from data | $X_77                  |
     +-----------------+----------------------+------------------------+
-    
-    
+
+
     origination (tag 2)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | Name                                                             | Size                 | Contents                                 |
     +==================================================================+======================+==========================================+
@@ -4973,11 +4973,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | lazy_storage_diff                                                | Determined from data | $beta.lazy_storage_diff                  |
     +------------------------------------------------------------------+----------------------+------------------------------------------+
-    
-    
+
+
     delegation (tag 3)
     ==================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -4989,11 +4989,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                   |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     set_deposits_limit (tag 5)
     ==========================
-    
+
     +-------------------+----------------------+------------------------+
     | Name              | Size                 | Contents               |
     +===================+======================+========================+
@@ -5001,11 +5001,11 @@ Full description
     +-------------------+----------------------+------------------------+
     | consumed_milligas | Determined from data | $N.t                   |
     +-------------------+----------------------+------------------------+
-    
-    
+
+
     update_consensus_key (tag 6)
     ============================
-    
+
     +-------------------+----------------------+------------------------+
     | Name              | Size                 | Contents               |
     +===================+======================+========================+
@@ -5013,11 +5013,11 @@ Full description
     +-------------------+----------------------+------------------------+
     | consumed_milligas | Determined from data | $N.t                   |
     +-------------------+----------------------+------------------------+
-    
-    
+
+
     increase_paid_storage (tag 9)
     =============================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -5029,11 +5029,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | consumed_milligas                                                | Determined from data | $N.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     smart_rollup_originate (tag 200)
     ================================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -5051,11 +5051,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | size                                                             | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     X_0
     ***
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                                |
     +==================================================================+======================+=========================================================================+
@@ -5111,11 +5111,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+
     | dal_attestation                                                  | Determined from data | $Z.t                                                                    |
     +------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     X_81
     ****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5123,11 +5123,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_82
     ****
-    
+
     +-----------------------+----------+-------------------------------------+
     | Name                  | Size     | Contents                            |
     +=======================+==========+=====================================+
@@ -5139,11 +5139,11 @@ Full description
     +-----------------------+----------+-------------------------------------+
     | exit_validity         | 1 byte   | boolean (0 for false, 255 for true) |
     +-----------------------+----------+-------------------------------------+
-    
-    
+
+
     X_80
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -5151,11 +5151,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_82    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_85
     ****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5165,11 +5165,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | fee                   | 32 bytes | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_83
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -5177,11 +5177,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_85    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_86
     ****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5189,11 +5189,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of bytes                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_79
     ****
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -5211,11 +5211,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | proof                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     X_89
     ****
-    
+
     +--------+----------------------+----------+
     | Name   | Size                 | Contents |
     +========+======================+==========+
@@ -5223,11 +5223,11 @@ Full description
     +--------+----------------------+----------+
     | amount | Determined from data | $Z.t     |
     +--------+----------------------+----------+
-    
-    
+
+
     X_88
     ****
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -5243,24 +5243,24 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | payload               | Variable             | sequence of bytes                                                       |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     X_92 (Determined from data, 8-bit tag)
     **************************************
-    
+
     None (tag 0)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Some (tag 1)
     ============
-    
+
     +----------+----------------------+-----------------------------------------+
     | Name     | Size                 | Contents                                |
     +==========+======================+=========================================+
@@ -5272,11 +5272,11 @@ Full description
     +----------+----------------------+-----------------------------------------+
     | ticketer | 22 bytes             | $beta.contract_id                       |
     +----------+----------------------+-----------------------------------------+
-    
-    
+
+
     X_87
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -5284,44 +5284,44 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_92    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_95 (1 byte, 8-bit tag)
     ************************
-    
+
     Public (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Private (tag 1)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Fee (tag 2)
     ===========
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_93
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -5329,11 +5329,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | 1 byte               | $X_95    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_96
     ****
-    
+
     +------------------+----------+------------------------+
     | Name             | Size     | Contents               |
     +==================+==========+========================+
@@ -5343,11 +5343,11 @@ Full description
     +------------------+----------+------------------------+
     | commitment_proof | 96 bytes | bytes                  |
     +------------------+----------+------------------------+
-    
-    
+
+
     X_97
     ****
-    
+
     +-------+----------+------------------+
     | Name  | Size     | Contents         |
     +=======+==========+==================+
@@ -5355,11 +5355,11 @@ Full description
     +-------+----------+------------------+
     | bob   | 21 bytes | $public_key_hash |
     +-------+----------+------------------+
-    
-    
+
+
     X_98
     ****
-    
+
     +-----------------+---------+----------------------------------+
     | Name            | Size    | Contents                         |
     +=================+=========+==================================+
@@ -5369,14 +5369,14 @@ Full description
     +-----------------+---------+----------------------------------+
     | page_index      | 2 bytes | signed 16-bit big-endian integer |
     +-----------------+---------+----------------------------------+
-    
-    
+
+
     X_99 (Determined from data, 8-bit tag)
     **************************************
-    
+
     raw data proof (tag 0)
     ======================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5386,21 +5386,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | raw_data              | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     metadata proof (tag 1)
     ======================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     dal page proof (tag 2)
     ======================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5412,24 +5412,24 @@ Full description
     +-----------------------+----------+------------------------------------+
     | dal_proof             | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     dal parameters proof (tag 3)
     ============================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_100 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     inbox proof (tag 0)
     ===================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -5443,11 +5443,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | serialized_proof      | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     reveal proof (tag 1)
     ====================
-    
+
     +--------------+----------------------+------------------------+
     | Name         | Size                 | Contents               |
     +==============+======================+========================+
@@ -5455,21 +5455,21 @@ Full description
     +--------------+----------------------+------------------------+
     | reveal_proof | Determined from data | $X_99                  |
     +--------------+----------------------+------------------------+
-    
-    
+
+
     first input (tag 2)
     ===================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_101
     *****
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -5479,14 +5479,14 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | tick                        | Determined from data | $N.t                                |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_102 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     Dissection (tag 0)
     ==================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5496,11 +5496,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_101                 |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Proof (tag 1)
     =============
-    
+
     +-----------------------------------+----------------------+-------------------------------------+
     | Name                              | Size                 | Contents                            |
     +===================================+======================+=====================================+
@@ -5514,14 +5514,14 @@ Full description
     +-----------------------------------+----------------------+-------------------------------------+
     | input_proof                       | Determined from data | $X_100                              |
     +-----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_103 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     Start (tag 0)
     =============
-    
+
     +--------------------------+----------+------------------------+
     | Name                     | Size     | Contents               |
     +==========================+==========+========================+
@@ -5531,11 +5531,11 @@ Full description
     +--------------------------+----------+------------------------+
     | opponent_commitment_hash | 32 bytes | bytes                  |
     +--------------------------+----------+------------------------+
-    
-    
+
+
     Move (tag 1)
     ============
-    
+
     +--------+----------------------+------------------------+
     | Name   | Size                 | Contents               |
     +========+======================+========================+
@@ -5545,11 +5545,11 @@ Full description
     +--------+----------------------+------------------------+
     | step   | Determined from data | $X_102                 |
     +--------+----------------------+------------------------+
-    
-    
+
+
     X_104
     *****
-    
+
     +------------------+----------+----------------------------------+
     | Name             | Size     | Contents                         |
     +==================+==========+==================================+
@@ -5561,11 +5561,11 @@ Full description
     +------------------+----------+----------------------------------+
     | number_of_ticks  | 8 bytes  | signed 64-bit big-endian integer |
     +------------------+----------+----------------------------------+
-    
-    
+
+
     X_106 (Enumeration: unsigned 8-bit integer):
     ********************************************
-    
+
     +-------------+----------------+
     | Case number | Encoded string |
     +=============+================+
@@ -5575,11 +5575,11 @@ Full description
     +-------------+----------------+
     | 2           | riscv          |
     +-------------+----------------+
-    
-    
+
+
     X_107
     *****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5587,14 +5587,14 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $public_key_hash       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     public_key (Determined from data, 8-bit tag)
     ********************************************
-    
+
     Ed25519 (tag 0)
     ===============
-    
+
     +--------------------+----------+------------------------+
     | Name               | Size     | Contents               |
     +====================+==========+========================+
@@ -5602,11 +5602,11 @@ Full description
     +--------------------+----------+------------------------+
     | Ed25519.Public_key | 32 bytes | bytes                  |
     +--------------------+----------+------------------------+
-    
-    
+
+
     Secp256k1 (tag 1)
     =================
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -5614,11 +5614,11 @@ Full description
     +----------------------+----------+------------------------+
     | Secp256k1.Public_key | 33 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     P256 (tag 2)
     ============
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -5626,11 +5626,11 @@ Full description
     +-----------------+----------+------------------------+
     | P256.Public_key | 33 bytes | bytes                  |
     +-----------------+----------+------------------------+
-    
-    
+
+
     Bls (tag 3)
     ===========
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -5638,11 +5638,11 @@ Full description
     +----------------------+----------+------------------------+
     | Bls12_381.Public_key | 48 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     beta.scripted.contracts
     ***********************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5654,114 +5654,114 @@ Full description
     +-----------------------+----------+------------------------------------+
     | storage               | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.entrypoint (Determined from data, 8-bit tag)
     *************************************************
-    
+
     default (tag 0)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     root (tag 1)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     do (tag 2)
     ==========
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     set_delegate (tag 3)
     ====================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     remove_delegate (tag 4)
     =======================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     deposit (tag 5)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     stake (tag 6)
     =============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     unstake (tag 7)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     finalize_unstake (tag 8)
     ========================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     set_delegate_parameters (tag 9)
     ===============================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     named (tag 255)
     ===============
-    
+
     +-----------------------+----------+------------------------+
     | Name                  | Size     | Contents               |
     +=======================+==========+========================+
@@ -5771,11 +5771,11 @@ Full description
     +-----------------------+----------+------------------------+
     | Unnamed field 0       | Variable | bytes                  |
     +-----------------------+----------+------------------------+
-    
-    
+
+
     X_108
     *****
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -5785,11 +5785,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | value                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     X_109
     *****
-    
+
     +-----------------+-----------+----------+
     | Name            | Size      | Contents |
     +=================+===========+==========+
@@ -5797,14 +5797,14 @@ Full description
     +-----------------+-----------+----------+
     | Unnamed field 1 | 100 bytes | bytes    |
     +-----------------+-----------+----------+
-    
-    
+
+
     beta.inlined.preattestation.contents (43 bytes, 8-bit tag)
     **********************************************************
-    
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -5818,11 +5818,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     beta.inlined.preattestation
     ***************************
-    
+
     +------------+----------+---------------------------------------+
     | Name       | Size     | Contents                              |
     +============+==========+=======================================+
@@ -5832,14 +5832,14 @@ Full description
     +------------+----------+---------------------------------------+
     | signature  | Variable | bytes                                 |
     +------------+----------+---------------------------------------+
-    
-    
+
+
     beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag)
     ***************************************************************************
-    
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -5853,11 +5853,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -5873,11 +5873,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | dal_attestation    | Determined from data | $Z.t                               |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     beta.inlined.attestation
     ************************
-    
+
     +------------+----------------------+--------------------------------------------+
     | Name       | Size                 | Contents                                   |
     +============+======================+============================================+
@@ -5887,14 +5887,14 @@ Full description
     +------------+----------------------+--------------------------------------------+
     | signature  | Variable             | bytes                                      |
     +------------+----------------------+--------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.contents (Determined from data, 8-bit tag)
     ***************************************************************
-    
+
     Seed_nonce_revelation (tag 1)
     =============================
-    
+
     +-------+----------+----------------------------------+
     | Name  | Size     | Contents                         |
     +=======+==========+==================================+
@@ -5904,11 +5904,11 @@ Full description
     +-------+----------+----------------------------------+
     | nonce | 32 bytes | bytes                            |
     +-------+----------+----------------------------------+
-    
-    
+
+
     Double_attestation_evidence (tag 2)
     ===================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5922,11 +5922,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.attestation          |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Double_baking_evidence (tag 3)
     ==============================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5940,11 +5940,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | bh2                   | Variable | $raw_block_header                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Activate_account (tag 4)
     ========================
-    
+
     +--------+----------+------------------------+
     | Name   | Size     | Contents               |
     +========+==========+========================+
@@ -5954,11 +5954,11 @@ Full description
     +--------+----------+------------------------+
     | secret | 20 bytes | bytes                  |
     +--------+----------+------------------------+
-    
-    
+
+
     Proposals (tag 5)
     =================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -5972,11 +5972,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | proposals             | Variable | sequence of at most 20 bytes       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Ballot (tag 6)
     ==============
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -5990,11 +5990,11 @@ Full description
     +----------+----------+----------------------------------+
     | ballot   | 1 byte   | signed 8-bit integer             |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Double_preattestation_evidence (tag 7)
     ======================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6008,11 +6008,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.preattestation       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Vdf_revelation (tag 8)
     ======================
-    
+
     +----------+-----------+------------------------+
     | Name     | Size      | Contents               |
     +==========+===========+========================+
@@ -6020,11 +6020,11 @@ Full description
     +----------+-----------+------------------------+
     | solution | 200 bytes | $X_109                 |
     +----------+-----------+------------------------+
-    
-    
+
+
     Drain_delegate (tag 9)
     ======================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -6036,11 +6036,11 @@ Full description
     +---------------+----------+------------------------+
     | destination   | 21 bytes | $public_key_hash       |
     +---------------+----------+------------------------+
-    
-    
+
+
     Failing_noop (tag 17)
     =====================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6050,11 +6050,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | arbitrary             | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -6068,11 +6068,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -6086,11 +6086,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -6106,11 +6106,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | dal_attestation    | Determined from data | $Z.t                               |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Reveal (tag 107)
     ================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6128,11 +6128,11 @@ Full description
     +---------------+----------------------+------------------------+
     | public_key    | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transaction (tag 108)
     =====================
-    
+
     +----------------------------------+----------------------+-------------------------------------+
     | Name                             | Size                 | Contents                            |
     +==================================+======================+=====================================+
@@ -6156,11 +6156,11 @@ Full description
     +----------------------------------+----------------------+-------------------------------------+
     | parameters                       | Determined from data | $X_108                              |
     +----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Origination (tag 109)
     =====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -6184,11 +6184,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | script                         | Determined from data | $beta.scripted.contracts            |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Delegation (tag 110)
     ====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -6208,11 +6208,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | delegate                       | 21 bytes             | $public_key_hash                    |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Register_global_constant (tag 111)
     ==================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6232,11 +6232,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | value                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Set_deposits_limit (tag 112)
     ============================
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -6256,11 +6256,11 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | limit                       | Determined from data | $N.t                                |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Increase_paid_storage (tag 113)
     ===============================
-    
+
     +---------------+----------------------+------------------------------+
     | Name          | Size                 | Contents                     |
     +===============+======================+==============================+
@@ -6280,11 +6280,11 @@ Full description
     +---------------+----------------------+------------------------------+
     | destination   | 22 bytes             | $beta.contract_id.originated |
     +---------------+----------------------+------------------------------+
-    
-    
+
+
     Update_consensus_key (tag 114)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6302,11 +6302,11 @@ Full description
     +---------------+----------------------+------------------------+
     | pk            | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transfer_ticket (tag 158)
     =========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6340,11 +6340,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | entrypoint            | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_originate (tag 200)
     ================================
-    
+
     +---------------------------------+----------------------+------------------------------------------------------------+
     | Name                            | Size                 | Contents                                                   |
     +=================================+======================+============================================================+
@@ -6374,11 +6374,11 @@ Full description
     +---------------------------------+----------------------+------------------------------------------------------------+
     | whitelist                       | Determined from data | $X_107                                                     |
     +---------------------------------+----------------------+------------------------------------------------------------+
-    
-    
+
+
     Smart_rollup_add_messages (tag 201)
     ===================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6398,11 +6398,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | message               | Variable             | sequence of $X_81                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_cement (tag 202)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6420,11 +6420,11 @@ Full description
     +---------------+----------------------+------------------------+
     | rollup        | 20 bytes             | bytes                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_publish (tag 203)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6444,11 +6444,11 @@ Full description
     +---------------+----------------------+------------------------+
     | commitment    | 76 bytes             | $X_104                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_refute (tag 204)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6470,11 +6470,11 @@ Full description
     +---------------+----------------------+------------------------+
     | refutation    | Determined from data | $X_103                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_timeout (tag 205)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6494,11 +6494,11 @@ Full description
     +---------------+----------------------+------------------------+
     | stakers       | 42 bytes             | $X_97                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_execute_outbox_message (tag 206)
     =============================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6522,11 +6522,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | output_proof          | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_recover_bond (tag 207)
     ===================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6546,11 +6546,11 @@ Full description
     +---------------+----------------------+------------------------+
     | staker        | 21 bytes             | $public_key_hash       |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Dal_publish_commitment (tag 230)
     ================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6568,11 +6568,11 @@ Full description
     +---------------+----------------------+------------------------+
     | slot_header   | 145 bytes            | $X_96                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Zk_rollup_origination (tag 250)
     ===============================
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -6602,11 +6602,11 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | nb_ops                | 4 bytes              | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     Zk_rollup_publish (tag 251)
     ===========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6628,11 +6628,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | op                    | Variable             | sequence of $X_87                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Zk_rollup_update (tag 252)
     ==========================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -6652,11 +6652,11 @@ Full description
     +---------------+----------------------+------------------------+
     | update        | Determined from data | $X_79                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     X_122
     *****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6664,14 +6664,14 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag)
     ****************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -6685,11 +6685,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6699,21 +6699,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -6731,14 +6731,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     beta.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag)
     **************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +-------------------+----------------------+------------------------+
     | Name              | Size                 | Contents               |
     +===================+======================+========================+
@@ -6746,11 +6746,11 @@ Full description
     +-------------------+----------------------+------------------------+
     | consumed_milligas | Determined from data | $N.t                   |
     +-------------------+----------------------+------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6760,21 +6760,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------+----------------------+-------------------------------------+
     | Name                         | Size                 | Contents                            |
     +==============================+======================+=====================================+
@@ -6786,14 +6786,14 @@ Full description
     +------------------------------+----------------------+-------------------------------------+
     | consumed_milligas            | Determined from data | $N.t                                |
     +------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     beta.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag)
     *******************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -6805,11 +6805,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                   |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6819,21 +6819,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -6849,14 +6849,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                    |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     beta.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag)
     ********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | Name                                                             | Size                 | Contents                                 |
     +==================================================================+======================+==========================================+
@@ -6880,11 +6880,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | lazy_storage_diff                                                | Determined from data | $beta.lazy_storage_diff                  |
     +------------------------------------------------------------------+----------------------+------------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -6894,21 +6894,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | Name                                                             | Size                 | Contents                                 |
     +==================================================================+======================+==========================================+
@@ -6936,14 +6936,14 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | lazy_storage_diff                                                | Determined from data | $beta.lazy_storage_diff                  |
     +------------------------------------------------------------------+----------------------+------------------------------------------+
-    
-    
+
+
     X_222 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     To_contract (tag 0)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | Name                                                             | Size                 | Contents                                 |
     +==================================================================+======================+==========================================+
@@ -6977,11 +6977,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------+
     | lazy_storage_diff                                                | Determined from data | $beta.lazy_storage_diff                  |
     +------------------------------------------------------------------+----------------------+------------------------------------------+
-    
-    
+
+
     To_smart_rollup (tag 2)
     =======================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -6993,14 +6993,14 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | ticket_receipt        | Variable             | sequence of $X_43                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     beta.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag)
     ********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +-----------------+----------------------+------------------------+
     | Name            | Size                 | Contents               |
     +=================+======================+========================+
@@ -7008,11 +7008,11 @@ Full description
     +-----------------+----------------------+------------------------+
     | Unnamed field 0 | Determined from data | $X_222                 |
     +-----------------+----------------------+------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7022,21 +7022,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------+----------------------+-------------------------------------+
     | Name                         | Size                 | Contents                            |
     +==============================+======================+=====================================+
@@ -7048,14 +7048,14 @@ Full description
     +------------------------------+----------------------+-------------------------------------+
     | Unnamed field 0              | Determined from data | $X_222                              |
     +------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     beta.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag)
     ************************************************************************************
-    
+
     transaction (tag 1)
     ===================
-    
+
     +----------------------------------+----------------------+-------------------------------------------------------------+
     | Name                             | Size                 | Contents                                                    |
     +==================================+======================+=============================================================+
@@ -7075,11 +7075,11 @@ Full description
     +----------------------------------+----------------------+-------------------------------------------------------------+
     | result                           | Determined from data | $beta.operation.alpha.internal_operation_result.transaction |
     +----------------------------------+----------------------+-------------------------------------------------------------+
-    
-    
+
+
     origination (tag 2)
     ===================
-    
+
     +--------------------------------+----------------------+-------------------------------------------------------------+
     | Name                           | Size                 | Contents                                                    |
     +================================+======================+=============================================================+
@@ -7099,11 +7099,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------------------------------+
     | result                         | Determined from data | $beta.operation.alpha.internal_operation_result.origination |
     +--------------------------------+----------------------+-------------------------------------------------------------+
-    
-    
+
+
     delegation (tag 3)
     ==================
-    
+
     +--------------------------------+----------------------+------------------------------------------------------------+
     | Name                           | Size                 | Contents                                                   |
     +================================+======================+============================================================+
@@ -7119,11 +7119,11 @@ Full description
     +--------------------------------+----------------------+------------------------------------------------------------+
     | result                         | Determined from data | $beta.operation.alpha.internal_operation_result.delegation |
     +--------------------------------+----------------------+------------------------------------------------------------+
-    
-    
+
+
     event (tag 4)
     =============
-    
+
     +-------------------------------+----------------------+-------------------------------------------------------+
     | Name                          | Size                 | Contents                                              |
     +===============================+======================+=======================================================+
@@ -7145,11 +7145,11 @@ Full description
     +-------------------------------+----------------------+-------------------------------------------------------+
     | result                        | Determined from data | $beta.operation.alpha.internal_operation_result.event |
     +-------------------------------+----------------------+-------------------------------------------------------+
-    
-    
+
+
     X_118
     *****
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7163,14 +7163,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag)
     *****************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -7184,11 +7184,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | size                                                             | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7198,21 +7198,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7230,11 +7230,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | size                                                             | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_264
     *****
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7248,14 +7248,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag)
     *********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -7271,11 +7271,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | size                                                             | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7285,21 +7285,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7319,11 +7319,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | size                                                             | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_407
     *****
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7337,14 +7337,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     X_553 (54 bytes, 8-bit tag)
     ***************************
-    
+
     v0 (tag 0)
     ==========
-    
+
     +------------+----------+----------------------------------+
     | Name       | Size     | Contents                         |
     +============+==========+==================================+
@@ -7356,14 +7356,14 @@ Full description
     +------------+----------+----------------------------------+
     | commitment | 48 bytes | bytes                            |
     +------------+----------+----------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag)
     **********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +-------------------+----------------------+------------------------+
     | Name              | Size                 | Contents               |
     +===================+======================+========================+
@@ -7373,11 +7373,11 @@ Full description
     +-------------------+----------------------+------------------------+
     | consumed_milligas | Determined from data | $N.t                   |
     +-------------------+----------------------+------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7387,21 +7387,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------+----------------------+-------------------------------------+
     | Name                         | Size                 | Contents                            |
     +==============================+======================+=====================================+
@@ -7415,11 +7415,11 @@ Full description
     +------------------------------+----------------------+-------------------------------------+
     | consumed_milligas            | Determined from data | $N.t                                |
     +------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_548
     *****
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7433,14 +7433,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag)
     *************************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -7452,11 +7452,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | consumed_milligas                                                | Determined from data | $N.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7466,21 +7466,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7496,11 +7496,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | consumed_milligas                                                | Determined from data | $N.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_684
     *****
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                         |
     +==================================================================+======================+==================================================================+
@@ -7514,24 +7514,24 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result  |
     +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+
-    
-    
+
+
     X_838 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     Public (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Private (tag 1)
     ===============
-    
+
     +-----------+----------------------+------------------------+
     | Name      | Size                 | Contents               |
     +===========+======================+========================+
@@ -7539,14 +7539,14 @@ Full description
     +-----------+----------------------+------------------------+
     | whitelist | Determined from data | $X_107                 |
     +-----------+----------------------+------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag)
     ***********************************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7568,11 +7568,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7582,21 +7582,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7622,11 +7622,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_824
     *****
-    
+
     +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                                   |
     +==================================================================+======================+============================================================================+
@@ -7640,37 +7640,37 @@ Full description
     +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result            |
     +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+
-    
-    
+
+
     X_984 (1 byte, 8-bit tag)
     *************************
-    
+
     Conflict_resolved (tag 0)
     =========================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Timeout (tag 1)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_985 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     Loser (tag 0)
     =============
-    
+
     +--------+----------+------------------------+
     | Name   | Size     | Contents               |
     +========+==========+========================+
@@ -7680,34 +7680,34 @@ Full description
     +--------+----------+------------------------+
     | player | 21 bytes | $public_key_hash       |
     +--------+----------+------------------------+
-    
-    
+
+
     Draw (tag 1)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_986 (Determined from data, 8-bit tag)
     ***************************************
-    
+
     Ongoing (tag 0)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Ended (tag 1)
     =============
-    
+
     +--------+----------------------+------------------------+
     | Name   | Size                 | Contents               |
     +========+======================+========================+
@@ -7715,14 +7715,14 @@ Full description
     +--------+----------------------+------------------------+
     | result | Determined from data | $X_985                 |
     +--------+----------------------+------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag)
     ********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -7736,11 +7736,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                   |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7750,21 +7750,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7782,11 +7782,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                    |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_979
     *****
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7800,14 +7800,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag)
     ********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -7823,11 +7823,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                   |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7837,21 +7837,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -7871,11 +7871,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | balance_updates                                                  | Variable             | sequence of $X_8                    |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_1278
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7889,14 +7889,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag)
     *******************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +-------------------+----------------------+----------------------------------+
     | Name              | Size                 | Contents                         |
     +===================+======================+==================================+
@@ -7908,11 +7908,11 @@ Full description
     +-------------------+----------------------+----------------------------------+
     | commitment_hash   | 32 bytes             | bytes                            |
     +-------------------+----------------------+----------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -7922,21 +7922,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------+----------------------+-------------------------------------+
     | Name                         | Size                 | Contents                            |
     +==============================+======================+=====================================+
@@ -7952,11 +7952,11 @@ Full description
     +------------------------------+----------------------+-------------------------------------+
     | commitment_hash              | 32 bytes             | bytes                               |
     +------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_1418
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7970,11 +7970,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     X_1553
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -7988,14 +7988,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag)
     **********************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -8013,11 +8013,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | size                                                             | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8027,21 +8027,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -8063,11 +8063,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | size                                                             | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_1689
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8081,14 +8081,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag)
     ***************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -8106,11 +8106,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                               |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8120,21 +8120,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -8156,11 +8156,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | paid_storage_size_diff                                           | Determined from data | $Z.t                                |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_1829
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8174,14 +8174,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag)
     ************************************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | Name                                                             | Size                 | Contents                           |
     +==================================================================+======================+====================================+
@@ -8197,11 +8197,11 @@ Full description
     +------------------------------------------------------------------+----------------------+------------------------------------+
     | global_address                                                   | 32 bytes             | bytes                              |
     +------------------------------------------------------------------+----------------------+------------------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8211,21 +8211,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | Name                                                             | Size                 | Contents                            |
     +==================================================================+======================+=====================================+
@@ -8245,11 +8245,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-------------------------------------+
     | global_address                                                   | 32 bytes             | bytes                               |
     +------------------------------------------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_2387
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8263,11 +8263,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     X_2527
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8281,11 +8281,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     X_2667
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8299,14 +8299,14 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag)
     ***********************************************************************************
-    
+
     Applied (tag 0)
     ===============
-    
+
     +-----------------+----------------------+------------------------+
     | Name            | Size                 | Contents               |
     +=================+======================+========================+
@@ -8314,11 +8314,11 @@ Full description
     +-----------------+----------------------+------------------------+
     | Unnamed field 0 | Determined from data | $X_77                  |
     +-----------------+----------------------+------------------------+
-    
-    
+
+
     Failed (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8328,21 +8328,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | errors                | Variable | sequence of $X_81                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Skipped (tag 2)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Backtracked (tag 3)
     ===================
-    
+
     +------------------------------+----------------------+-------------------------------------+
     | Name                         | Size                 | Contents                            |
     +==============================+======================+=====================================+
@@ -8354,11 +8354,11 @@ Full description
     +------------------------------+----------------------+-------------------------------------+
     | Unnamed field 0              | Determined from data | $X_77                               |
     +------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_2848
     ******
-    
+
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | Name                                                             | Size                 | Contents                                                        |
     +==================================================================+======================+=================================================================+
@@ -8372,11 +8372,11 @@ Full description
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
     | internal_operation_results                                       | Variable             | sequence of $beta.apply_internal_results.alpha.operation_result |
     +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+
-    
-    
+
+
     X_3186
     ******
-    
+
     +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+
     | Name                                                             | Size     | Contents                                                                |
     +==================================================================+==========+=========================================================================+
@@ -8390,11 +8390,11 @@ Full description
     +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+
     | consensus_key                                                    | 21 bytes | $public_key_hash                                                        |
     +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+
-    
-    
+
+
     X_3198
     ******
-    
+
     +------------------------------------------------------------------+----------+-------------------------------------+
     | Name                                                             | Size     | Contents                            |
     +==================================================================+==========+=====================================+
@@ -8404,11 +8404,11 @@ Full description
     +------------------------------------------------------------------+----------+-------------------------------------+
     | allocated_destination_contract                                   | 1 byte   | boolean (0 for false, 255 for true) |
     +------------------------------------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     beta.operation_metadata.alpha.balance_updates
     *********************************************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8416,11 +8416,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_8                   |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_3206
     ******
-    
+
     +------------------------------------------------------------------+----------+-------------------------------------+
     | Name                                                             | Size     | Contents                            |
     +==================================================================+==========+=====================================+
@@ -8432,14 +8432,14 @@ Full description
     +------------------------------------------------------------------+----------+-------------------------------------+
     | balance_updates                                                  | Variable | sequence of $X_8                    |
     +------------------------------------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     beta.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag)
     ************************************************************************************
-    
+
     Seed_nonce_revelation (tag 1)
     =============================
-    
+
     +----------+----------------------+------------------------------------------------+
     | Name     | Size                 | Contents                                       |
     +==========+======================+================================================+
@@ -8451,11 +8451,11 @@ Full description
     +----------+----------------------+------------------------------------------------+
     | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates |
     +----------+----------------------+------------------------------------------------+
-    
-    
+
+
     Double_attestation_evidence (tag 2)
     ===================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8471,11 +8471,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_3206                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Double_baking_evidence (tag 3)
     ==============================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8491,11 +8491,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_3206                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Activate_account (tag 4)
     ========================
-    
+
     +----------+----------------------+------------------------------------------------+
     | Name     | Size                 | Contents                                       |
     +==========+======================+================================================+
@@ -8507,11 +8507,11 @@ Full description
     +----------+----------------------+------------------------------------------------+
     | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates |
     +----------+----------------------+------------------------------------------------+
-    
-    
+
+
     Proposals (tag 5)
     =================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -8525,11 +8525,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | proposals             | Variable | sequence of at most 20 bytes       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Ballot (tag 6)
     ==============
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -8543,11 +8543,11 @@ Full description
     +----------+----------+----------------------------------+
     | ballot   | 1 byte   | signed 8-bit integer             |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Double_preattestation_evidence (tag 7)
     ======================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8563,11 +8563,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_3206                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Vdf_revelation (tag 8)
     ======================
-    
+
     +----------+----------------------+------------------------------------------------+
     | Name     | Size                 | Contents                                       |
     +==========+======================+================================================+
@@ -8577,11 +8577,11 @@ Full description
     +----------+----------------------+------------------------------------------------+
     | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates |
     +----------+----------------------+------------------------------------------------+
-    
-    
+
+
     Drain_delegate (tag 9)
     ======================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -8595,11 +8595,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_3198                |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -8615,11 +8615,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | metadata           | Determined from data | $X_3186                            |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -8635,11 +8635,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | metadata           | Determined from data | $X_3186                            |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -8657,11 +8657,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | metadata           | Determined from data | $X_3186                            |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Reveal (tag 107)
     ================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -8681,11 +8681,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_1553                |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transaction (tag 108)
     =====================
-    
+
     +----------------------------------+----------------------+-------------------------------------+
     | Name                             | Size                 | Contents                            |
     +==================================+======================+=====================================+
@@ -8711,11 +8711,11 @@ Full description
     +----------------------------------+----------------------+-------------------------------------+
     | metadata                         | Determined from data | $X_2848                             |
     +----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Origination (tag 109)
     =====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -8741,11 +8741,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | metadata                       | Determined from data | $X_2667                             |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Delegation (tag 110)
     ====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -8767,11 +8767,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | metadata                       | Determined from data | $X_2527                             |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Register_global_constant (tag 111)
     ==================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8793,11 +8793,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_2387                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Set_deposits_limit (tag 112)
     ============================
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -8819,11 +8819,11 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | metadata                    | Determined from data | $X_1553                             |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Increase_paid_storage (tag 113)
     ===============================
-    
+
     +---------------+----------------------+------------------------------+
     | Name          | Size                 | Contents                     |
     +===============+======================+==============================+
@@ -8845,11 +8845,11 @@ Full description
     +---------------+----------------------+------------------------------+
     | metadata      | Determined from data | $X_684                       |
     +---------------+----------------------+------------------------------+
-    
-    
+
+
     Update_consensus_key (tag 114)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -8869,11 +8869,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_1553                |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transfer_ticket (tag 158)
     =========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8909,11 +8909,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_1829                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_originate (tag 200)
     ================================
-    
+
     +---------------------------------+----------------------+------------------------------------------------------------+
     | Name                            | Size                 | Contents                                                   |
     +=================================+======================+============================================================+
@@ -8945,11 +8945,11 @@ Full description
     +---------------------------------+----------------------+------------------------------------------------------------+
     | metadata                        | Determined from data | $X_1689                                                    |
     +---------------------------------+----------------------+------------------------------------------------------------+
-    
-    
+
+
     Smart_rollup_add_messages (tag 201)
     ===================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -8971,11 +8971,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_1553                            |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_cement (tag 202)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -8995,11 +8995,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_1418                |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_publish (tag 203)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9021,11 +9021,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_1278                |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_refute (tag 204)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9049,11 +9049,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_979                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_timeout (tag 205)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9075,11 +9075,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_979                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_execute_outbox_message (tag 206)
     =============================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9105,11 +9105,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_824                             |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_recover_bond (tag 207)
     ===================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9131,11 +9131,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_684                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Dal_publish_commitment (tag 230)
     ================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9155,11 +9155,11 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_548                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Zk_rollup_origination (tag 250)
     ===============================
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -9191,11 +9191,11 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | metadata              | Determined from data | $X_407                                                                  |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     Zk_rollup_publish (tag 251)
     ===========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9219,11 +9219,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | metadata              | Determined from data | $X_264                             |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Zk_rollup_update (tag 252)
     ==========================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9245,14 +9245,14 @@ Full description
     +---------------+----------------------+------------------------+
     | metadata      | Determined from data | $X_118                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     X_3224 (Variable, 8-bit tag)
     ****************************
-    
+
     Operation_with_metadata (tag 0)
     ===============================
-    
+
     +-----------------------+----------+-----------------------------------------------------------------+
     | Name                  | Size     | Contents                                                        |
     +=======================+==========+=================================================================+
@@ -9264,11 +9264,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------------------+
     | signature             | Variable | bytes                                                           |
     +-----------------------+----------+-----------------------------------------------------------------+
-    
-    
+
+
     Operation_without_metadata (tag 1)
     ==================================
-    
+
     +-----------------------+----------+--------------------------------------------+
     | Name                  | Size     | Contents                                   |
     +=======================+==========+============================================+
@@ -9280,14 +9280,14 @@ Full description
     +-----------------------+----------+--------------------------------------------+
     | signature             | Variable | bytes                                      |
     +-----------------------+----------+--------------------------------------------+
-    
-    
+
+
     bls_signature_prefix (33 bytes, 8-bit tag)
     ******************************************
-    
+
     Bls_prefix (tag 3)
     ==================
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -9295,14 +9295,14 @@ Full description
     +-----------------+----------+------------------------+
     | Unnamed field 0 | 32 bytes | bytes                  |
     +-----------------+----------+------------------------+
-    
-    
+
+
     beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag)
     ***********************************************************************************
-    
+
     Seed_nonce_revelation (tag 1)
     =============================
-    
+
     +-------+----------+----------------------------------+
     | Name  | Size     | Contents                         |
     +=======+==========+==================================+
@@ -9312,11 +9312,11 @@ Full description
     +-------+----------+----------------------------------+
     | nonce | 32 bytes | bytes                            |
     +-------+----------+----------------------------------+
-    
-    
+
+
     Double_attestation_evidence (tag 2)
     ===================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -9330,11 +9330,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.attestation          |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Double_baking_evidence (tag 3)
     ==============================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -9348,11 +9348,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | bh2                   | Variable | $raw_block_header                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Activate_account (tag 4)
     ========================
-    
+
     +--------+----------+------------------------+
     | Name   | Size     | Contents               |
     +========+==========+========================+
@@ -9362,11 +9362,11 @@ Full description
     +--------+----------+------------------------+
     | secret | 20 bytes | bytes                  |
     +--------+----------+------------------------+
-    
-    
+
+
     Proposals (tag 5)
     =================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -9380,11 +9380,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | proposals             | Variable | sequence of at most 20 bytes       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Ballot (tag 6)
     ==============
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -9398,11 +9398,11 @@ Full description
     +----------+----------+----------------------------------+
     | ballot   | 1 byte   | signed 8-bit integer             |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Double_preattestation_evidence (tag 7)
     ======================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -9416,11 +9416,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.preattestation       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Vdf_revelation (tag 8)
     ======================
-    
+
     +----------+-----------+------------------------+
     | Name     | Size      | Contents               |
     +==========+===========+========================+
@@ -9428,11 +9428,11 @@ Full description
     +----------+-----------+------------------------+
     | solution | 200 bytes | $X_109                 |
     +----------+-----------+------------------------+
-    
-    
+
+
     Drain_delegate (tag 9)
     ======================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -9444,11 +9444,11 @@ Full description
     +---------------+----------+------------------------+
     | destination   | 21 bytes | $public_key_hash       |
     +---------------+----------+------------------------+
-    
-    
+
+
     Failing_noop (tag 17)
     =====================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -9458,11 +9458,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | arbitrary             | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -9476,11 +9476,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -9494,11 +9494,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -9514,11 +9514,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | dal_attestation    | Determined from data | $Z.t                               |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Reveal (tag 107)
     ================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9536,11 +9536,11 @@ Full description
     +---------------+----------------------+------------------------+
     | public_key    | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transaction (tag 108)
     =====================
-    
+
     +----------------------------------+----------------------+-------------------------------------+
     | Name                             | Size                 | Contents                            |
     +==================================+======================+=====================================+
@@ -9564,11 +9564,11 @@ Full description
     +----------------------------------+----------------------+-------------------------------------+
     | parameters                       | Determined from data | $X_108                              |
     +----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Origination (tag 109)
     =====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -9592,11 +9592,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | script                         | Determined from data | $beta.scripted.contracts            |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Delegation (tag 110)
     ====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -9616,11 +9616,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | delegate                       | 21 bytes             | $public_key_hash                    |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Register_global_constant (tag 111)
     ==================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9640,11 +9640,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | value                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Set_deposits_limit (tag 112)
     ============================
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -9664,11 +9664,11 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | limit                       | Determined from data | $N.t                                |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Increase_paid_storage (tag 113)
     ===============================
-    
+
     +---------------+----------------------+------------------------------+
     | Name          | Size                 | Contents                     |
     +===============+======================+==============================+
@@ -9688,11 +9688,11 @@ Full description
     +---------------+----------------------+------------------------------+
     | destination   | 22 bytes             | $beta.contract_id.originated |
     +---------------+----------------------+------------------------------+
-    
-    
+
+
     Update_consensus_key (tag 114)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9710,11 +9710,11 @@ Full description
     +---------------+----------------------+------------------------+
     | pk            | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transfer_ticket (tag 158)
     =========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9748,11 +9748,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | entrypoint            | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_originate (tag 200)
     ================================
-    
+
     +---------------------------------+----------------------+------------------------------------------------------------+
     | Name                            | Size                 | Contents                                                   |
     +=================================+======================+============================================================+
@@ -9782,11 +9782,11 @@ Full description
     +---------------------------------+----------------------+------------------------------------------------------------+
     | whitelist                       | Determined from data | $X_107                                                     |
     +---------------------------------+----------------------+------------------------------------------------------------+
-    
-    
+
+
     Smart_rollup_add_messages (tag 201)
     ===================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9806,11 +9806,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | message               | Variable             | sequence of $X_81                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_cement (tag 202)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9828,11 +9828,11 @@ Full description
     +---------------+----------------------+------------------------+
     | rollup        | 20 bytes             | bytes                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_publish (tag 203)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9852,11 +9852,11 @@ Full description
     +---------------+----------------------+------------------------+
     | commitment    | 76 bytes             | $X_104                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_refute (tag 204)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9878,11 +9878,11 @@ Full description
     +---------------+----------------------+------------------------+
     | refutation    | Determined from data | $X_103                 |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_timeout (tag 205)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9902,11 +9902,11 @@ Full description
     +---------------+----------------------+------------------------+
     | stakers       | 42 bytes             | $X_97                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_execute_outbox_message (tag 206)
     =============================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -9930,11 +9930,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | output_proof          | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_recover_bond (tag 207)
     ===================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9954,11 +9954,11 @@ Full description
     +---------------+----------------------+------------------------+
     | staker        | 21 bytes             | $public_key_hash       |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Dal_publish_commitment (tag 230)
     ================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -9976,11 +9976,11 @@ Full description
     +---------------+----------------------+------------------------+
     | slot_header   | 145 bytes            | $X_96                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Zk_rollup_origination (tag 250)
     ===============================
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -10010,11 +10010,11 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | nb_ops                | 4 bytes              | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     Zk_rollup_publish (tag 251)
     ===========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -10036,11 +10036,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | op                    | Variable             | sequence of $X_87                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Zk_rollup_update (tag 252)
     ==========================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -10060,11 +10060,11 @@ Full description
     +---------------+----------------------+------------------------+
     | update        | Determined from data | $X_79                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Signature_prefix (tag 255)
     ==========================
-    
+
     +------------------+----------+------------------------+
     | Name             | Size     | Contents               |
     +==================+==========+========================+
@@ -10072,14 +10072,14 @@ Full description
     +------------------+----------+------------------------+
     | signature_prefix | 33 bytes | $bls_signature_prefix  |
     +------------------+----------+------------------------+
-    
-    
+
+
     X_3287 (Variable, 8-bit tag)
     ****************************
-    
+
     Operation with too large metadata (tag 0)
     =========================================
-    
+
     +-------------------------------+----------+----------------------------------------------------------------+
     | Name                          | Size     | Contents                                                       |
     +===============================+==========+================================================================+
@@ -10089,11 +10089,11 @@ Full description
     +-------------------------------+----------+----------------------------------------------------------------+
     | signature_suffix              | 64 bytes | bytes                                                          |
     +-------------------------------+----------+----------------------------------------------------------------+
-    
-    
+
+
     Operation without metadata (tag 1)
     ==================================
-    
+
     +-------------------------------+----------+----------------------------------------------------------------+
     | Name                          | Size     | Contents                                                       |
     +===============================+==========+================================================================+
@@ -10103,11 +10103,11 @@ Full description
     +-------------------------------+----------+----------------------------------------------------------------+
     | signature_suffix              | 64 bytes | bytes                                                          |
     +-------------------------------+----------+----------------------------------------------------------------+
-    
-    
+
+
     Operation with metadata (tag 2)
     ===============================
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -10115,11 +10115,11 @@ Full description
     +-----------------+----------+------------------------+
     | Unnamed field 0 | Variable | $X_3224                |
     +-----------------+----------+------------------------+
-    
-    
+
+
     operation
     *********
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -10135,11 +10135,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | $X_3287                            |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_78
     ****
-    
+
     +--------------------------+----------+------------------------------------+
     | Name                     | Size     | Contents                           |
     +==========================+==========+====================================+
@@ -10149,17 +10149,17 @@ Full description
     +--------------------------+----------+------------------------------------+
     | Unnamed field 0          | Variable | sequence of $operation             |
     +--------------------------+----------+------------------------------------+
-    
+
     
- + .. _GET_..--block_id--context--adaptive_issuance_launch_cycle : **GET ..//context/adaptive_issuance_launch_cycle** .. raw:: html - +
@@ -10178,24 +10178,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -10203,10 +10203,10 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--context--cache--contracts--all : @@ -10214,7 +10214,7 @@ Full description **GET ..//context/cache/contracts/all** .. raw:: html - +
@@ -10243,11 +10243,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+==========+=========================================================================+ @@ -10255,10 +10255,10 @@ Full description +-----------------+----------+-------------------------------------------------------------------------+ | Unnamed field 1 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+----------+-------------------------------------------------------------------------+ - +
- + .. _POST_..--block_id--context--cache--contracts--rank : @@ -10266,7 +10266,7 @@ Full description **POST ..//context/cache/contracts/rank** .. raw:: html - +
@@ -10295,14 +10295,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 22 bytes | $X_0 | +-----------------+----------+----------+ - - + + X_0 (22 bytes, 8-bit tag) ************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -10312,7 +10312,7 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
@@ -10326,24 +10326,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+=========+=========================================================================+ @@ -10351,10 +10351,10 @@ Full description +-----------------+---------+-------------------------------------------------------------------------+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - +
- + .. _GET_..--block_id--context--cache--contracts--size : @@ -10362,7 +10362,7 @@ Full description **GET ..//context/cache/contracts/size** .. raw:: html - +
@@ -10381,11 +10381,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--cache--contracts--size_limit : @@ -10393,7 +10393,7 @@ Full description **GET ..//context/cache/contracts/size_limit** .. raw:: html - +
@@ -10412,11 +10412,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--constants : @@ -10424,7 +10424,7 @@ Full description **GET ..//context/constants** .. raw:: html - +
@@ -10758,35 +10758,35 @@ Full description +--------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | direct_ticket_spending_enable | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +====================================+======================+=========================================================================+ @@ -10802,11 +10802,11 @@ Full description +------------------------------------+----------------------+-------------------------------------------------------------------------+ | vdf_revelation_tip_weight | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-------------+---------+------------------------------------+ | Name | Size | Contents | +=============+=========+====================================+ @@ -10814,14 +10814,14 @@ Full description +-------------+---------+------------------------------------+ | denominator | 2 bytes | unsigned 16-bit big-endian integer | +-------------+---------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -10829,11 +10829,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -10841,11 +10841,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -10853,11 +10853,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -10865,11 +10865,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 *** - + +-----------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+=========+=========================================================================+ @@ -10891,11 +10891,11 @@ Full description +-----------------------+---------+-------------------------------------------------------------------------+ | number_of_shards | 2 bytes | unsigned 16-bit big-endian integer | +-----------------------+---------+-------------------------------------------------------------------------+ - - + + X_3 *** - + +---------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================================+=========+=========================================================================+ @@ -10909,11 +10909,11 @@ Full description +---------------------------------+---------+-------------------------------------------------------------------------+ | dal_attested_slots_validity_lag | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +---------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_5 *** - + +-------------+----------------------+----------+ | Name | Size | Contents | +=============+======================+==========+ @@ -10921,11 +10921,11 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $Z.t | +-------------+----------------------+----------+ - - + + X_4 *** - + +----------------------------+----------------------+----------------------------------+ | Name | Size | Contents | +============================+======================+==================================+ @@ -10949,17 +10949,17 @@ Full description +----------------------------+----------------------+----------------------------------+ | radius_dz | Determined from data | $X_5 | +----------------------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--constants--errors : **GET ..//context/constants/errors** .. raw:: html - +
@@ -10980,11 +10980,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--context--constants--parametric : @@ -10992,7 +10992,7 @@ Full description **GET ..//context/constants/parametric** .. raw:: html - +
@@ -11284,35 +11284,35 @@ Full description +--------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | direct_ticket_spending_enable | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +====================================+======================+=========================================================================+ @@ -11328,11 +11328,11 @@ Full description +------------------------------------+----------------------+-------------------------------------------------------------------------+ | vdf_revelation_tip_weight | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-------------+---------+------------------------------------+ | Name | Size | Contents | +=============+=========+====================================+ @@ -11340,14 +11340,14 @@ Full description +-------------+---------+------------------------------------+ | denominator | 2 bytes | unsigned 16-bit big-endian integer | +-------------+---------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -11355,11 +11355,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -11367,11 +11367,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -11379,11 +11379,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -11391,11 +11391,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 *** - + +-----------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+=========+=========================================================================+ @@ -11417,11 +11417,11 @@ Full description +-----------------------+---------+-------------------------------------------------------------------------+ | number_of_shards | 2 bytes | unsigned 16-bit big-endian integer | +-----------------------+---------+-------------------------------------------------------------------------+ - - + + X_3 *** - + +---------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================================+=========+=========================================================================+ @@ -11435,11 +11435,11 @@ Full description +---------------------------------+---------+-------------------------------------------------------------------------+ | dal_attested_slots_validity_lag | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +---------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_5 *** - + +-------------+----------------------+----------+ | Name | Size | Contents | +=============+======================+==========+ @@ -11447,11 +11447,11 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $Z.t | +-------------+----------------------+----------+ - - + + X_4 *** - + +----------------------------+----------------------+----------------------------------+ | Name | Size | Contents | +============================+======================+==================================+ @@ -11475,10 +11475,10 @@ Full description +----------------------------+----------------------+----------------------------------+ | radius_dz | Determined from data | $X_5 | +----------------------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--denunciations : @@ -11486,7 +11486,7 @@ Full description **GET ..//context/denunciations** .. raw:: html - +
@@ -11525,14 +11525,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -11540,11 +11540,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -11552,11 +11552,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -11564,11 +11564,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -11576,11 +11576,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 (Enumeration: unsigned 8-bit integer): ****************************************** - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -11590,11 +11590,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_1 *** - + +-------+---------+----------------------------------------------------------+ | Name | Size | Contents | +=======+=========+==========================================================+ @@ -11604,11 +11604,11 @@ Full description +-------+---------+----------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_2) | +-------+---------+----------------------------------------------------------+ - - + + X_0 *** - + +------------------+----------+------------------+ | Name | Size | Contents | +==================+==========+==================+ @@ -11620,10 +11620,10 @@ Full description +------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_1 | +------------------+----------+------------------+ - +
- + .. _GET_..--block_id--context--issuance--current_yearly_rate : @@ -11631,13 +11631,13 @@ Full description **GET ..//context/issuance/current_yearly_rate** .. raw:: html - +

- Returns the current expected maximum yearly issuance rate (in %)

+ Returns the current expected maximum yearly issuance rate (in %). The value only includes participation rewards (and does not include liquidity baking)

@@ -11655,11 +11655,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     
- + .. _GET_..--block_id--context--issuance--current_yearly_rate_details : @@ -11667,13 +11667,13 @@ Full description **GET ..//context/issuance/current_yearly_rate_details** .. raw:: html - +

- Returns the static and dynamic parts of the current expected maximum yearly issuance rate.

+ Returns the static and dynamic parts of the current expected maximum yearly issuance rate (in %). The value only includes participation rewards (and does not include liquidity baking)

@@ -11697,23 +11697,23 @@ Full description
     +---------+----------------------+----------+
     | dynamic | Determined from data | $X_0     |
     +---------+----------------------+----------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     X_0
     ***
-    
+
     +-------------+----------------------+----------+
     | Name        | Size                 | Contents |
     +=============+======================+==========+
@@ -11721,10 +11721,10 @@ Full description
     +-------------+----------------------+----------+
     | denominator | Determined from data | $N.t     |
     +-------------+----------------------+----------+
-    
+
     
- + .. _GET_..--block_id--context--issuance--current_yearly_rate_exact : @@ -11732,13 +11732,13 @@ Full description **GET ..//context/issuance/current_yearly_rate_exact** .. raw:: html - +

- Returns the current expected maximum yearly issuance rate (exact quotient)

+ Returns the current expected maximum yearly issuance rate (exact quotient) (in %). The value only includes participation rewards (and does not include liquidity baking)

@@ -11758,22 +11758,22 @@ Full description
     +-------------+----------------------+----------+
     | denominator | Determined from data | $N.t     |
     +-------------+----------------------+----------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
+
     
- + .. _GET_..--block_id--context--issuance--expected_issuance : @@ -11781,13 +11781,13 @@ Full description **GET ..//context/issuance/expected_issuance** .. raw:: html - +

- Returns the expected issued tez for the provided block and the next 'consensus_rights_delay' cycles

+ Returns the expected issued tez for the provided block and the next 'consensus_rights_delay' cycles (in mutez)

@@ -11812,23 +11812,23 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_0                   |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     X_0
     ***
-    
+
     +------------------------------+----------------------+----------------------------------+
     | Name                         | Size                 | Contents                         |
     +==============================+======================+==================================+
@@ -11844,10 +11844,10 @@ Full description
     +------------------------------+----------------------+----------------------------------+
     | vdf_revelation_tip           | Determined from data | $N.t                             |
     +------------------------------+----------------------+----------------------------------+
-    
+
     
- + .. _GET_..--block_id--context--issuance--issuance_per_minute : @@ -11855,13 +11855,13 @@ Full description **GET ..//context/issuance/issuance_per_minute** .. raw:: html - +

- Returns the current expected maximum issuance per minute (in mutez)

+ Returns the current expected maximum issuance per minute (in mutez). The value only includes participation rewards (and does not include liquidity baking)

@@ -11878,22 +11878,22 @@ Full description
     +=================+======================+==========+
     | Unnamed field 0 | Determined from data | $N.t     |
     +-----------------+----------------------+----------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
+
     
- + .. _GET_..--block_id--context--liquidity_baking--cpmm_address : @@ -11901,7 +11901,7 @@ Full description **GET ..//context/liquidity_baking/cpmm_address** .. raw:: html - +
@@ -11928,14 +11928,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 22 bytes | $X_0 | +-----------------+----------+----------+ - - + + X_0 (22 bytes, 8-bit tag) ************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -11945,10 +11945,10 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--merkle_tree : @@ -11956,7 +11956,7 @@ Full description **GET ..//context/merkle_tree(/)*?[holey=]** .. raw:: html - +
@@ -11995,11 +11995,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_8 | +-----------------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12007,11 +12007,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------+----------------------+--------------+ | Name | Size | Contents | +=================+======================+==============+ @@ -12019,14 +12019,14 @@ Full description +-----------------+----------------------+--------------+ | Unnamed field 1 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + raw_context (Determined from data, 8-bit tag) ********************************************* - + Key (tag 0) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12036,11 +12036,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Dir (tag 1) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12050,24 +12050,24 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Cut (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_7 (Determined from data, 8-bit tag) ************************************* - + Hash (tag 0) ============ - + +-----------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=================+======================+=====================================+ @@ -12077,11 +12077,11 @@ Full description +-----------------+----------------------+-------------------------------------+ | Unnamed field 1 | Determined from data | $X_2 | +-----------------+----------------------+-------------------------------------+ - - + + Data (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -12089,11 +12089,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $raw_context | +-----------------+----------------------+------------------------+ - - + + Continue (tag 2) ================ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -12101,11 +12101,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $merkle_tree | +-----------------+----------------------+------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -12113,11 +12113,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + merkle_tree *********** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12125,24 +12125,24 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + X_8 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -12150,10 +12150,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $merkle_tree | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--merkle_tree_v2 : @@ -12161,7 +12161,7 @@ Full description **GET ..//context/merkle_tree_v2(/)*?[holey=]** .. raw:: html - +
@@ -12269,11 +12269,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_53821 | +-----------------+----------------------+----------+ - - + + X_0 *** - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -12281,11 +12281,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_6 *** - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -12293,11 +12293,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------------+ | Name | Size | Contents | +=================+======================+================+ @@ -12305,11 +12305,11 @@ Full description +-----------------+----------------------+----------------+ | Unnamed field 1 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------+ - - + + X_132 ***** - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -12317,11 +12317,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + X_131 ***** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12329,14 +12329,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_132 | +-----------------------+----------+------------------------------------+ - - + + inode_tree (Determined from data, 8-bit tag) ******************************************** - + Inode_tree (tag 0) ================== - + +-----------------+--------+------------------------+ | Name | Size | Contents | +=================+========+========================+ @@ -12344,11 +12344,11 @@ Full description +-----------------+--------+------------------------+ | Unnamed field 0 | 1 byte | unsigned 8-bit integer | +-----------------+--------+------------------------+ - - + + Inode_tree (tag 1) ================== - + +-----------------+---------+------------------------------------+ | Name | Size | Contents | +=================+=========+====================================+ @@ -12356,11 +12356,11 @@ Full description +-----------------+---------+------------------------------------+ | Unnamed field 0 | 2 bytes | unsigned 16-bit big-endian integer | +-----------------+---------+------------------------------------+ - - + + Inode_tree (tag 2) ================== - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -12368,11 +12368,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode_tree (tag 3) ================== - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -12380,11 +12380,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode_tree (tag 4) ================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12394,11 +12394,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 5) ================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12408,11 +12408,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 6) ================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12422,11 +12422,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 7) ================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12436,11 +12436,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 8) ================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12450,11 +12450,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 9) ================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12464,11 +12464,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 10) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12478,11 +12478,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 11) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12492,11 +12492,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 12) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12506,11 +12506,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 13) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12520,11 +12520,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 14) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12534,11 +12534,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 15) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12548,11 +12548,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 16) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12562,11 +12562,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 17) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12576,11 +12576,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 18) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12590,11 +12590,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 19) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12604,11 +12604,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 20) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12618,11 +12618,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 21) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12632,11 +12632,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 22) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12646,11 +12646,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 23) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12660,11 +12660,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 24) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12674,11 +12674,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 25) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12688,11 +12688,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 26) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12702,11 +12702,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 27) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12716,11 +12716,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 28) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12730,11 +12730,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 29) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12744,11 +12744,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 30) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12758,11 +12758,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 31) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12772,11 +12772,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 32) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12786,11 +12786,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 33) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12800,11 +12800,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 34) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12814,11 +12814,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 35) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12828,11 +12828,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 36) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -12842,11 +12842,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 37) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12856,11 +12856,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 38) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12870,11 +12870,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 39) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12884,11 +12884,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 40) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -12898,11 +12898,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 41) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12912,11 +12912,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 42) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12926,11 +12926,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 43) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12940,11 +12940,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 44) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -12954,11 +12954,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 45) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -12968,11 +12968,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 46) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12982,11 +12982,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 47) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -12996,11 +12996,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 48) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -13010,11 +13010,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 49) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13024,11 +13024,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 50) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13038,11 +13038,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 51) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13052,11 +13052,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 52) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -13066,11 +13066,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 53) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13080,11 +13080,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 54) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13094,11 +13094,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 55) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13108,11 +13108,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 56) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -13122,11 +13122,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 57) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13136,11 +13136,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 58) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13150,11 +13150,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 59) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13164,11 +13164,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 60) =================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -13178,11 +13178,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------+ - - + + Inode_tree (tag 61) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13192,11 +13192,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 62) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13206,11 +13206,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 63) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -13220,11 +13220,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 64) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13234,11 +13234,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 65) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13248,11 +13248,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 66) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13262,11 +13262,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 67) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -13276,21 +13276,21 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_inode_trees (tag 128) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + other_inode_trees (tag 129) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13298,11 +13298,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 1 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 130) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13310,11 +13310,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 2 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 131) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13322,11 +13322,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 3 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 132) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13334,11 +13334,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 4 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 133) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13346,11 +13346,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 5 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 134) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13358,11 +13358,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 6 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 135) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13370,11 +13370,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 7 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 136) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13382,11 +13382,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 8 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 137) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -13394,11 +13394,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 9 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 138) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13406,11 +13406,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 10 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 139) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13418,11 +13418,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 11 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 140) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13430,11 +13430,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 12 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 141) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13442,11 +13442,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 13 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 142) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13454,11 +13454,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 14 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 143) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13466,11 +13466,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 15 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 144) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13478,11 +13478,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 16 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 145) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13490,11 +13490,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 17 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 146) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13502,11 +13502,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 18 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 147) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13514,11 +13514,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 19 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 148) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13526,11 +13526,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 20 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 149) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13538,11 +13538,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 21 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 150) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13550,11 +13550,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 22 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 151) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13562,11 +13562,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 23 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 152) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13574,11 +13574,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 24 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 153) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13586,11 +13586,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 25 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 154) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13598,11 +13598,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 26 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 155) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13610,11 +13610,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 27 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 156) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13622,11 +13622,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 28 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 157) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13634,11 +13634,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 29 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 158) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13646,11 +13646,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 30 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 159) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13658,11 +13658,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 31 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 160) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13670,11 +13670,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 32 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 161) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13682,11 +13682,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 33 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 162) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13694,11 +13694,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 34 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 163) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13706,11 +13706,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 35 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 164) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13718,11 +13718,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 36 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 165) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13730,11 +13730,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 37 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 166) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13742,11 +13742,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 38 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 167) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13754,11 +13754,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 39 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 168) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13766,11 +13766,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 40 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 169) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13778,11 +13778,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 41 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 170) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13790,11 +13790,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 42 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 171) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13802,11 +13802,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 43 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 172) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13814,11 +13814,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 44 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 173) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13826,11 +13826,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 45 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 174) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13838,11 +13838,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 46 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 175) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13850,11 +13850,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 47 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 176) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13862,11 +13862,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 48 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 177) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13874,11 +13874,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 49 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 178) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13886,11 +13886,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 50 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 179) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13898,11 +13898,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 51 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 180) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13910,11 +13910,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 52 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 181) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13922,11 +13922,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 53 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 182) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13934,11 +13934,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 54 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 183) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13946,11 +13946,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 55 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 184) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13958,11 +13958,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 56 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 185) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13970,11 +13970,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 57 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 186) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13982,11 +13982,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 58 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 187) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -13994,11 +13994,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 59 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 188) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -14006,11 +14006,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 60 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 189) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -14018,11 +14018,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 61 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 190) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -14030,11 +14030,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 62 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 191) =========================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -14044,11 +14044,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + other_inode_trees (tag 192) =========================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -14056,11 +14056,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_inode_trees (tag 208) =========================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -14072,11 +14072,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + other_inode_trees (tag 209) =========================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14088,11 +14088,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_inode_trees (tag 210) =========================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14104,11 +14104,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_inode_trees (tag 211) =========================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14120,24 +14120,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_inode_trees (tag 224) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + tree_encoding (Determined from data, 8-bit tag) *********************************************** - + Inode (tag 0) ============= - + +-----------------+--------+------------------------+ | Name | Size | Contents | +=================+========+========================+ @@ -14145,11 +14145,11 @@ Full description +-----------------+--------+------------------------+ | Unnamed field 0 | 1 byte | unsigned 8-bit integer | +-----------------+--------+------------------------+ - - + + Inode (tag 1) ============= - + +-----------------+---------+------------------------------------+ | Name | Size | Contents | +=================+=========+====================================+ @@ -14157,11 +14157,11 @@ Full description +-----------------+---------+------------------------------------+ | Unnamed field 0 | 2 bytes | unsigned 16-bit big-endian integer | +-----------------+---------+------------------------------------+ - - + + Inode (tag 2) ============= - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -14169,11 +14169,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode (tag 3) ============= - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -14181,11 +14181,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode (tag 4) ============= - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14195,11 +14195,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 5) ============= - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14209,11 +14209,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 6) ============= - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14223,11 +14223,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 7) ============= - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14237,11 +14237,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 8) ============= - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14251,11 +14251,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 9) ============= - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14265,11 +14265,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 10) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14279,11 +14279,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 11) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14293,11 +14293,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 12) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14307,11 +14307,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 13) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14321,11 +14321,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 14) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14335,11 +14335,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 15) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14349,11 +14349,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 16) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14363,11 +14363,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 17) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14377,11 +14377,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 18) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14391,11 +14391,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 19) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14405,11 +14405,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 20) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14419,11 +14419,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 21) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14433,11 +14433,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 22) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14447,11 +14447,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 23) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14461,11 +14461,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 24) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14475,11 +14475,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 25) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14489,11 +14489,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 26) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14503,11 +14503,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 27) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14517,11 +14517,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 28) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14531,11 +14531,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 29) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14545,11 +14545,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 30) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14559,11 +14559,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 31) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14573,11 +14573,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 32) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14587,11 +14587,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 33) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14601,11 +14601,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 34) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14615,11 +14615,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 35) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14629,11 +14629,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 36) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -14643,11 +14643,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 37) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14657,11 +14657,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 38) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14671,11 +14671,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 39) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14685,11 +14685,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 40) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -14699,11 +14699,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 41) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14713,11 +14713,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 42) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14727,11 +14727,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 43) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14741,11 +14741,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 44) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -14755,11 +14755,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 45) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14769,11 +14769,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 46) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14783,11 +14783,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 47) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14797,11 +14797,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 48) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -14811,11 +14811,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 49) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14825,11 +14825,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 50) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14839,11 +14839,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 51) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14853,11 +14853,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 52) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -14867,11 +14867,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 53) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14881,11 +14881,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 54) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14895,11 +14895,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 55) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14909,11 +14909,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 56) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -14923,11 +14923,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 57) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14937,11 +14937,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 58) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14951,11 +14951,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 59) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -14965,11 +14965,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 60) ============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -14979,11 +14979,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------+ - - + + Inode (tag 61) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -14993,11 +14993,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 62) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -15007,11 +15007,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 63) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -15021,11 +15021,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 64) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -15035,11 +15035,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 65) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -15049,11 +15049,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 66) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -15063,11 +15063,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 67) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -15077,21 +15077,21 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_trees (tag 128) ===================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + other_trees (tag 129) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15099,11 +15099,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 1 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 130) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15111,11 +15111,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 2 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 131) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15123,11 +15123,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 3 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 132) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15135,11 +15135,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 4 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 133) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15147,11 +15147,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 5 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 134) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15159,11 +15159,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 6 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 135) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15171,11 +15171,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 7 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 136) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15183,11 +15183,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 8 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 137) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -15195,11 +15195,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 9 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 138) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15207,11 +15207,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 10 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 139) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15219,11 +15219,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 11 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 140) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15231,11 +15231,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 12 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 141) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15243,11 +15243,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 13 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 142) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15255,11 +15255,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 14 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 143) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15267,11 +15267,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 15 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 144) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15279,11 +15279,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 16 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 145) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15291,11 +15291,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 17 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 146) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15303,11 +15303,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 18 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 147) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15315,11 +15315,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 19 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 148) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15327,11 +15327,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 20 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 149) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15339,11 +15339,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 21 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 150) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15351,11 +15351,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 22 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 151) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15363,11 +15363,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 23 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 152) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15375,11 +15375,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 24 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 153) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15387,11 +15387,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 25 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 154) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15399,11 +15399,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 26 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 155) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15411,11 +15411,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 27 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 156) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15423,11 +15423,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 28 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 157) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15435,11 +15435,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 29 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 158) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15447,11 +15447,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 30 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 159) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15459,11 +15459,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 31 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 160) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15471,11 +15471,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 32 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 161) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15483,11 +15483,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 33 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 162) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15495,11 +15495,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 34 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 163) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15507,11 +15507,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 35 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 164) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15519,11 +15519,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 36 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 165) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15531,11 +15531,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 37 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 166) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15543,11 +15543,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 38 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 167) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15555,11 +15555,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 39 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 168) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15567,11 +15567,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 40 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 169) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15579,11 +15579,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 41 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 170) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15591,11 +15591,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 42 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 171) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15603,11 +15603,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 43 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 172) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15615,11 +15615,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 44 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 173) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15627,11 +15627,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 45 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 174) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15639,11 +15639,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 46 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 175) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15651,11 +15651,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 47 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 176) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15663,11 +15663,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 48 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 177) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15675,11 +15675,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 49 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 178) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15687,11 +15687,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 50 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 179) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15699,11 +15699,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 51 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 180) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15711,11 +15711,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 52 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 181) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15723,11 +15723,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 53 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 182) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15735,11 +15735,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 54 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 183) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15747,11 +15747,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 55 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 184) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15759,11 +15759,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 56 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 185) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15771,11 +15771,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 57 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 186) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15783,11 +15783,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 58 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 187) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15795,11 +15795,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 59 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 188) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15807,11 +15807,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 60 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 189) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15819,11 +15819,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 61 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 190) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -15831,11 +15831,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 62 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 191) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15845,11 +15845,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 192) ===================== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -15859,11 +15859,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + other_trees (tag 193) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15873,11 +15873,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 195) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15887,11 +15887,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 200) ===================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -15899,11 +15899,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_trees (tag 208) ===================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -15911,11 +15911,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_trees (tag 216) ===================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -15927,11 +15927,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + other_trees (tag 217) ===================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -15943,11 +15943,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_trees (tag 218) ===================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -15959,11 +15959,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_trees (tag 219) ===================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -15975,24 +15975,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_trees (tag 224) ===================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_53820 (Determined from data, 8-bit tag) ***************************************** - + case_0 (tag 0) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -16006,11 +16006,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_1 (tag 1) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -16024,11 +16024,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_2 (tag 2) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -16042,11 +16042,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_3 (tag 3) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -16060,24 +16060,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + X_53821 (Determined from data, 8-bit tag) ***************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -16085,10 +16085,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_53820 | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--nonces--block_level : @@ -16096,7 +16096,7 @@ Full description **GET ..//context/nonces/** .. raw:: html - +
@@ -16128,14 +16128,14 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Revealed (tag 0) ================ - + +-------+----------+------------------------+ | Name | Size | Contents | +=======+==========+========================+ @@ -16143,11 +16143,11 @@ Full description +-------+----------+------------------------+ | nonce | 32 bytes | bytes | +-------+----------+------------------------+ - - + + Missing (tag 1) =============== - + +------+----------+------------------------+ | Name | Size | Contents | +======+==========+========================+ @@ -16155,20 +16155,20 @@ Full description +------+----------+------------------------+ | hash | 32 bytes | bytes | +------+----------+------------------------+ - - + + Forgotten (tag 2) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--raw--bytes : @@ -16176,7 +16176,7 @@ Full description **GET ..//context/raw/bytes(/)*?[depth=]** .. raw:: html - +
@@ -16202,11 +16202,11 @@ Full description +=================+======================+==============+ | Unnamed field 0 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + X_1 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16214,11 +16214,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------------------+--------------+ | Name | Size | Contents | +=================+======================+==============+ @@ -16226,14 +16226,14 @@ Full description +-----------------+----------------------+--------------+ | Unnamed field 1 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + raw_context (Determined from data, 8-bit tag) ********************************************* - + Key (tag 0) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16243,11 +16243,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Dir (tag 1) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16257,20 +16257,20 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + Cut (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--sapling--sapling_state_id--get_diff : @@ -16278,7 +16278,7 @@ Full description **GET ..//context/sapling//get_diff?[offset_commitment=]&[offset_nullifier=]** .. raw:: html - +
@@ -16320,11 +16320,11 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16342,11 +16342,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -16354,10 +16354,10 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - +
- + .. _POST_..--block_id--context--seed : @@ -16365,7 +16365,7 @@ Full description **POST ..//context/seed** .. raw:: html - +
@@ -16395,11 +16395,11 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+----------+ - - + +
- + .. _GET_..--block_id--context--seed_computation : @@ -16407,7 +16407,7 @@ Full description **GET ..//context/seed_computation** .. raw:: html - +
@@ -16432,24 +16432,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Nonce revelation stage (tag 0) ============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + VDF revelation stage (tag 1) ============================ - + +-------------------+----------+------------------------+ | Name | Size | Contents | +===================+==========+========================+ @@ -16459,20 +16459,20 @@ Full description +-------------------+----------+------------------------+ | seed_challenge | 32 bytes | bytes | +-------------------+----------+------------------------+ - - + + Computation finished (tag 2) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--total_frozen_stake : @@ -16480,7 +16480,7 @@ Full description **GET ..//context/total_frozen_stake** .. raw:: html - +
@@ -16503,22 +16503,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--total_supply : @@ -16526,7 +16526,7 @@ Full description **GET ..//context/total_supply** .. raw:: html - +
@@ -16549,22 +16549,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--hash : @@ -16572,7 +16572,7 @@ Full description **GET ..//hash** .. raw:: html - +
@@ -16597,11 +16597,11 @@ Full description +============+==========+==========+ | block_hash | 32 bytes | bytes | +------------+----------+----------+ - - + +
- + .. _GET_..--block_id--header : @@ -16609,7 +16609,7 @@ Full description **GET ..//header** .. raw:: html - +
@@ -16622,7 +16622,7 @@ Full description { /* Shell header Block header's shell-related content. It contains information such as the block level, its predecessor and timestamp. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $block_hash, "level": integer ∈ [-2^31-1, 2^31], @@ -16721,11 +16721,11 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16733,110 +16733,110 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--header--protocol_data : **GET ..//header/protocol_data** .. raw:: html - +
@@ -16846,7 +16846,7 @@ Full description
-    { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+    { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
       "payload_hash": $value_hash,
       "payload_round": integer ∈ [-2^31-1, 2^31],
       "proof_of_work_nonce": /^([a-zA-Z0-9][a-zA-Z0-9])*$/,
@@ -16890,110 +16890,110 @@ Full description
     +---------------------------------------+----------+-------------------------------------+
     | signature                             | Variable | bytes                               |
     +---------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     beta.per_block_votes (1 byte, 8-bit tag)
     ****************************************
-    
+
     case_0 (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_1 (tag 1)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_2 (tag 2)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_4 (tag 4)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_5 (tag 5)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_6 (tag 6)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_8 (tag 8)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_9 (tag 9)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_10 (tag 10)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
+
     
- + .. _GET_..--block_id--header--protocol_data--raw : **GET ..//header/protocol_data/raw** .. raw:: html - +
@@ -17014,11 +17014,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--header--raw : @@ -17026,7 +17026,7 @@ Full description **GET ..//header/raw** .. raw:: html - +
@@ -17047,11 +17047,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--header--shell : @@ -17059,7 +17059,7 @@ Full description **GET ..//header/shell** .. raw:: html - +
@@ -17129,11 +17129,11 @@ Full description +----------------------------+----------+------------------------------------+ | context | 32 bytes | bytes | +----------------------------+----------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -17141,10 +17141,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--helpers--complete--prefix : @@ -17152,7 +17152,7 @@ Full description **GET ..//helpers/complete/** .. raw:: html - +
@@ -17178,11 +17178,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -17190,10 +17190,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--forge_block_header : @@ -17201,7 +17201,7 @@ Full description **POST ..//helpers/forge_block_header** .. raw:: html - +
@@ -17275,11 +17275,11 @@ Full description +----------------------------+----------+------------------------------------+ | protocol_data | Variable | bytes | +----------------------------+----------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -17287,7 +17287,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -17303,11 +17303,11 @@ Full description +-----------------------+----------+------------------------------------+ | block | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--preapply--block : @@ -17315,7 +17315,7 @@ Full description **POST ..//helpers/preapply/block?[sort]&[timestamp=]** .. raw:: html - +
@@ -17328,7 +17328,7 @@ Full description
     { "protocol_data":
-        { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+        { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
           "payload_hash": $value_hash,
           "payload_round": integer ∈ [-2^31-1, 2^31],
           "proof_of_work_nonce": /^([a-zA-Z0-9][a-zA-Z0-9])*$/,
@@ -17980,7 +17980,7 @@ Full description
            "annots"?: [ $unistring ... ] }
     $next_operation:
       /* An operation's shell header. */
-      { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg",
+      { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT",
         "branch": $block_hash,
         "contents": [ $beta.operation.alpha.contents ... ],
         "signature"?: $Signature.V1 }
@@ -18024,104 +18024,104 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | operations            | Variable             | sequence of $X_1                   |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     beta.per_block_votes (1 byte, 8-bit tag)
     ****************************************
-    
+
     case_0 (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_1 (tag 1)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_2 (tag 2)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_4 (tag 4)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_5 (tag 5)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_6 (tag 6)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_8 (tag 8)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_9 (tag 9)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     case_10 (tag 10)
     ================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_0
     ***
-    
+
     +---------------------------------------+----------+-------------------------------------+
     | Name                                  | Size     | Contents                            |
     +=======================================+==========+=====================================+
@@ -18141,14 +18141,14 @@ Full description
     +---------------------------------------+----------+-------------------------------------+
     | signature                             | Variable | bytes                               |
     +---------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     bls_signature_prefix (33 bytes, 8-bit tag)
     ******************************************
-    
+
     Bls_prefix (tag 3)
     ==================
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -18156,14 +18156,14 @@ Full description
     +-----------------+----------+------------------------+
     | Unnamed field 0 | 32 bytes | bytes                  |
     +-----------------+----------+------------------------+
-    
-    
+
+
     public_key_hash (21 bytes, 8-bit tag)
     *************************************
-    
+
     Ed25519 (tag 0)
     ===============
-    
+
     +-------------------------+----------+------------------------+
     | Name                    | Size     | Contents               |
     +=========================+==========+========================+
@@ -18171,11 +18171,11 @@ Full description
     +-------------------------+----------+------------------------+
     | Ed25519.Public_key_hash | 20 bytes | bytes                  |
     +-------------------------+----------+------------------------+
-    
-    
+
+
     Secp256k1 (tag 1)
     =================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -18183,11 +18183,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Secp256k1.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     P256 (tag 2)
     ============
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -18195,11 +18195,11 @@ Full description
     +----------------------+----------+------------------------+
     | P256.Public_key_hash | 20 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     Bls (tag 3)
     ===========
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -18207,23 +18207,23 @@ Full description
     +---------------------------+----------+------------------------+
     | Bls12_381.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     N.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | N.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     X_4
     ***
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -18231,11 +18231,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_5
     ***
-    
+
     +-----------------------+----------+-------------------------------------+
     | Name                  | Size     | Contents                            |
     +=======================+==========+=====================================+
@@ -18247,11 +18247,11 @@ Full description
     +-----------------------+----------+-------------------------------------+
     | exit_validity         | 1 byte   | boolean (0 for false, 255 for true) |
     +-----------------------+----------+-------------------------------------+
-    
-    
+
+
     X_3
     ***
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -18259,11 +18259,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_5     |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_8
     ***
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -18273,11 +18273,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | fee                   | 32 bytes | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_6
     ***
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -18285,11 +18285,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_8     |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_9
     ***
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -18297,11 +18297,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of bytes                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     X_2
     ***
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -18319,23 +18319,23 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | proof                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Z.t
     ***
-    
+
     A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order.
-    
+
     +------+----------------------+----------+
     | Name | Size                 | Contents |
     +======+======================+==========+
     | Z.t  | Determined from data | bytes    |
     +------+----------------------+----------+
-    
-    
+
+
     X_12
     ****
-    
+
     +--------+----------------------+----------+
     | Name   | Size                 | Contents |
     +========+======================+==========+
@@ -18343,11 +18343,11 @@ Full description
     +--------+----------------------+----------+
     | amount | Determined from data | $Z.t     |
     +--------+----------------------+----------+
-    
-    
+
+
     X_11
     ****
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -18363,11 +18363,11 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | payload               | Variable             | sequence of bytes                                                       |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer):
     *******************************************************************
-    
+
     +-------------+--------------------------------+
     | Case number | Encoded string                 |
     +=============+================================+
@@ -18687,14 +18687,14 @@ Full description
     +-------------+--------------------------------+
     | 157         | Ticket                         |
     +-------------+--------------------------------+
-    
-    
+
+
     micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag)
     ************************************************************************
-    
+
     Int (tag 0)
     ===========
-    
+
     +------+----------------------+------------------------+
     | Name | Size                 | Contents               |
     +======+======================+========================+
@@ -18702,11 +18702,11 @@ Full description
     +------+----------------------+------------------------+
     | int  | Determined from data | $Z.t                   |
     +------+----------------------+------------------------+
-    
-    
+
+
     String (tag 1)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -18716,11 +18716,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | string                | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Sequence (tag 2)
     ================
-    
+
     +-----------------------+----------+-----------------------------------------------------+
     | Name                  | Size     | Contents                                            |
     +=======================+==========+=====================================================+
@@ -18730,11 +18730,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------+
     | Unnamed field 0       | Variable | sequence of $micheline.beta.michelson_v1.expression |
     +-----------------------+----------+-----------------------------------------------------+
-    
-    
+
+
     Prim__no_args__no_annots (tag 3)
     ================================
-    
+
     +------+--------+-----------------------------------------------------------------------------------+
     | Name | Size   | Contents                                                                          |
     +======+========+===================================================================================+
@@ -18742,11 +18742,11 @@ Full description
     +------+--------+-----------------------------------------------------------------------------------+
     | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) |
     +------+--------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__no_args__some_annots (tag 4)
     ==================================
-    
+
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | Name                  | Size     | Contents                                                                          |
     +=======================+==========+===================================================================================+
@@ -18758,11 +18758,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | annots                | Variable | bytes                                                                             |
     +-----------------------+----------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__1_arg__no_annots (tag 5)
     ==============================
-    
+
     +------+----------------------+-----------------------------------------------------------------------------------+
     | Name | Size                 | Contents                                                                          |
     +======+======================+===================================================================================+
@@ -18772,11 +18772,11 @@ Full description
     +------+----------------------+-----------------------------------------------------------------------------------+
     | arg  | Determined from data | $micheline.beta.michelson_v1.expression                                           |
     +------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__1_arg__some_annots (tag 6)
     ================================
-    
+
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                          |
     +=======================+======================+===================================================================================+
@@ -18790,11 +18790,11 @@ Full description
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | annots                | Variable             | bytes                                                                             |
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__2_args__no_annots (tag 7)
     ===============================
-    
+
     +------+----------------------+-----------------------------------------------------------------------------------+
     | Name | Size                 | Contents                                                                          |
     +======+======================+===================================================================================+
@@ -18806,11 +18806,11 @@ Full description
     +------+----------------------+-----------------------------------------------------------------------------------+
     | arg2 | Determined from data | $micheline.beta.michelson_v1.expression                                           |
     +------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__2_args__some_annots (tag 8)
     =================================
-    
+
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                          |
     +=======================+======================+===================================================================================+
@@ -18826,11 +18826,11 @@ Full description
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
     | annots                | Variable             | bytes                                                                             |
     +-----------------------+----------------------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Prim__generic (tag 9)
     =====================
-    
+
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | Name                  | Size     | Contents                                                                          |
     +=======================+==========+===================================================================================+
@@ -18846,11 +18846,11 @@ Full description
     +-----------------------+----------+-----------------------------------------------------------------------------------+
     | annots                | Variable | bytes                                                                             |
     +-----------------------+----------+-----------------------------------------------------------------------------------+
-    
-    
+
+
     Bytes (tag 10)
     ==============
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -18860,14 +18860,14 @@ Full description
     +-----------------------+----------+------------------------------------+
     | bytes                 | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.contract_id (22 bytes, 8-bit tag)
     **************************************
-    
+
     Implicit (tag 0)
     ================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -18875,11 +18875,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Signature.Public_key_hash | 21 bytes | $public_key_hash       |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     Originated (tag 1)
     ==================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -18889,24 +18889,24 @@ Full description
     +---------------+----------+------------------------+
     | padding       | 1 byte   | padding                |
     +---------------+----------+------------------------+
-    
-    
+
+
     X_15 (Determined from data, 8-bit tag)
     **************************************
-    
+
     None (tag 0)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Some (tag 1)
     ============
-    
+
     +----------+----------------------+-----------------------------------------+
     | Name     | Size                 | Contents                                |
     +==========+======================+=========================================+
@@ -18918,11 +18918,11 @@ Full description
     +----------+----------------------+-----------------------------------------+
     | ticketer | 22 bytes             | $beta.contract_id                       |
     +----------+----------------------+-----------------------------------------+
-    
-    
+
+
     X_10
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -18930,44 +18930,44 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | Determined from data | $X_15    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_18 (1 byte, 8-bit tag)
     ************************
-    
+
     Public (tag 0)
     ==============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Private (tag 1)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     Fee (tag 2)
     ===========
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_16
     ****
-    
+
     +-----------------+----------------------+----------+
     | Name            | Size                 | Contents |
     +=================+======================+==========+
@@ -18975,11 +18975,11 @@ Full description
     +-----------------+----------------------+----------+
     | Unnamed field 1 | 1 byte               | $X_18    |
     +-----------------+----------------------+----------+
-    
-    
+
+
     X_19
     ****
-    
+
     +------------------+----------+------------------------+
     | Name             | Size     | Contents               |
     +==================+==========+========================+
@@ -18989,11 +18989,11 @@ Full description
     +------------------+----------+------------------------+
     | commitment_proof | 96 bytes | bytes                  |
     +------------------+----------+------------------------+
-    
-    
+
+
     X_20
     ****
-    
+
     +-------+----------+------------------+
     | Name  | Size     | Contents         |
     +=======+==========+==================+
@@ -19001,11 +19001,11 @@ Full description
     +-------+----------+------------------+
     | bob   | 21 bytes | $public_key_hash |
     +-------+----------+------------------+
-    
-    
+
+
     X_21
     ****
-    
+
     +-----------------+---------+----------------------------------+
     | Name            | Size    | Contents                         |
     +=================+=========+==================================+
@@ -19015,14 +19015,14 @@ Full description
     +-----------------+---------+----------------------------------+
     | page_index      | 2 bytes | signed 16-bit big-endian integer |
     +-----------------+---------+----------------------------------+
-    
-    
+
+
     X_22 (Determined from data, 8-bit tag)
     **************************************
-    
+
     raw data proof (tag 0)
     ======================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19032,21 +19032,21 @@ Full description
     +-----------------------+----------+------------------------------------+
     | raw_data              | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     metadata proof (tag 1)
     ======================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     dal page proof (tag 2)
     ======================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19058,24 +19058,24 @@ Full description
     +-----------------------+----------+------------------------------------+
     | dal_proof             | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     dal parameters proof (tag 3)
     ============================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_23 (Determined from data, 8-bit tag)
     **************************************
-    
+
     inbox proof (tag 0)
     ===================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -19089,11 +19089,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | serialized_proof      | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     reveal proof (tag 1)
     ====================
-    
+
     +--------------+----------------------+------------------------+
     | Name         | Size                 | Contents               |
     +==============+======================+========================+
@@ -19101,21 +19101,21 @@ Full description
     +--------------+----------------------+------------------------+
     | reveal_proof | Determined from data | $X_22                  |
     +--------------+----------------------+------------------------+
-    
-    
+
+
     first input (tag 2)
     ===================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     X_24
     ****
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -19125,14 +19125,14 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | tick                        | Determined from data | $N.t                                |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_25 (Determined from data, 8-bit tag)
     **************************************
-    
+
     Dissection (tag 0)
     ==================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19142,11 +19142,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_24                  |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Proof (tag 1)
     =============
-    
+
     +-----------------------------------+----------------------+-------------------------------------+
     | Name                              | Size                 | Contents                            |
     +===================================+======================+=====================================+
@@ -19160,14 +19160,14 @@ Full description
     +-----------------------------------+----------------------+-------------------------------------+
     | input_proof                       | Determined from data | $X_23                               |
     +-----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     X_26 (Determined from data, 8-bit tag)
     **************************************
-    
+
     Start (tag 0)
     =============
-    
+
     +--------------------------+----------+------------------------+
     | Name                     | Size     | Contents               |
     +==========================+==========+========================+
@@ -19177,11 +19177,11 @@ Full description
     +--------------------------+----------+------------------------+
     | opponent_commitment_hash | 32 bytes | bytes                  |
     +--------------------------+----------+------------------------+
-    
-    
+
+
     Move (tag 1)
     ============
-    
+
     +--------+----------------------+------------------------+
     | Name   | Size                 | Contents               |
     +========+======================+========================+
@@ -19191,11 +19191,11 @@ Full description
     +--------+----------------------+------------------------+
     | step   | Determined from data | $X_25                  |
     +--------+----------------------+------------------------+
-    
-    
+
+
     X_27
     ****
-    
+
     +------------------+----------+----------------------------------+
     | Name             | Size     | Contents                         |
     +==================+==========+==================================+
@@ -19207,11 +19207,11 @@ Full description
     +------------------+----------+----------------------------------+
     | number_of_ticks  | 8 bytes  | signed 64-bit big-endian integer |
     +------------------+----------+----------------------------------+
-    
-    
+
+
     X_29 (Enumeration: unsigned 8-bit integer):
     *******************************************
-    
+
     +-------------+----------------+
     | Case number | Encoded string |
     +=============+================+
@@ -19221,11 +19221,11 @@ Full description
     +-------------+----------------+
     | 2           | riscv          |
     +-------------+----------------+
-    
-    
+
+
     X_30
     ****
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19233,14 +19233,14 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $public_key_hash       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     public_key (Determined from data, 8-bit tag)
     ********************************************
-    
+
     Ed25519 (tag 0)
     ===============
-    
+
     +--------------------+----------+------------------------+
     | Name               | Size     | Contents               |
     +====================+==========+========================+
@@ -19248,11 +19248,11 @@ Full description
     +--------------------+----------+------------------------+
     | Ed25519.Public_key | 32 bytes | bytes                  |
     +--------------------+----------+------------------------+
-    
-    
+
+
     Secp256k1 (tag 1)
     =================
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -19260,11 +19260,11 @@ Full description
     +----------------------+----------+------------------------+
     | Secp256k1.Public_key | 33 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     P256 (tag 2)
     ============
-    
+
     +-----------------+----------+------------------------+
     | Name            | Size     | Contents               |
     +=================+==========+========================+
@@ -19272,11 +19272,11 @@ Full description
     +-----------------+----------+------------------------+
     | P256.Public_key | 33 bytes | bytes                  |
     +-----------------+----------+------------------------+
-    
-    
+
+
     Bls (tag 3)
     ===========
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -19284,14 +19284,14 @@ Full description
     +----------------------+----------+------------------------+
     | Bls12_381.Public_key | 48 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     beta.contract_id.originated (22 bytes, 8-bit tag)
     *************************************************
-    
+
     Originated (tag 1)
     ==================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -19301,11 +19301,11 @@ Full description
     +---------------+----------+------------------------+
     | padding       | 1 byte   | padding                |
     +---------------+----------+------------------------+
-    
-    
+
+
     beta.scripted.contracts
     ***********************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19317,114 +19317,114 @@ Full description
     +-----------------------+----------+------------------------------------+
     | storage               | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.entrypoint (Determined from data, 8-bit tag)
     *************************************************
-    
+
     default (tag 0)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     root (tag 1)
     ============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     do (tag 2)
     ==========
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     set_delegate (tag 3)
     ====================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     remove_delegate (tag 4)
     =======================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     deposit (tag 5)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     stake (tag 6)
     =============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     unstake (tag 7)
     ===============
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     finalize_unstake (tag 8)
     ========================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     set_delegate_parameters (tag 9)
     ===============================
-    
+
     +------+--------+------------------------+
     | Name | Size   | Contents               |
     +======+========+========================+
     | Tag  | 1 byte | unsigned 8-bit integer |
     +------+--------+------------------------+
-    
-    
+
+
     named (tag 255)
     ===============
-    
+
     +-----------------------+----------+------------------------+
     | Name                  | Size     | Contents               |
     +=======================+==========+========================+
@@ -19434,11 +19434,11 @@ Full description
     +-----------------------+----------+------------------------+
     | Unnamed field 0       | Variable | bytes                  |
     +-----------------------+----------+------------------------+
-    
-    
+
+
     X_31
     ****
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -19448,11 +19448,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | value                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     X_32
     ****
-    
+
     +-----------------+-----------+----------+
     | Name            | Size      | Contents |
     +=================+===========+==========+
@@ -19460,14 +19460,14 @@ Full description
     +-----------------+-----------+----------+
     | Unnamed field 1 | 100 bytes | bytes    |
     +-----------------+-----------+----------+
-    
-    
+
+
     beta.inlined.preattestation.contents (43 bytes, 8-bit tag)
     **********************************************************
-    
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -19481,11 +19481,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     beta.inlined.preattestation
     ***************************
-    
+
     +------------+----------+---------------------------------------+
     | Name       | Size     | Contents                              |
     +============+==========+=======================================+
@@ -19495,11 +19495,11 @@ Full description
     +------------+----------+---------------------------------------+
     | signature  | Variable | bytes                                 |
     +------------+----------+---------------------------------------+
-    
-    
+
+
     fitness.elem
     ************
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19507,11 +19507,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     beta.block_header.alpha.full_header
     ***********************************
-    
+
     +---------------------------------------+----------+-------------------------------------+
     | Name                                  | Size     | Contents                            |
     +=======================================+==========+=====================================+
@@ -19547,14 +19547,14 @@ Full description
     +---------------------------------------+----------+-------------------------------------+
     | signature                             | Variable | bytes                               |
     +---------------------------------------+----------+-------------------------------------+
-    
-    
+
+
     beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag)
     ***************************************************************************
-    
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -19568,11 +19568,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -19588,11 +19588,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | dal_attestation    | Determined from data | $Z.t                               |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     beta.inlined.attestation
     ************************
-    
+
     +------------+----------------------+--------------------------------------------+
     | Name       | Size                 | Contents                                   |
     +============+======================+============================================+
@@ -19602,14 +19602,14 @@ Full description
     +------------+----------------------+--------------------------------------------+
     | signature  | Variable             | bytes                                      |
     +------------+----------------------+--------------------------------------------+
-    
-    
+
+
     beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag)
     ***********************************************************************************
-    
+
     Seed_nonce_revelation (tag 1)
     =============================
-    
+
     +-------+----------+----------------------------------+
     | Name  | Size     | Contents                         |
     +=======+==========+==================================+
@@ -19619,11 +19619,11 @@ Full description
     +-------+----------+----------------------------------+
     | nonce | 32 bytes | bytes                            |
     +-------+----------+----------------------------------+
-    
-    
+
+
     Double_attestation_evidence (tag 2)
     ===================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19637,11 +19637,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.attestation          |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Double_baking_evidence (tag 3)
     ==============================
-    
+
     +-----------------------+----------+--------------------------------------+
     | Name                  | Size     | Contents                             |
     +=======================+==========+======================================+
@@ -19655,11 +19655,11 @@ Full description
     +-----------------------+----------+--------------------------------------+
     | bh2                   | Variable | $beta.block_header.alpha.full_header |
     +-----------------------+----------+--------------------------------------+
-    
-    
+
+
     Activate_account (tag 4)
     ========================
-    
+
     +--------+----------+------------------------+
     | Name   | Size     | Contents               |
     +========+==========+========================+
@@ -19669,11 +19669,11 @@ Full description
     +--------+----------+------------------------+
     | secret | 20 bytes | bytes                  |
     +--------+----------+------------------------+
-    
-    
+
+
     Proposals (tag 5)
     =================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19687,11 +19687,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | proposals             | Variable | sequence of at most 20 bytes       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Ballot (tag 6)
     ==============
-    
+
     +----------+----------+----------------------------------+
     | Name     | Size     | Contents                         |
     +==========+==========+==================================+
@@ -19705,11 +19705,11 @@ Full description
     +----------+----------+----------------------------------+
     | ballot   | 1 byte   | signed 8-bit integer             |
     +----------+----------+----------------------------------+
-    
-    
+
+
     Double_preattestation_evidence (tag 7)
     ======================================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19723,11 +19723,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | op2                   | Variable | $beta.inlined.preattestation       |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Vdf_revelation (tag 8)
     ======================
-    
+
     +----------+-----------+------------------------+
     | Name     | Size      | Contents               |
     +==========+===========+========================+
@@ -19735,11 +19735,11 @@ Full description
     +----------+-----------+------------------------+
     | solution | 200 bytes | $X_32                  |
     +----------+-----------+------------------------+
-    
-    
+
+
     Drain_delegate (tag 9)
     ======================
-    
+
     +---------------+----------+------------------------+
     | Name          | Size     | Contents               |
     +===============+==========+========================+
@@ -19751,11 +19751,11 @@ Full description
     +---------------+----------+------------------------+
     | destination   | 21 bytes | $public_key_hash       |
     +---------------+----------+------------------------+
-    
-    
+
+
     Failing_noop (tag 17)
     =====================
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -19765,11 +19765,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | arbitrary             | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     Preattestation (tag 20)
     =======================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -19783,11 +19783,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation (tag 21)
     ====================
-    
+
     +--------------------+----------+------------------------------------+
     | Name               | Size     | Contents                           |
     +====================+==========+====================================+
@@ -19801,11 +19801,11 @@ Full description
     +--------------------+----------+------------------------------------+
     | block_payload_hash | 32 bytes | bytes                              |
     +--------------------+----------+------------------------------------+
-    
-    
+
+
     Attestation_with_dal (tag 23)
     =============================
-    
+
     +--------------------+----------------------+------------------------------------+
     | Name               | Size                 | Contents                           |
     +====================+======================+====================================+
@@ -19821,11 +19821,11 @@ Full description
     +--------------------+----------------------+------------------------------------+
     | dal_attestation    | Determined from data | $Z.t                               |
     +--------------------+----------------------+------------------------------------+
-    
-    
+
+
     Reveal (tag 107)
     ================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -19843,11 +19843,11 @@ Full description
     +---------------+----------------------+------------------------+
     | public_key    | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transaction (tag 108)
     =====================
-    
+
     +----------------------------------+----------------------+-------------------------------------+
     | Name                             | Size                 | Contents                            |
     +==================================+======================+=====================================+
@@ -19871,11 +19871,11 @@ Full description
     +----------------------------------+----------------------+-------------------------------------+
     | parameters                       | Determined from data | $X_31                               |
     +----------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Origination (tag 109)
     =====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -19899,11 +19899,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | script                         | Determined from data | $beta.scripted.contracts            |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Delegation (tag 110)
     ====================
-    
+
     +--------------------------------+----------------------+-------------------------------------+
     | Name                           | Size                 | Contents                            |
     +================================+======================+=====================================+
@@ -19923,11 +19923,11 @@ Full description
     +--------------------------------+----------------------+-------------------------------------+
     | delegate                       | 21 bytes             | $public_key_hash                    |
     +--------------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Register_global_constant (tag 111)
     ==================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -19947,11 +19947,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | value                 | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Set_deposits_limit (tag 112)
     ============================
-    
+
     +-----------------------------+----------------------+-------------------------------------+
     | Name                        | Size                 | Contents                            |
     +=============================+======================+=====================================+
@@ -19971,11 +19971,11 @@ Full description
     +-----------------------------+----------------------+-------------------------------------+
     | limit                       | Determined from data | $N.t                                |
     +-----------------------------+----------------------+-------------------------------------+
-    
-    
+
+
     Increase_paid_storage (tag 113)
     ===============================
-    
+
     +---------------+----------------------+------------------------------+
     | Name          | Size                 | Contents                     |
     +===============+======================+==============================+
@@ -19995,11 +19995,11 @@ Full description
     +---------------+----------------------+------------------------------+
     | destination   | 22 bytes             | $beta.contract_id.originated |
     +---------------+----------------------+------------------------------+
-    
-    
+
+
     Update_consensus_key (tag 114)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20017,11 +20017,11 @@ Full description
     +---------------+----------------------+------------------------+
     | pk            | Determined from data | $public_key            |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Transfer_ticket (tag 158)
     =========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -20055,11 +20055,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | entrypoint            | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_originate (tag 200)
     ================================
-    
+
     +---------------------------------+----------------------+-----------------------------------------------------------+
     | Name                            | Size                 | Contents                                                  |
     +=================================+======================+===========================================================+
@@ -20089,11 +20089,11 @@ Full description
     +---------------------------------+----------------------+-----------------------------------------------------------+
     | whitelist                       | Determined from data | $X_30                                                     |
     +---------------------------------+----------------------+-----------------------------------------------------------+
-    
-    
+
+
     Smart_rollup_add_messages (tag 201)
     ===================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -20113,11 +20113,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | message               | Variable             | sequence of $X_4                   |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_cement (tag 202)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20135,11 +20135,11 @@ Full description
     +---------------+----------------------+------------------------+
     | rollup        | 20 bytes             | bytes                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_publish (tag 203)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20159,11 +20159,11 @@ Full description
     +---------------+----------------------+------------------------+
     | commitment    | 76 bytes             | $X_27                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_refute (tag 204)
     =============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20185,11 +20185,11 @@ Full description
     +---------------+----------------------+------------------------+
     | refutation    | Determined from data | $X_26                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_timeout (tag 205)
     ==============================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20209,11 +20209,11 @@ Full description
     +---------------+----------------------+------------------------+
     | stakers       | 42 bytes             | $X_20                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Smart_rollup_execute_outbox_message (tag 206)
     =============================================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -20237,11 +20237,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | output_proof          | Variable             | bytes                              |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Smart_rollup_recover_bond (tag 207)
     ===================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20261,11 +20261,11 @@ Full description
     +---------------+----------------------+------------------------+
     | staker        | 21 bytes             | $public_key_hash       |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Dal_publish_commitment (tag 230)
     ================================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20283,11 +20283,11 @@ Full description
     +---------------+----------------------+------------------------+
     | slot_header   | 145 bytes            | $X_19                  |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Zk_rollup_origination (tag 250)
     ===============================
-    
+
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | Name                  | Size                 | Contents                                                                |
     +=======================+======================+=========================================================================+
@@ -20317,11 +20317,11 @@ Full description
     +-----------------------+----------------------+-------------------------------------------------------------------------+
     | nb_ops                | 4 bytes              | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 |
     +-----------------------+----------------------+-------------------------------------------------------------------------+
-    
-    
+
+
     Zk_rollup_publish (tag 251)
     ===========================
-    
+
     +-----------------------+----------------------+------------------------------------+
     | Name                  | Size                 | Contents                           |
     +=======================+======================+====================================+
@@ -20343,11 +20343,11 @@ Full description
     +-----------------------+----------------------+------------------------------------+
     | op                    | Variable             | sequence of $X_10                  |
     +-----------------------+----------------------+------------------------------------+
-    
-    
+
+
     Zk_rollup_update (tag 252)
     ==========================
-    
+
     +---------------+----------------------+------------------------+
     | Name          | Size                 | Contents               |
     +===============+======================+========================+
@@ -20367,11 +20367,11 @@ Full description
     +---------------+----------------------+------------------------+
     | update        | Determined from data | $X_2                   |
     +---------------+----------------------+------------------------+
-    
-    
+
+
     Signature_prefix (tag 255)
     ==========================
-    
+
     +------------------+----------+------------------------+
     | Name             | Size     | Contents               |
     +==================+==========+========================+
@@ -20379,11 +20379,11 @@ Full description
     +------------------+----------+------------------------+
     | signature_prefix | 33 bytes | $bls_signature_prefix  |
     +------------------+----------+------------------------+
-    
-    
+
+
     next_operation
     **************
-    
+
     +-------------------------------+----------+----------------------------------------------------------------+
     | Name                          | Size     | Contents                                                       |
     +===============================+==========+================================================================+
@@ -20397,11 +20397,11 @@ Full description
     +-------------------------------+----------+----------------------------------------------------------------+
     | signature_suffix              | 64 bytes | bytes                                                          |
     +-------------------------------+----------+----------------------------------------------------------------+
-    
-    
+
+
     X_1
     ***
-    
+
     +--------------------------+----------+------------------------------------+
     | Name                     | Size     | Contents                           |
     +==========================+==========+====================================+
@@ -20411,7 +20411,7 @@ Full description
     +--------------------------+----------+------------------------------------+
     | Unnamed field 0          | Variable | sequence of $next_operation        |
     +--------------------------+----------+------------------------------------+
-    
+
     
@@ -20512,11 +20512,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | operations | Variable | sequence of $X_0 | +-----------------------+----------------------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -20524,11 +20524,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + block_header.shell ****************** - + +----------------------------+----------+------------------------------------+ | Name | Size | Contents | +============================+==========+====================================+ @@ -20550,11 +20550,11 @@ Full description +----------------------------+----------+------------------------------------+ | context | 32 bytes | bytes | +----------------------------+----------+------------------------------------+ - - + + X_1 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -20566,11 +20566,11 @@ Full description +--------------------------+----------+------------------------------------+ | data | Variable | bytes | +--------------------------+----------+------------------------------------+ - - + + X_2 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -20586,11 +20586,11 @@ Full description +--------------------------+----------+------------------------------------+ | error | Variable | bytes | +--------------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -20614,10 +20614,10 @@ Full description +-----------------------+----------+------------------------------------+ | branch_delayed | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--preapply--operations : @@ -20625,7 +20625,7 @@ Full description **POST ..//helpers/preapply/operations?[version=]** .. raw:: html - +
@@ -21281,7 +21281,7 @@ Full description "annots"?: [ $unistring ... ] } $next_operation: /* An operation's shell header. */ - { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": $block_hash, "contents": [ $beta.operation.alpha.contents ... ], "signature"?: $Signature.V1 } @@ -21323,14 +21323,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $next_operation | +-----------------------+----------+------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -21338,14 +21338,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -21353,11 +21353,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -21365,11 +21365,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -21377,11 +21377,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -21389,23 +21389,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21413,11 +21413,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -21429,11 +21429,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -21441,11 +21441,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21455,11 +21455,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -21467,11 +21467,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21479,11 +21479,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -21501,23 +21501,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -21525,11 +21525,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -21545,11 +21545,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -21869,14 +21869,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -21884,11 +21884,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21898,11 +21898,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -21912,11 +21912,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -21924,11 +21924,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -21940,11 +21940,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -21954,11 +21954,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -21972,11 +21972,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -21988,11 +21988,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -22008,11 +22008,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -22028,11 +22028,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22042,14 +22042,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22057,11 +22057,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -22071,24 +22071,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==========+======================+=========================================+ @@ -22100,11 +22100,11 @@ Full description +----------+----------------------+-----------------------------------------+ | ticketer | 22 bytes | $beta.contract_id | +----------+----------------------+-----------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -22112,44 +22112,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -22157,11 +22157,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -22171,11 +22171,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -22183,11 +22183,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -22197,14 +22197,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22214,21 +22214,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22240,24 +22240,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -22271,11 +22271,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -22283,21 +22283,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -22307,14 +22307,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22324,11 +22324,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -22342,14 +22342,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -22359,11 +22359,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -22373,11 +22373,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -22389,11 +22389,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -22403,11 +22403,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22415,14 +22415,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -22430,11 +22430,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -22442,11 +22442,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -22454,11 +22454,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -22466,14 +22466,14 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -22483,11 +22483,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.scripted.contracts *********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22499,114 +22499,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.entrypoint (Determined from data, 8-bit tag) ************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -22616,11 +22616,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -22630,11 +22630,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_30 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -22642,14 +22642,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + beta.inlined.preattestation.contents (43 bytes, 8-bit tag) ********************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -22663,11 +22663,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + beta.inlined.preattestation *************************** - + +------------+----------+---------------------------------------+ | Name | Size | Contents | +============+==========+=======================================+ @@ -22677,11 +22677,11 @@ Full description +------------+----------+---------------------------------------+ | signature | Variable | bytes | +------------+----------+---------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22689,104 +22689,104 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + beta.block_header.alpha.full_header *********************************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -22822,14 +22822,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag) *************************************************************************** - + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -22843,11 +22843,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -22863,11 +22863,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + beta.inlined.attestation ************************ - + +------------+----------------------+--------------------------------------------+ | Name | Size | Contents | +============+======================+============================================+ @@ -22877,14 +22877,14 @@ Full description +------------+----------------------+--------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+--------------------------------------------+ - - + + beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) *********************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -22894,11 +22894,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22912,11 +22912,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -22930,11 +22930,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -22944,11 +22944,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22962,11 +22962,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -22980,11 +22980,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22998,11 +22998,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -23010,11 +23010,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_30 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -23026,11 +23026,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -23040,11 +23040,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -23058,11 +23058,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -23076,11 +23076,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -23096,11 +23096,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23118,11 +23118,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -23146,11 +23146,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_29 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -23174,11 +23174,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -23198,11 +23198,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23222,11 +23222,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -23246,11 +23246,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -23270,11 +23270,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23292,11 +23292,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23330,11 +23330,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -23364,11 +23364,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23388,11 +23388,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23410,11 +23410,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23434,11 +23434,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23460,11 +23460,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23484,11 +23484,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23512,11 +23512,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23536,11 +23536,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23558,11 +23558,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -23592,11 +23592,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23618,11 +23618,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -23642,11 +23642,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -23654,11 +23654,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + next_operation ************** - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -23672,7 +23672,7 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - +
@@ -26309,14 +26309,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -26324,11 +26324,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -26336,11 +26336,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -26348,11 +26348,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -26360,23 +26360,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -26384,11 +26384,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -26400,11 +26400,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -26412,11 +26412,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -26426,11 +26426,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -26438,11 +26438,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -26450,11 +26450,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -26472,23 +26472,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -26496,11 +26496,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -26516,11 +26516,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -26840,14 +26840,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -26855,11 +26855,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -26869,11 +26869,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -26883,11 +26883,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -26895,11 +26895,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -26911,11 +26911,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -26925,11 +26925,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -26943,11 +26943,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -26959,11 +26959,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -26979,11 +26979,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -26999,11 +26999,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27013,14 +27013,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -27028,11 +27028,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -27042,24 +27042,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==========+======================+=========================================+ @@ -27071,11 +27071,11 @@ Full description +----------+----------------------+-----------------------------------------+ | ticketer | 22 bytes | $beta.contract_id | +----------+----------------------+-----------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -27083,44 +27083,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -27128,11 +27128,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -27142,11 +27142,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -27154,11 +27154,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -27168,14 +27168,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27185,21 +27185,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27211,24 +27211,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -27242,11 +27242,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -27254,21 +27254,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -27278,14 +27278,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27295,11 +27295,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -27313,14 +27313,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -27330,11 +27330,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -27344,11 +27344,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -27360,11 +27360,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -27374,11 +27374,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27386,14 +27386,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -27401,11 +27401,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -27413,11 +27413,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -27425,11 +27425,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -27437,14 +27437,14 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -27454,11 +27454,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.scripted.contracts *********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27470,114 +27470,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.entrypoint (Determined from data, 8-bit tag) ************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -27587,11 +27587,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -27601,11 +27601,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_31 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -27613,14 +27613,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + beta.inlined.preattestation.contents (43 bytes, 8-bit tag) ********************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -27634,11 +27634,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + beta.inlined.preattestation *************************** - + +------------+----------+---------------------------------------+ | Name | Size | Contents | +============+==========+=======================================+ @@ -27648,11 +27648,11 @@ Full description +------------+----------+---------------------------------------+ | signature | Variable | bytes | +------------+----------+---------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27660,104 +27660,104 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + beta.block_header.alpha.full_header *********************************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -27793,14 +27793,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag) *************************************************************************** - + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -27814,11 +27814,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -27834,11 +27834,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + beta.inlined.attestation ************************ - + +------------+----------------------+--------------------------------------------+ | Name | Size | Contents | +============+======================+============================================+ @@ -27848,14 +27848,14 @@ Full description +------------+----------------------+--------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+--------------------------------------------+ - - + + beta.operation.alpha.contents (Determined from data, 8-bit tag) *************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -27865,11 +27865,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27883,11 +27883,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -27901,11 +27901,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -27915,11 +27915,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27933,11 +27933,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -27951,11 +27951,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27969,11 +27969,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -27981,11 +27981,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_31 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -27997,11 +27997,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -28011,11 +28011,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -28029,11 +28029,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -28047,11 +28047,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -28067,11 +28067,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28089,11 +28089,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -28117,11 +28117,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_30 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -28145,11 +28145,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -28169,11 +28169,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -28193,11 +28193,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -28217,11 +28217,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -28241,11 +28241,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28263,11 +28263,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -28301,11 +28301,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -28335,11 +28335,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -28359,11 +28359,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28381,11 +28381,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28405,11 +28405,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28431,11 +28431,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28455,11 +28455,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -28483,11 +28483,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28507,11 +28507,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28529,11 +28529,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -28563,11 +28563,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -28589,11 +28589,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -28613,14 +28613,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + beta.staker (Determined from data, 8-bit tag) ********************************************* - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -28630,11 +28630,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -28642,14 +28642,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + beta.bond_id (21 bytes, 8-bit tag) ********************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -28657,14 +28657,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + beta.frozen_staker (Determined from data, 8-bit tag) **************************************************** - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -28674,11 +28674,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -28686,11 +28686,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -28698,11 +28698,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -28710,14 +28710,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_42 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -28727,11 +28727,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28739,11 +28739,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -28753,11 +28753,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28765,11 +28765,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28777,11 +28777,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28789,11 +28789,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28801,11 +28801,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28813,11 +28813,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28825,11 +28825,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -28843,11 +28843,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28855,11 +28855,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28867,11 +28867,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -28881,11 +28881,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28893,11 +28893,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28905,11 +28905,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28917,11 +28917,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28929,11 +28929,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -28945,11 +28945,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28957,11 +28957,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -28969,11 +28969,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -28985,11 +28985,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -28999,11 +28999,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -29013,54 +29013,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_43 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -29068,11 +29068,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_41 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -29080,11 +29080,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_43 | +-----------------+----------------------+----------+ - - + + X_44 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29092,14 +29092,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) **************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -29113,11 +29113,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29127,21 +29127,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -29159,14 +29159,14 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + beta.transaction_destination (22 bytes, 8-bit tag) ************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -29174,11 +29174,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -29188,11 +29188,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -29202,11 +29202,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -29216,14 +29216,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + beta.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -29231,11 +29231,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29245,21 +29245,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -29271,14 +29271,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -29290,11 +29290,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29304,21 +29304,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -29334,11 +29334,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29356,11 +29356,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_66 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -29368,11 +29368,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_65 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -29384,14 +29384,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_71 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -29399,21 +29399,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_65 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -29423,11 +29423,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_65 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -29437,11 +29437,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_72 **** - + +-----------------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================+ @@ -29453,14 +29453,14 @@ Full description +-----------------------------+----------------------+-----------------------------------------+ | value | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------------+----------------------+-----------------------------------------+ - - + + X_83 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29470,21 +29470,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_72 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -29496,11 +29496,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_72 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================+ @@ -29514,14 +29514,14 @@ Full description +-----------------------+----------------------+-----------------------------------------+ | value_type | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------+----------------------+-----------------------------------------+ - - + + X_84 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -29531,11 +29531,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_83 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -29545,11 +29545,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_71 | +------+----------------------+------------------------+ - - + + beta.lazy_storage_diff ********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29557,14 +29557,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_84 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -29588,11 +29588,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29602,21 +29602,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -29644,11 +29644,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + X_111 ***** - + +--------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==============+======================+=========================================+ @@ -29658,11 +29658,11 @@ Full description +--------------+----------------------+-----------------------------------------+ | content | Determined from data | $micheline.beta.michelson_v1.expression | +--------------+----------------------+-----------------------------------------+ - - + + X_114 ***** - + +---------+----------------------+-------------------------------+ | Name | Size | Contents | +=========+======================+===============================+ @@ -29670,11 +29670,11 @@ Full description +---------+----------------------+-------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+-------------------------------+ - - + + X_110 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -29684,14 +29684,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_114 | +-----------------------+----------------------+------------------------------------+ - - + + X_144 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -29725,11 +29725,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -29741,14 +29741,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_110 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -29756,11 +29756,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_144 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29770,21 +29770,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -29796,14 +29796,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_144 | +------------------------------+----------------------+-------------------------------------+ - - + + beta.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ************************************************************************************ - + transaction (tag 1) =================== - + +----------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=============================================================+ @@ -29823,11 +29823,11 @@ Full description +----------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+-------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=============================================================+ @@ -29847,11 +29847,11 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+-------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+============================================================+ @@ -29867,11 +29867,11 @@ Full description +--------------------------------+----------------------+------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=======================================================+ @@ -29893,11 +29893,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+-------------------------------------------------------+ - - + + X_40 **** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -29911,14 +29911,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ***************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -29932,11 +29932,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29946,21 +29946,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -29978,11 +29978,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_186 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -29996,14 +29996,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ********************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30019,11 +30019,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30033,21 +30033,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30067,11 +30067,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_329 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30085,14 +30085,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_475 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -30104,14 +30104,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + beta.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -30121,11 +30121,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30135,21 +30135,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -30163,11 +30163,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_470 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30181,14 +30181,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30200,11 +30200,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30214,21 +30214,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30244,11 +30244,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_606 ***** - + +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==================================================================+ @@ -30262,24 +30262,24 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ - - + + X_760 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -30287,14 +30287,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_29 | +-----------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) *********************************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30316,11 +30316,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30330,21 +30330,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30370,11 +30370,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_746 ***** - + +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+============================================================================+ @@ -30388,37 +30388,37 @@ Full description +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ - - + + X_906 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_907 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -30428,34 +30428,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_908 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -30463,14 +30463,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_907 | +--------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30484,11 +30484,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30498,21 +30498,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30530,11 +30530,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_901 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30548,14 +30548,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30571,11 +30571,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30585,21 +30585,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30619,11 +30619,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1200 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30637,14 +30637,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -30656,11 +30656,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30670,21 +30670,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -30700,11 +30700,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1340 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30718,11 +30718,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_1475 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30736,14 +30736,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30761,11 +30761,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30775,21 +30775,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30811,11 +30811,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1611 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30829,14 +30829,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30854,11 +30854,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30868,21 +30868,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30904,11 +30904,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1751 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -30922,14 +30922,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -30945,11 +30945,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30959,21 +30959,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -30993,11 +30993,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2309 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -31011,11 +31011,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2449 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -31029,11 +31029,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2589 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -31047,14 +31047,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2809 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -31088,11 +31088,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31104,14 +31104,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_110 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) *********************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -31119,11 +31119,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_2809 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31133,21 +31133,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -31159,11 +31159,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_2809 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2770 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -31177,11 +31177,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_3108 ****** - + +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=========================================================================+ @@ -31195,11 +31195,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ - - + + X_3120 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -31209,11 +31209,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation_metadata.alpha.balance_updates ********************************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31221,11 +31221,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_41 | +-----------------------+----------+------------------------------------+ - - + + X_3128 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -31237,14 +31237,14 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ************************************************************************************ - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -31256,11 +31256,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31276,11 +31276,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------------------+--------------------------------------+ | Name | Size | Contents | +=======================+======================+======================================+ @@ -31296,11 +31296,11 @@ Full description +-----------------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -31312,11 +31312,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31330,11 +31330,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -31348,11 +31348,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31368,11 +31368,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -31382,11 +31382,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31400,11 +31400,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3120 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -31420,11 +31420,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -31440,11 +31440,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -31462,11 +31462,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31486,11 +31486,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1475 | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -31516,11 +31516,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2770 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -31546,11 +31546,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2589 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -31572,11 +31572,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2449 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31598,11 +31598,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2309 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -31624,11 +31624,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1475 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -31650,11 +31650,11 @@ Full description +---------------+----------------------+------------------------------+ | metadata | Determined from data | $X_606 | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31674,11 +31674,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1475 | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31714,11 +31714,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1751 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -31750,11 +31750,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1611 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31776,11 +31776,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1475 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31800,11 +31800,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1340 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31826,11 +31826,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1200 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31854,11 +31854,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_901 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31880,11 +31880,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_901 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31910,11 +31910,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_746 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31936,11 +31936,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_606 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -31960,11 +31960,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_470 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -31996,11 +31996,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_329 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -32024,11 +32024,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_186 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -32050,14 +32050,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_40 | +---------------+----------------------+------------------------+ - - + + X_3146 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-----------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=================================================================+ @@ -32069,11 +32069,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+--------------------------------------------+ | Name | Size | Contents | +=======================+==========+============================================+ @@ -32085,11 +32085,11 @@ Full description +-----------------------+----------+--------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+--------------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -32097,10 +32097,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3146 | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--live_blocks : @@ -32108,7 +32108,7 @@ Full description **GET ..//live_blocks** .. raw:: html - +
@@ -32137,11 +32137,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--metadata : @@ -32149,7 +32149,7 @@ Full description **GET ..//metadata?[version=]** .. raw:: html - +
@@ -33169,8 +33169,8 @@ Full description /* A block identifier (Base58Check-encoded) */ $unistring $block_header_metadata: - { "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", - "next_protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + { "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", + "next_protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "test_chain_status": $test_chain_status, "max_operations_ttl": integer ∈ [-2^30, 2^30], "max_operation_data_length": integer ∈ [-2^30, 2^30], @@ -33371,24 +33371,24 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | dal_attestation | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + test_chain_status (Determined from data, 8-bit tag) *************************************************** - + Not_running (tag 0) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Forking (tag 1) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -33398,11 +33398,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + Running (tag 2) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -33416,11 +33416,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + X_1 *** - + +------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==============================+=========+=========================================================================+ @@ -33430,11 +33430,11 @@ Full description +------------------------------+---------+-------------------------------------------------------------------------+ | max_op | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -33442,14 +33442,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -33457,11 +33457,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33469,11 +33469,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -33481,11 +33481,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33493,11 +33493,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 *** - + +---------------------+---------+-------------------------------------+ | Name | Size | Contents | +=====================+=========+=====================================+ @@ -33511,64 +33511,64 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - - + + X_5 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_4 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -33578,11 +33578,11 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - - + + X_3 *** - + +---------------+---------+----------------------------------+ | Name | Size | Contents | +===============+=========+==================================+ @@ -33592,24 +33592,24 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_6 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-------------+----------+------------------------+ | Name | Size | Contents | +=============+==========+========================+ @@ -33617,14 +33617,14 @@ Full description +-------------+----------+------------------------+ | cycle_nonce | 32 bytes | bytes | +-------------+----------+------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33632,11 +33632,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -33646,14 +33646,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.staker (Determined from data, 8-bit tag) ********************************************* - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -33663,11 +33663,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -33675,14 +33675,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + beta.bond_id (21 bytes, 8-bit tag) ********************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -33690,14 +33690,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + beta.frozen_staker (Determined from data, 8-bit tag) **************************************************** - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -33707,11 +33707,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -33719,11 +33719,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -33731,11 +33731,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -33743,14 +33743,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_8 (Determined from data, 8-bit tag) ************************************* - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -33760,11 +33760,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33772,11 +33772,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -33786,11 +33786,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33798,11 +33798,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33810,11 +33810,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33822,11 +33822,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33834,11 +33834,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33846,11 +33846,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33858,11 +33858,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -33876,11 +33876,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33888,11 +33888,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33900,11 +33900,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -33914,11 +33914,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33926,11 +33926,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33938,11 +33938,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33950,11 +33950,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33962,11 +33962,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -33978,11 +33978,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -33990,11 +33990,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -34002,11 +34002,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -34018,11 +34018,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -34032,11 +34032,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -34046,54 +34046,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_9 (Determined from data, 8-bit tag) ************************************* - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -34101,11 +34101,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_7 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -34113,38 +34113,38 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_9 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -34154,11 +34154,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34176,11 +34176,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_23 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -34188,11 +34188,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_22 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -34204,14 +34204,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_28 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -34219,21 +34219,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_22 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -34243,11 +34243,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_22 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -34257,11 +34257,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -34581,14 +34581,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -34596,11 +34596,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34610,11 +34610,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -34624,11 +34624,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -34636,11 +34636,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -34652,11 +34652,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -34666,11 +34666,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -34684,11 +34684,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -34700,11 +34700,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -34720,11 +34720,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -34740,11 +34740,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34754,11 +34754,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_29 **** - + +-----------------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================+ @@ -34770,14 +34770,14 @@ Full description +-----------------------------+----------------------+-----------------------------------------+ | value | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------------+----------------------+-----------------------------------------+ - - + + X_40 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34787,21 +34787,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_29 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -34813,11 +34813,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_29 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================+ @@ -34831,14 +34831,14 @@ Full description +-----------------------+----------------------+-----------------------------------------+ | value_type | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------+----------------------+-----------------------------------------+ - - + + X_41 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -34848,11 +34848,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_40 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -34862,11 +34862,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_28 | +------+----------------------+------------------------+ - - + + beta.lazy_storage_diff ********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34874,11 +34874,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_41 | +-----------------------+----------+------------------------------------+ - - + + X_43 **** - + +--------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==============+======================+=========================================+ @@ -34888,14 +34888,14 @@ Full description +--------------+----------------------+-----------------------------------------+ | content | Determined from data | $micheline.beta.michelson_v1.expression | +--------------+----------------------+-----------------------------------------+ - - + + beta.transaction_destination (22 bytes, 8-bit tag) ************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34903,11 +34903,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -34917,11 +34917,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -34931,11 +34931,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -34945,11 +34945,11 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + X_46 **** - + +---------+----------------------+-------------------------------+ | Name | Size | Contents | +=========+======================+===============================+ @@ -34957,11 +34957,11 @@ Full description +---------+----------------------+-------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+-------------------------------+ - - + + X_42 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -34971,14 +34971,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_46 | +-----------------------+----------------------+------------------------------------+ - - + + X_76 (Determined from data, 8-bit tag) ************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -35012,11 +35012,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -35028,14 +35028,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_42 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.successful_manager_operation_result (Determined from data, 8-bit tag) ****************************************************************************************** - + reveal (tag 0) ============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -35043,11 +35043,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + transaction (tag 1) =================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -35055,11 +35055,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_76 | +-----------------+----------------------+------------------------+ - - + + origination (tag 2) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -35083,11 +35083,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + delegation (tag 3) ================== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -35099,11 +35099,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_7 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + set_deposits_limit (tag 5) ========================== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -35111,11 +35111,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + update_consensus_key (tag 6) ============================ - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -35123,11 +35123,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + increase_paid_storage (tag 9) ============================= - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -35139,11 +35139,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + smart_rollup_originate (tag 200) ================================ - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -35161,10 +35161,10 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - +
- + .. _GET_..--block_id--metadata_hash : @@ -35172,7 +35172,7 @@ Full description **GET ..//metadata_hash** .. raw:: html - +
@@ -35197,11 +35197,11 @@ Full description +=====================+==========+==========+ | Block_metadata_hash | 32 bytes | bytes | +---------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operation_hashes : @@ -35209,7 +35209,7 @@ Full description **GET ..//operation_hashes** .. raw:: html - +
@@ -35238,11 +35238,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -35250,17 +35250,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operation_hashes--list_offset : **GET ..//operation_hashes/** .. raw:: html - +
@@ -35289,18 +35289,18 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--operation_hashes--list_offset--operation_offset : **GET ..//operation_hashes//** .. raw:: html - +
@@ -35325,11 +35325,11 @@ Full description +================+==========+==========+ | Operation_hash | 32 bytes | bytes | +----------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operation_metadata_hashes : @@ -35337,7 +35337,7 @@ Full description **GET ..//operation_metadata_hashes** .. raw:: html - +
@@ -35366,11 +35366,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -35378,17 +35378,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operation_metadata_hashes--list_offset : **GET ..//operation_metadata_hashes/** .. raw:: html - +
@@ -35417,18 +35417,18 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--operation_metadata_hashes--list_offset--operation_offset : **GET ..//operation_metadata_hashes//** .. raw:: html - +
@@ -35453,11 +35453,11 @@ Full description +=========================+==========+==========+ | Operation_metadata_hash | 32 bytes | bytes | +-------------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operations : @@ -35465,7 +35465,7 @@ Full description **GET ..//operations?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -38065,7 +38065,7 @@ Full description "annots"?: [ $unistring ... ] } $operation: { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -38073,14 +38073,14 @@ Full description "signature"?: $Signature.V1, "metadata": "too large" } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, "contents": [ $beta.operation.alpha.contents ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -38088,7 +38088,7 @@ Full description [ $beta.operation.alpha.operation_contents_and_result ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -38143,14 +38143,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -38158,11 +38158,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -38170,11 +38170,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -38182,11 +38182,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -38194,23 +38194,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -38218,11 +38218,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -38234,11 +38234,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -38246,11 +38246,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -38260,11 +38260,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -38272,11 +38272,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -38284,11 +38284,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -38306,23 +38306,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -38330,11 +38330,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -38350,11 +38350,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -38674,14 +38674,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -38689,11 +38689,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -38703,11 +38703,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -38717,11 +38717,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -38729,11 +38729,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -38745,11 +38745,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -38759,11 +38759,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -38777,11 +38777,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -38793,11 +38793,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -38813,11 +38813,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -38833,11 +38833,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -38847,14 +38847,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -38862,11 +38862,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -38876,24 +38876,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==========+======================+=========================================+ @@ -38905,11 +38905,11 @@ Full description +----------+----------------------+-----------------------------------------+ | ticketer | 22 bytes | $beta.contract_id | +----------+----------------------+-----------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -38917,44 +38917,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -38962,11 +38962,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -38976,11 +38976,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -38988,11 +38988,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -39002,14 +39002,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39019,21 +39019,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39045,24 +39045,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -39076,11 +39076,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -39088,21 +39088,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -39112,14 +39112,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39129,11 +39129,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -39147,14 +39147,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -39164,11 +39164,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -39178,11 +39178,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -39194,11 +39194,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -39208,11 +39208,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39220,14 +39220,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -39235,11 +39235,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -39247,11 +39247,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -39259,11 +39259,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -39271,14 +39271,14 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -39288,11 +39288,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.scripted.contracts *********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39304,114 +39304,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.entrypoint (Determined from data, 8-bit tag) ************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -39421,11 +39421,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -39435,11 +39435,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_31 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -39447,14 +39447,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + beta.inlined.preattestation.contents (43 bytes, 8-bit tag) ********************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -39468,11 +39468,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + beta.inlined.preattestation *************************** - + +------------+----------+---------------------------------------+ | Name | Size | Contents | +============+==========+=======================================+ @@ -39482,11 +39482,11 @@ Full description +------------+----------+---------------------------------------+ | signature | Variable | bytes | +------------+----------+---------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39494,104 +39494,104 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + beta.block_header.alpha.full_header *********************************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -39627,14 +39627,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag) *************************************************************************** - + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -39648,11 +39648,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -39668,11 +39668,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + beta.inlined.attestation ************************ - + +------------+----------------------+--------------------------------------------+ | Name | Size | Contents | +============+======================+============================================+ @@ -39682,14 +39682,14 @@ Full description +------------+----------------------+--------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+--------------------------------------------+ - - + + beta.operation.alpha.contents (Determined from data, 8-bit tag) *************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -39699,11 +39699,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39717,11 +39717,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -39735,11 +39735,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -39749,11 +39749,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39767,11 +39767,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -39785,11 +39785,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39803,11 +39803,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -39815,11 +39815,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_31 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -39831,11 +39831,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39845,11 +39845,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -39863,11 +39863,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -39881,11 +39881,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -39901,11 +39901,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -39923,11 +39923,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -39951,11 +39951,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_30 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -39979,11 +39979,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -40003,11 +40003,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40027,11 +40027,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -40051,11 +40051,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -40075,11 +40075,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40097,11 +40097,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40135,11 +40135,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -40169,11 +40169,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40193,11 +40193,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40215,11 +40215,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40239,11 +40239,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40265,11 +40265,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40289,11 +40289,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40317,11 +40317,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40341,11 +40341,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40363,11 +40363,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -40397,11 +40397,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40423,11 +40423,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -40447,14 +40447,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + beta.staker (Determined from data, 8-bit tag) ********************************************* - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -40464,11 +40464,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -40476,14 +40476,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + beta.bond_id (21 bytes, 8-bit tag) ********************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -40491,14 +40491,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + beta.frozen_staker (Determined from data, 8-bit tag) **************************************************** - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -40508,11 +40508,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -40520,11 +40520,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -40532,11 +40532,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -40544,14 +40544,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_42 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -40561,11 +40561,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40573,11 +40573,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -40587,11 +40587,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40599,11 +40599,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40611,11 +40611,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40623,11 +40623,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40635,11 +40635,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40647,11 +40647,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40659,11 +40659,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -40677,11 +40677,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40689,11 +40689,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40701,11 +40701,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -40715,11 +40715,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40727,11 +40727,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40739,11 +40739,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40751,11 +40751,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40763,11 +40763,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -40779,11 +40779,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40791,11 +40791,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -40803,11 +40803,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -40819,11 +40819,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -40833,11 +40833,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -40847,54 +40847,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_43 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -40902,11 +40902,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_41 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -40914,11 +40914,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_43 | +-----------------+----------------------+----------+ - - + + X_44 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40926,14 +40926,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) **************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -40947,11 +40947,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40961,21 +40961,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -40993,14 +40993,14 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + beta.transaction_destination (22 bytes, 8-bit tag) ************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -41008,11 +41008,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -41022,11 +41022,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -41036,11 +41036,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -41050,14 +41050,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + beta.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -41065,11 +41065,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41079,21 +41079,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -41105,14 +41105,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -41124,11 +41124,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41138,21 +41138,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -41168,11 +41168,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41190,11 +41190,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_66 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -41202,11 +41202,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_65 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -41218,14 +41218,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_71 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -41233,21 +41233,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_65 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -41257,11 +41257,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_65 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -41271,11 +41271,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_72 **** - + +-----------------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================+ @@ -41287,14 +41287,14 @@ Full description +-----------------------------+----------------------+-----------------------------------------+ | value | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------------+----------------------+-----------------------------------------+ - - + + X_83 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41304,21 +41304,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_72 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41330,11 +41330,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_72 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================+ @@ -41348,14 +41348,14 @@ Full description +-----------------------+----------------------+-----------------------------------------+ | value_type | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------+----------------------+-----------------------------------------+ - - + + X_84 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -41365,11 +41365,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_83 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -41379,11 +41379,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_71 | +------+----------------------+------------------------+ - - + + beta.lazy_storage_diff ********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41391,14 +41391,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_84 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -41422,11 +41422,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41436,21 +41436,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -41478,11 +41478,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + X_111 ***** - + +--------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==============+======================+=========================================+ @@ -41492,11 +41492,11 @@ Full description +--------------+----------------------+-----------------------------------------+ | content | Determined from data | $micheline.beta.michelson_v1.expression | +--------------+----------------------+-----------------------------------------+ - - + + X_114 ***** - + +---------+----------------------+-------------------------------+ | Name | Size | Contents | +=========+======================+===============================+ @@ -41504,11 +41504,11 @@ Full description +---------+----------------------+-------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+-------------------------------+ - - + + X_110 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41518,14 +41518,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_114 | +-----------------------+----------------------+------------------------------------+ - - + + X_144 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -41559,11 +41559,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41575,14 +41575,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_110 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -41590,11 +41590,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_144 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41604,21 +41604,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -41630,14 +41630,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_144 | +------------------------------+----------------------+-------------------------------------+ - - + + beta.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ************************************************************************************ - + transaction (tag 1) =================== - + +----------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=============================================================+ @@ -41657,11 +41657,11 @@ Full description +----------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+-------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=============================================================+ @@ -41681,11 +41681,11 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+-------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+============================================================+ @@ -41701,11 +41701,11 @@ Full description +--------------------------------+----------------------+------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=======================================================+ @@ -41727,11 +41727,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+-------------------------------------------------------+ - - + + X_40 **** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -41745,14 +41745,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ***************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -41766,11 +41766,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41780,21 +41780,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -41812,11 +41812,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_186 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -41830,14 +41830,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ********************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -41853,11 +41853,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41867,21 +41867,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -41901,11 +41901,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_329 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -41919,14 +41919,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_475 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -41938,14 +41938,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + beta.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -41955,11 +41955,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -41969,21 +41969,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -41997,11 +41997,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_470 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42015,14 +42015,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42034,11 +42034,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42048,21 +42048,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42078,11 +42078,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_606 ***** - + +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==================================================================+ @@ -42096,24 +42096,24 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ - - + + X_760 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -42121,14 +42121,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_29 | +-----------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) *********************************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42150,11 +42150,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42164,21 +42164,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42204,11 +42204,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_746 ***** - + +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+============================================================================+ @@ -42222,37 +42222,37 @@ Full description +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ - - + + X_906 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_907 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -42262,34 +42262,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_908 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -42297,14 +42297,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_907 | +--------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42318,11 +42318,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42332,21 +42332,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42364,11 +42364,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_901 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42382,14 +42382,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42405,11 +42405,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42419,21 +42419,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42453,11 +42453,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1200 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42471,14 +42471,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -42490,11 +42490,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42504,21 +42504,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -42534,11 +42534,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1340 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42552,11 +42552,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_1475 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42570,14 +42570,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42595,11 +42595,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42609,21 +42609,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42645,11 +42645,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1611 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42663,14 +42663,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42688,11 +42688,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42702,21 +42702,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42738,11 +42738,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1751 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42756,14 +42756,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -42779,11 +42779,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42793,21 +42793,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -42827,11 +42827,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2309 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42845,11 +42845,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2449 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42863,11 +42863,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2589 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -42881,14 +42881,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2809 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -42922,11 +42922,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -42938,14 +42938,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_110 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) *********************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -42953,11 +42953,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_2809 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42967,21 +42967,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -42993,11 +42993,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_2809 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2770 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -43011,11 +43011,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_3108 ****** - + +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=========================================================================+ @@ -43029,11 +43029,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ - - + + X_3120 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -43043,11 +43043,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation_metadata.alpha.balance_updates ********************************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43055,11 +43055,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_41 | +-----------------------+----------+------------------------------------+ - - + + X_3128 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -43071,14 +43071,14 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | balance_updates | Variable | sequence of $X_41 | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ************************************************************************************ - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -43090,11 +43090,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43110,11 +43110,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------------------+--------------------------------------+ | Name | Size | Contents | +=======================+======================+======================================+ @@ -43130,11 +43130,11 @@ Full description +-----------------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -43146,11 +43146,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43164,11 +43164,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -43182,11 +43182,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43202,11 +43202,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3128 | +-----------------------+----------------------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -43216,11 +43216,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43234,11 +43234,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3120 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -43254,11 +43254,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -43274,11 +43274,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -43296,11 +43296,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3108 | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43320,11 +43320,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1475 | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -43350,11 +43350,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2770 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -43380,11 +43380,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2589 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -43406,11 +43406,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2449 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43432,11 +43432,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2309 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -43458,11 +43458,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1475 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -43484,11 +43484,11 @@ Full description +---------------+----------------------+------------------------------+ | metadata | Determined from data | $X_606 | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43508,11 +43508,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1475 | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43548,11 +43548,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1751 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -43584,11 +43584,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1611 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43610,11 +43610,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1475 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43634,11 +43634,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1340 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43660,11 +43660,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1200 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43688,11 +43688,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_901 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43714,11 +43714,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_901 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43744,11 +43744,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_746 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43770,11 +43770,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_606 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43794,11 +43794,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_470 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -43830,11 +43830,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_329 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43858,11 +43858,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_186 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -43884,14 +43884,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_40 | +---------------+----------------------+------------------------+ - - + + X_3146 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-----------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=================================================================+ @@ -43903,11 +43903,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+--------------------------------------------+ | Name | Size | Contents | +=======================+==========+============================================+ @@ -43919,14 +43919,14 @@ Full description +-----------------------+----------+--------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+--------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -43934,14 +43934,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) *********************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -43951,11 +43951,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43969,11 +43969,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -43987,11 +43987,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -44001,11 +44001,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44019,11 +44019,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -44037,11 +44037,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44055,11 +44055,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -44067,11 +44067,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_31 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -44083,11 +44083,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44097,11 +44097,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -44115,11 +44115,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -44133,11 +44133,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -44153,11 +44153,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44175,11 +44175,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -44203,11 +44203,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_30 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -44231,11 +44231,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -44255,11 +44255,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44279,11 +44279,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -44303,11 +44303,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -44327,11 +44327,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44349,11 +44349,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44387,11 +44387,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -44421,11 +44421,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44445,11 +44445,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44467,11 +44467,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44491,11 +44491,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44517,11 +44517,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44541,11 +44541,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44569,11 +44569,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44593,11 +44593,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44615,11 +44615,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -44649,11 +44649,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44675,11 +44675,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44699,11 +44699,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -44711,14 +44711,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3209 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -44728,11 +44728,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -44742,11 +44742,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -44754,11 +44754,11 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3146 | +-----------------+----------+------------------------+ - - + + operation ********* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44774,11 +44774,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3209 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -44788,17 +44788,17 @@ Full description +--------------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $operation | +--------------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operations--list_offset : **GET ..//operations/?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -47398,7 +47398,7 @@ Full description "annots"?: [ $unistring ... ] } $operation: { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -47406,14 +47406,14 @@ Full description "signature"?: $Signature.V1, "metadata": "too large" } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, "contents": [ $beta.operation.alpha.contents ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -47421,7 +47421,7 @@ Full description [ $beta.operation.alpha.operation_contents_and_result ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -47476,14 +47476,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $operation | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -47491,11 +47491,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -47503,11 +47503,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -47515,11 +47515,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -47527,23 +47527,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47551,11 +47551,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -47567,11 +47567,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -47579,11 +47579,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47593,11 +47593,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -47605,11 +47605,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47617,11 +47617,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -47639,23 +47639,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -47663,11 +47663,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -47683,11 +47683,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -48007,14 +48007,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -48022,11 +48022,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48036,11 +48036,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -48050,11 +48050,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -48062,11 +48062,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -48078,11 +48078,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -48092,11 +48092,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -48110,11 +48110,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -48126,11 +48126,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -48146,11 +48146,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -48166,11 +48166,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48180,14 +48180,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -48195,11 +48195,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -48209,24 +48209,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==========+======================+=========================================+ @@ -48238,11 +48238,11 @@ Full description +----------+----------------------+-----------------------------------------+ | ticketer | 22 bytes | $beta.contract_id | +----------+----------------------+-----------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -48250,44 +48250,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -48295,11 +48295,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -48309,11 +48309,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -48321,11 +48321,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -48335,14 +48335,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48352,21 +48352,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48378,24 +48378,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48409,11 +48409,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -48421,21 +48421,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -48445,14 +48445,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48462,11 +48462,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -48480,14 +48480,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -48497,11 +48497,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -48511,11 +48511,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -48527,11 +48527,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -48541,11 +48541,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48553,14 +48553,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -48568,11 +48568,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -48580,11 +48580,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -48592,11 +48592,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -48604,14 +48604,14 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -48621,11 +48621,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.scripted.contracts *********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48637,114 +48637,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.entrypoint (Determined from data, 8-bit tag) ************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -48754,11 +48754,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48768,11 +48768,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_30 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -48780,14 +48780,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + beta.inlined.preattestation.contents (43 bytes, 8-bit tag) ********************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -48801,11 +48801,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + beta.inlined.preattestation *************************** - + +------------+----------+---------------------------------------+ | Name | Size | Contents | +============+==========+=======================================+ @@ -48815,11 +48815,11 @@ Full description +------------+----------+---------------------------------------+ | signature | Variable | bytes | +------------+----------+---------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -48827,104 +48827,104 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + beta.block_header.alpha.full_header *********************************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -48960,14 +48960,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag) *************************************************************************** - + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -48981,11 +48981,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -49001,11 +49001,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + beta.inlined.attestation ************************ - + +------------+----------------------+--------------------------------------------+ | Name | Size | Contents | +============+======================+============================================+ @@ -49015,14 +49015,14 @@ Full description +------------+----------------------+--------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+--------------------------------------------+ - - + + beta.operation.alpha.contents (Determined from data, 8-bit tag) *************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -49032,11 +49032,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49050,11 +49050,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -49068,11 +49068,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -49082,11 +49082,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49100,11 +49100,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -49118,11 +49118,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49136,11 +49136,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -49148,11 +49148,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_30 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -49164,11 +49164,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49178,11 +49178,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -49196,11 +49196,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -49214,11 +49214,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -49234,11 +49234,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49256,11 +49256,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -49284,11 +49284,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_29 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -49312,11 +49312,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -49336,11 +49336,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49360,11 +49360,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -49384,11 +49384,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -49408,11 +49408,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49430,11 +49430,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49468,11 +49468,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -49502,11 +49502,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49526,11 +49526,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49548,11 +49548,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49572,11 +49572,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49598,11 +49598,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49622,11 +49622,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49650,11 +49650,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49674,11 +49674,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49696,11 +49696,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -49730,11 +49730,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49756,11 +49756,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -49780,14 +49780,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + beta.staker (Determined from data, 8-bit tag) ********************************************* - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -49797,11 +49797,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -49809,14 +49809,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + beta.bond_id (21 bytes, 8-bit tag) ********************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -49824,14 +49824,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + beta.frozen_staker (Determined from data, 8-bit tag) **************************************************** - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -49841,11 +49841,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -49853,11 +49853,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -49865,11 +49865,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -49877,14 +49877,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_41 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -49894,11 +49894,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49906,11 +49906,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -49920,11 +49920,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49932,11 +49932,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49944,11 +49944,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49956,11 +49956,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49968,11 +49968,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49980,11 +49980,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -49992,11 +49992,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -50010,11 +50010,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50022,11 +50022,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50034,11 +50034,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -50048,11 +50048,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50060,11 +50060,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50072,11 +50072,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50084,11 +50084,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50096,11 +50096,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -50112,11 +50112,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50124,11 +50124,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -50136,11 +50136,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -50152,11 +50152,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -50166,11 +50166,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -50180,54 +50180,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_42 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -50235,11 +50235,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_40 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -50247,11 +50247,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_42 | +-----------------+----------------------+----------+ - - + + X_43 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50259,14 +50259,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) **************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -50280,11 +50280,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50294,21 +50294,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -50326,14 +50326,14 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + beta.transaction_destination (22 bytes, 8-bit tag) ************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -50341,11 +50341,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -50355,11 +50355,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -50369,11 +50369,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -50383,14 +50383,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + beta.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -50398,11 +50398,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50412,21 +50412,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -50438,14 +50438,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -50457,11 +50457,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50471,21 +50471,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -50501,11 +50501,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50523,11 +50523,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_65 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -50535,11 +50535,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_64 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -50551,14 +50551,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_70 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -50566,21 +50566,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_64 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -50590,11 +50590,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_64 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -50604,11 +50604,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_71 **** - + +-----------------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================+ @@ -50620,14 +50620,14 @@ Full description +-----------------------------+----------------------+-----------------------------------------+ | value | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------------+----------------------+-----------------------------------------+ - - + + X_82 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50637,21 +50637,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_71 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -50663,11 +50663,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_71 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================+ @@ -50681,14 +50681,14 @@ Full description +-----------------------+----------------------+-----------------------------------------+ | value_type | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------+----------------------+-----------------------------------------+ - - + + X_83 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -50698,11 +50698,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_82 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -50712,11 +50712,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_70 | +------+----------------------+------------------------+ - - + + beta.lazy_storage_diff ********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50724,14 +50724,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_83 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -50755,11 +50755,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50769,21 +50769,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -50811,11 +50811,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + X_110 ***** - + +--------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==============+======================+=========================================+ @@ -50825,11 +50825,11 @@ Full description +--------------+----------------------+-----------------------------------------+ | content | Determined from data | $micheline.beta.michelson_v1.expression | +--------------+----------------------+-----------------------------------------+ - - + + X_113 ***** - + +---------+----------------------+-------------------------------+ | Name | Size | Contents | +=========+======================+===============================+ @@ -50837,11 +50837,11 @@ Full description +---------+----------------------+-------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+-------------------------------+ - - + + X_109 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -50851,14 +50851,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_113 | +-----------------------+----------------------+------------------------------------+ - - + + X_143 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -50892,11 +50892,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -50908,14 +50908,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_109 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -50923,11 +50923,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_143 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50937,21 +50937,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -50963,14 +50963,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_143 | +------------------------------+----------------------+-------------------------------------+ - - + + beta.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ************************************************************************************ - + transaction (tag 1) =================== - + +----------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=============================================================+ @@ -50990,11 +50990,11 @@ Full description +----------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+-------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=============================================================+ @@ -51014,11 +51014,11 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+-------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+============================================================+ @@ -51034,11 +51034,11 @@ Full description +--------------------------------+----------------------+------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=======================================================+ @@ -51060,11 +51060,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+-------------------------------------------------------+ - - + + X_39 **** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51078,14 +51078,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ***************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51099,11 +51099,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51113,21 +51113,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51145,11 +51145,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_185 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51163,14 +51163,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ********************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51186,11 +51186,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51200,21 +51200,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51234,11 +51234,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_328 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51252,14 +51252,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_474 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -51271,14 +51271,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + beta.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -51288,11 +51288,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51302,21 +51302,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -51330,11 +51330,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_469 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51348,14 +51348,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51367,11 +51367,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51381,21 +51381,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51411,11 +51411,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_605 ***** - + +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==================================================================+ @@ -51429,24 +51429,24 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ - - + + X_759 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -51454,14 +51454,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) *********************************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51483,11 +51483,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51497,21 +51497,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51537,11 +51537,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_745 ***** - + +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+============================================================================+ @@ -51555,37 +51555,37 @@ Full description +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ - - + + X_905 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_906 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -51595,34 +51595,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_907 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -51630,14 +51630,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_906 | +--------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51651,11 +51651,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51665,21 +51665,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51697,11 +51697,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_900 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51715,14 +51715,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51738,11 +51738,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51752,21 +51752,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51786,11 +51786,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1199 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51804,14 +51804,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -51823,11 +51823,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51837,21 +51837,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -51867,11 +51867,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1339 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51885,11 +51885,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_1474 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51903,14 +51903,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -51928,11 +51928,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51942,21 +51942,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -51978,11 +51978,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1610 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -51996,14 +51996,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -52021,11 +52021,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52035,21 +52035,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -52071,11 +52071,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1750 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -52089,14 +52089,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -52112,11 +52112,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52126,21 +52126,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -52160,11 +52160,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2308 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -52178,11 +52178,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2448 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -52196,11 +52196,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2588 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -52214,14 +52214,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2808 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -52255,11 +52255,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52271,14 +52271,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_109 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) *********************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -52286,11 +52286,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_2808 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52300,21 +52300,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -52326,11 +52326,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_2808 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2769 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -52344,11 +52344,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_3107 ****** - + +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=========================================================================+ @@ -52362,11 +52362,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ - - + + X_3119 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -52376,11 +52376,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation_metadata.alpha.balance_updates ********************************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52388,11 +52388,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_40 | +-----------------------+----------+------------------------------------+ - - + + X_3127 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -52404,14 +52404,14 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ************************************************************************************ - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -52423,11 +52423,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52443,11 +52443,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------------------+--------------------------------------+ | Name | Size | Contents | +=======================+======================+======================================+ @@ -52463,11 +52463,11 @@ Full description +-----------------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -52479,11 +52479,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52497,11 +52497,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -52515,11 +52515,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52535,11 +52535,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -52549,11 +52549,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -52567,11 +52567,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3119 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -52587,11 +52587,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -52607,11 +52607,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -52629,11 +52629,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -52653,11 +52653,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1474 | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -52683,11 +52683,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2769 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -52713,11 +52713,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2588 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -52739,11 +52739,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2448 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52765,11 +52765,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2308 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -52791,11 +52791,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1474 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -52817,11 +52817,11 @@ Full description +---------------+----------------------+------------------------------+ | metadata | Determined from data | $X_605 | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -52841,11 +52841,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1474 | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52881,11 +52881,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1750 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -52917,11 +52917,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1610 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52943,11 +52943,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1474 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -52967,11 +52967,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1339 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -52993,11 +52993,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1199 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53021,11 +53021,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_900 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53047,11 +53047,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_900 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53077,11 +53077,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_745 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53103,11 +53103,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_605 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53127,11 +53127,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_469 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -53163,11 +53163,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_328 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53191,11 +53191,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_185 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53217,14 +53217,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_39 | +---------------+----------------------+------------------------+ - - + + X_3145 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-----------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=================================================================+ @@ -53236,11 +53236,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+--------------------------------------------+ | Name | Size | Contents | +=======================+==========+============================================+ @@ -53252,14 +53252,14 @@ Full description +-----------------------+----------+--------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+--------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -53267,14 +53267,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) *********************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -53284,11 +53284,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53302,11 +53302,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -53320,11 +53320,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -53334,11 +53334,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53352,11 +53352,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -53370,11 +53370,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53388,11 +53388,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -53400,11 +53400,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_30 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -53416,11 +53416,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53430,11 +53430,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -53448,11 +53448,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -53466,11 +53466,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -53486,11 +53486,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53508,11 +53508,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -53536,11 +53536,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_29 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -53564,11 +53564,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -53588,11 +53588,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53612,11 +53612,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -53636,11 +53636,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -53660,11 +53660,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53682,11 +53682,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53720,11 +53720,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -53754,11 +53754,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53778,11 +53778,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53800,11 +53800,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53824,11 +53824,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53850,11 +53850,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53874,11 +53874,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53902,11 +53902,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53926,11 +53926,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -53948,11 +53948,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -53982,11 +53982,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54008,11 +54008,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54032,11 +54032,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -54044,14 +54044,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3208 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -54061,11 +54061,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -54075,11 +54075,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -54087,11 +54087,11 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3145 | +-----------------+----------+------------------------+ - - + + operation ********* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54107,17 +54107,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3208 | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operations--list_offset--operation_offset : **GET ..//operations//?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -56717,7 +56717,7 @@ Full description "annots"?: [ $unistring ... ] } $operation: { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -56725,14 +56725,14 @@ Full description "signature"?: $Signature.V1, "metadata": "too large" } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, "contents": [ $beta.operation.alpha.contents ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -56740,7 +56740,7 @@ Full description [ $beta.operation.alpha.operation_contents_and_result ... ], "signature"?: $Signature.V1 } || { /* An operation's shell header. */ - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "chain_id": $Chain_id, "hash": $Operation_hash, "branch": $block_hash, @@ -56803,14 +56803,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3208 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -56818,11 +56818,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -56830,11 +56830,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -56842,11 +56842,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -56854,23 +56854,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -56878,11 +56878,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -56894,11 +56894,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -56906,11 +56906,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -56920,11 +56920,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -56932,11 +56932,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -56944,11 +56944,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -56966,23 +56966,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -56990,11 +56990,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -57010,11 +57010,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + beta.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): ******************************************************************* - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -57334,14 +57334,14 @@ Full description +-------------+--------------------------------+ | 157 | Ticket | +-------------+--------------------------------+ - - + + micheline.beta.michelson_v1.expression (Determined from data, 8-bit tag) ************************************************************************ - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -57349,11 +57349,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57363,11 +57363,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================================+ @@ -57377,11 +57377,11 @@ Full description +-----------------------+----------+-----------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.beta.michelson_v1.expression | +-----------------------+----------+-----------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===================================================================================+ @@ -57389,11 +57389,11 @@ Full description +------+--------+-----------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see beta.michelson.v1.primitives) | +------+--------+-----------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -57405,11 +57405,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -57419,11 +57419,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -57437,11 +57437,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===================================================================================+ @@ -57453,11 +57453,11 @@ Full description +------+----------------------+-----------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.beta.michelson_v1.expression | +------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===================================================================================+ @@ -57473,11 +57473,11 @@ Full description +-----------------------+----------------------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-----------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-----------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===================================================================================+ @@ -57493,11 +57493,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57507,14 +57507,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.contract_id (22 bytes, 8-bit tag) ************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -57522,11 +57522,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -57536,24 +57536,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==========+======================+=========================================+ @@ -57565,11 +57565,11 @@ Full description +----------+----------------------+-----------------------------------------+ | ticketer | 22 bytes | $beta.contract_id | +----------+----------------------+-----------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -57577,44 +57577,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -57622,11 +57622,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -57636,11 +57636,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -57648,11 +57648,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -57662,14 +57662,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57679,21 +57679,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57705,24 +57705,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -57736,11 +57736,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -57748,21 +57748,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -57772,14 +57772,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57789,11 +57789,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -57807,14 +57807,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -57824,11 +57824,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -57838,11 +57838,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -57854,11 +57854,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -57868,11 +57868,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57880,14 +57880,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -57895,11 +57895,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -57907,11 +57907,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -57919,11 +57919,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -57931,14 +57931,14 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + beta.contract_id.originated (22 bytes, 8-bit tag) ************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -57948,11 +57948,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + beta.scripted.contracts *********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57964,114 +57964,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.entrypoint (Determined from data, 8-bit tag) ************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -58081,11 +58081,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58095,11 +58095,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_30 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -58107,14 +58107,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + beta.inlined.preattestation.contents (43 bytes, 8-bit tag) ********************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -58128,11 +58128,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + beta.inlined.preattestation *************************** - + +------------+----------+---------------------------------------+ | Name | Size | Contents | +============+==========+=======================================+ @@ -58142,11 +58142,11 @@ Full description +------------+----------+---------------------------------------+ | signature | Variable | bytes | +------------+----------+---------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58154,104 +58154,104 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + beta.per_block_votes (1 byte, 8-bit tag) **************************************** - + case_0 (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_1 (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_2 (tag 2) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_4 (tag 4) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_5 (tag 5) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_6 (tag 6) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_8 (tag 8) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_9 (tag 9) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + case_10 (tag 10) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + beta.block_header.alpha.full_header *********************************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -58287,14 +58287,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + beta.inlined.attestation_mempool.contents (Determined from data, 8-bit tag) *************************************************************************** - + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -58308,11 +58308,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -58328,11 +58328,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + beta.inlined.attestation ************************ - + +------------+----------------------+--------------------------------------------+ | Name | Size | Contents | +============+======================+============================================+ @@ -58342,14 +58342,14 @@ Full description +------------+----------------------+--------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+--------------------------------------------+ - - + + beta.operation.alpha.contents (Determined from data, 8-bit tag) *************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -58359,11 +58359,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58377,11 +58377,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -58395,11 +58395,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -58409,11 +58409,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58427,11 +58427,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -58445,11 +58445,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58463,11 +58463,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -58475,11 +58475,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_30 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -58491,11 +58491,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58505,11 +58505,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -58523,11 +58523,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -58541,11 +58541,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -58561,11 +58561,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58583,11 +58583,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -58611,11 +58611,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_29 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -58639,11 +58639,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -58663,11 +58663,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58687,11 +58687,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -58711,11 +58711,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -58735,11 +58735,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58757,11 +58757,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58795,11 +58795,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -58829,11 +58829,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58853,11 +58853,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58875,11 +58875,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58899,11 +58899,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58925,11 +58925,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -58949,11 +58949,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58977,11 +58977,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -59001,11 +59001,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -59023,11 +59023,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -59057,11 +59057,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -59083,11 +59083,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -59107,14 +59107,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + beta.staker (Determined from data, 8-bit tag) ********************************************* - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -59124,11 +59124,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -59136,14 +59136,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + beta.bond_id (21 bytes, 8-bit tag) ********************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -59151,14 +59151,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + beta.frozen_staker (Determined from data, 8-bit tag) **************************************************** - + Single (tag 0) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -59168,11 +59168,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -59180,11 +59180,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -59192,11 +59192,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -59204,14 +59204,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_41 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -59221,11 +59221,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59233,11 +59233,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -59247,11 +59247,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59259,11 +59259,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59271,11 +59271,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59283,11 +59283,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59295,11 +59295,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59307,11 +59307,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59319,11 +59319,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -59337,11 +59337,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59349,11 +59349,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59361,11 +59361,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -59375,11 +59375,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59387,11 +59387,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59399,11 +59399,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59411,11 +59411,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59423,11 +59423,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -59439,11 +59439,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59451,11 +59451,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -59463,11 +59463,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -59479,11 +59479,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -59493,11 +59493,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -59507,54 +59507,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_42 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -59562,11 +59562,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_40 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -59574,11 +59574,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_42 | +-----------------+----------------------+----------+ - - + + X_43 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59586,14 +59586,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) **************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -59607,11 +59607,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59621,21 +59621,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -59653,14 +59653,14 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + beta.transaction_destination (22 bytes, 8-bit tag) ************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -59668,11 +59668,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -59682,11 +59682,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -59696,11 +59696,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -59710,14 +59710,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + beta.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -59725,11 +59725,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59739,21 +59739,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -59765,14 +59765,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -59784,11 +59784,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59798,21 +59798,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -59828,11 +59828,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59850,11 +59850,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_65 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -59862,11 +59862,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_64 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -59878,14 +59878,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_70 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -59893,21 +59893,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_64 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -59917,11 +59917,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_64 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -59931,11 +59931,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_71 **** - + +-----------------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================+ @@ -59947,14 +59947,14 @@ Full description +-----------------------------+----------------------+-----------------------------------------+ | value | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------------+----------------------+-----------------------------------------+ - - + + X_82 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59964,21 +59964,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_71 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -59990,11 +59990,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_71 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================+ @@ -60008,14 +60008,14 @@ Full description +-----------------------+----------------------+-----------------------------------------+ | value_type | Determined from data | $micheline.beta.michelson_v1.expression | +-----------------------+----------------------+-----------------------------------------+ - - + + X_83 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -60025,11 +60025,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_82 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -60039,11 +60039,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_70 | +------+----------------------+------------------------+ - - + + beta.lazy_storage_diff ********************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60051,14 +60051,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_83 | +-----------------------+----------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -60082,11 +60082,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60096,21 +60096,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -60138,11 +60138,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + X_110 ***** - + +--------------+----------------------+-----------------------------------------+ | Name | Size | Contents | +==============+======================+=========================================+ @@ -60152,11 +60152,11 @@ Full description +--------------+----------------------+-----------------------------------------+ | content | Determined from data | $micheline.beta.michelson_v1.expression | +--------------+----------------------+-----------------------------------------+ - - + + X_113 ***** - + +---------+----------------------+-------------------------------+ | Name | Size | Contents | +=========+======================+===============================+ @@ -60164,11 +60164,11 @@ Full description +---------+----------------------+-------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+-------------------------------+ - - + + X_109 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -60178,14 +60178,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_113 | +-----------------------+----------------------+------------------------------------+ - - + + X_143 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -60219,11 +60219,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -60235,14 +60235,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_109 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -60250,11 +60250,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_143 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60264,21 +60264,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -60290,14 +60290,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_143 | +------------------------------+----------------------+-------------------------------------+ - - + + beta.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ************************************************************************************ - + transaction (tag 1) =================== - + +----------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=============================================================+ @@ -60317,11 +60317,11 @@ Full description +----------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+-------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=============================================================+ @@ -60341,11 +60341,11 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+-------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+============================================================+ @@ -60361,11 +60361,11 @@ Full description +--------------------------------+----------------------+------------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=======================================================+ @@ -60387,11 +60387,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------------+ | result | Determined from data | $beta.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+-------------------------------------------------------+ - - + + X_39 **** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -60405,14 +60405,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ***************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -60426,11 +60426,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60440,21 +60440,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -60472,11 +60472,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_185 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -60490,14 +60490,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ********************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -60513,11 +60513,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60527,21 +60527,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -60561,11 +60561,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_328 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -60579,14 +60579,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_474 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -60598,14 +60598,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + beta.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -60615,11 +60615,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60629,21 +60629,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -60657,11 +60657,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_469 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -60675,14 +60675,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -60694,11 +60694,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60708,21 +60708,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -60738,11 +60738,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_605 ***** - + +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==================================================================+ @@ -60756,24 +60756,24 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+------------------------------------------------------------------+ - - + + X_759 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -60781,14 +60781,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) *********************************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -60810,11 +60810,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60824,21 +60824,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -60864,11 +60864,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_745 ***** - + +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+============================================================================+ @@ -60882,37 +60882,37 @@ Full description +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+----------------------------------------------------------------------------+ - - + + X_905 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_906 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -60922,34 +60922,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_907 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -60957,14 +60957,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_906 | +--------+----------------------+------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -60978,11 +60978,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60992,21 +60992,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -61024,11 +61024,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_900 ***** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61042,14 +61042,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) ******************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -61065,11 +61065,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61079,21 +61079,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -61113,11 +61113,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1199 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61131,14 +61131,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -61150,11 +61150,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61164,21 +61164,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -61194,11 +61194,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1339 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61212,11 +61212,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_1474 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61230,14 +61230,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -61255,11 +61255,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61269,21 +61269,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -61305,11 +61305,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1610 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61323,14 +61323,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *************************************************************************************** - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -61348,11 +61348,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61362,21 +61362,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -61398,11 +61398,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1750 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61416,14 +61416,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + beta.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==================================================================+======================+====================================+ @@ -61439,11 +61439,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61453,21 +61453,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=====================================+ @@ -61487,11 +61487,11 @@ Full description +------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2308 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61505,11 +61505,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2448 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61523,11 +61523,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2588 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61541,14 +61541,14 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_2808 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +------------------------------------------------------------------+----------------------+------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+==========================================+ @@ -61582,11 +61582,11 @@ Full description +------------------------------------------------------------------+----------------------+------------------------------------------+ | lazy_storage_diff | Determined from data | $beta.lazy_storage_diff | +------------------------------------------------------------------+----------------------+------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61598,14 +61598,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_109 | +-----------------------+----------------------+------------------------------------+ - - + + beta.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) *********************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -61613,11 +61613,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_2808 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61627,21 +61627,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -61653,11 +61653,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_2808 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2769 ****** - + +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+======================+=================================================================+ @@ -61671,11 +61671,11 @@ Full description +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $beta.apply_internal_results.alpha.operation_result | +------------------------------------------------------------------+----------------------+-----------------------------------------------------------------+ - - + + X_3107 ****** - + +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=========================================================================+ @@ -61689,11 +61689,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +------------------------------------------------------------------+----------+-------------------------------------------------------------------------+ - - + + X_3119 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -61703,11 +61703,11 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation_metadata.alpha.balance_updates ********************************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61715,11 +61715,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_40 | +-----------------------+----------+------------------------------------+ - - + + X_3127 ****** - + +------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==================================================================+==========+=====================================+ @@ -61731,14 +61731,14 @@ Full description +------------------------------------------------------------------+----------+-------------------------------------+ | balance_updates | Variable | sequence of $X_40 | +------------------------------------------------------------------+----------+-------------------------------------+ - - + + beta.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ************************************************************************************ - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -61750,11 +61750,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61770,11 +61770,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------------------+--------------------------------------+ | Name | Size | Contents | +=======================+======================+======================================+ @@ -61790,11 +61790,11 @@ Full description +-----------------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -61806,11 +61806,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61824,11 +61824,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -61842,11 +61842,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61862,11 +61862,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3127 | +-----------------------+----------------------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+------------------------------------------------+ | Name | Size | Contents | +==========+======================+================================================+ @@ -61876,11 +61876,11 @@ Full description +----------+----------------------+------------------------------------------------+ | metadata | Determined from data | $beta.operation_metadata.alpha.balance_updates | +----------+----------------------+------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -61894,11 +61894,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3119 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -61914,11 +61914,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -61934,11 +61934,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -61956,11 +61956,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3107 | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -61980,11 +61980,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1474 | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -62010,11 +62010,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2769 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -62040,11 +62040,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2588 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -62066,11 +62066,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2448 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62092,11 +62092,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2308 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -62118,11 +62118,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1474 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -62144,11 +62144,11 @@ Full description +---------------+----------------------+------------------------------+ | metadata | Determined from data | $X_605 | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62168,11 +62168,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1474 | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62208,11 +62208,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1750 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -62244,11 +62244,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1610 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62270,11 +62270,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1474 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62294,11 +62294,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1339 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62320,11 +62320,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1199 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62348,11 +62348,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_900 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62374,11 +62374,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_900 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62404,11 +62404,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_745 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62430,11 +62430,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_605 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62454,11 +62454,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_469 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -62490,11 +62490,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_328 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62518,11 +62518,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_185 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62544,14 +62544,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_39 | +---------------+----------------------+------------------------+ - - + + X_3145 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-----------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=================================================================+ @@ -62563,11 +62563,11 @@ Full description +-----------------------+----------+-----------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-----------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+--------------------------------------------+ | Name | Size | Contents | +=======================+==========+============================================+ @@ -62579,14 +62579,14 @@ Full description +-----------------------+----------+--------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+--------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -62594,14 +62594,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + beta.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) *********************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -62611,11 +62611,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_attestation_evidence (tag 2) =================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62629,11 +62629,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.attestation | +-----------------------+----------+------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+--------------------------------------+ | Name | Size | Contents | +=======================+==========+======================================+ @@ -62647,11 +62647,11 @@ Full description +-----------------------+----------+--------------------------------------+ | bh2 | Variable | $beta.block_header.alpha.full_header | +-----------------------+----------+--------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -62661,11 +62661,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62679,11 +62679,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -62697,11 +62697,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Double_preattestation_evidence (tag 7) ====================================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62715,11 +62715,11 @@ Full description +-----------------------+----------+------------------------------------+ | op2 | Variable | $beta.inlined.preattestation | +-----------------------+----------+------------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -62727,11 +62727,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_30 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -62743,11 +62743,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62757,11 +62757,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -62775,11 +62775,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -62793,11 +62793,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -62813,11 +62813,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -62835,11 +62835,11 @@ Full description +---------------+----------------------+------------------------+ | public_key | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -62863,11 +62863,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_29 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -62891,11 +62891,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $beta.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -62915,11 +62915,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62939,11 +62939,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -62963,11 +62963,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+------------------------------+ | Name | Size | Contents | +===============+======================+==============================+ @@ -62987,11 +62987,11 @@ Full description +---------------+----------------------+------------------------------+ | destination | 22 bytes | $beta.contract_id.originated | +---------------+----------------------+------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63009,11 +63009,11 @@ Full description +---------------+----------------------+------------------------+ | pk | Determined from data | $public_key | +---------------+----------------------+------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63047,11 +63047,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -63081,11 +63081,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63105,11 +63105,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63127,11 +63127,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63151,11 +63151,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63177,11 +63177,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63201,11 +63201,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63229,11 +63229,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63253,11 +63253,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63275,11 +63275,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -63309,11 +63309,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63335,11 +63335,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63359,11 +63359,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -63371,14 +63371,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3208 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -63388,11 +63388,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+----------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+================================================================+ @@ -63402,11 +63402,11 @@ Full description +-------------------------------+----------+----------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+----------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -63414,10 +63414,10 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3145 | +-----------------+----------+------------------------+ - +
- + .. _GET_..--block_id--operations_metadata_hash : @@ -63425,7 +63425,7 @@ Full description **GET ..//operations_metadata_hash** .. raw:: html - +
@@ -63450,11 +63450,11 @@ Full description +===================================+==========+==========+ | Operation_metadata_list_list_hash | 32 bytes | bytes | +-----------------------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--protocols : @@ -63462,7 +63462,7 @@ Full description **GET ..//protocols** .. raw:: html - +
@@ -63492,11 +63492,11 @@ Full description +---------------+----------+----------+ | next_protocol | 32 bytes | bytes | +---------------+----------+----------+ - - + +
- + .. _GET_..--block_id--resulting_context_hash : @@ -63504,7 +63504,7 @@ Full description **GET ..//resulting_context_hash** .. raw:: html - +
@@ -63529,11 +63529,11 @@ Full description +==============+==========+==========+ | Context_hash | 32 bytes | bytes | +--------------+----------+----------+ - - + +
- + .. _GET_..--block_id--votes--ballot_list : @@ -63541,7 +63541,7 @@ Full description **GET ..//votes/ballot_list** .. raw:: html - +
@@ -63572,14 +63572,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -63587,11 +63587,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -63599,11 +63599,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -63611,11 +63611,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -63623,11 +63623,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +--------+----------+----------------------+ | Name | Size | Contents | +========+==========+======================+ @@ -63635,10 +63635,10 @@ Full description +--------+----------+----------------------+ | ballot | 1 byte | signed 8-bit integer | +--------+----------+----------------------+ - +
- + .. _GET_..--block_id--votes--ballots : @@ -63646,7 +63646,7 @@ Full description **GET ..//votes/ballots** .. raw:: html - +
@@ -63675,11 +63675,11 @@ Full description +------+---------+----------------------------------+ | pass | 8 bytes | signed 64-bit big-endian integer | +------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--votes--current_period : @@ -63687,7 +63687,7 @@ Full description **GET ..//votes/current_period** .. raw:: html - +
@@ -63732,64 +63732,64 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_0 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -63799,10 +63799,10 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--current_proposal : @@ -63810,7 +63810,7 @@ Full description **GET ..//votes/current_proposal** .. raw:: html - +
@@ -63837,24 +63837,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -63862,10 +63862,10 @@ Full description +---------------+----------+------------------------+ | Protocol_hash | 32 bytes | bytes | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--votes--current_quorum : @@ -63873,7 +63873,7 @@ Full description **GET ..//votes/current_quorum** .. raw:: html - +
@@ -63892,11 +63892,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--votes--listings : @@ -63904,7 +63904,7 @@ Full description **GET ..//votes/listings** .. raw:: html - +
@@ -63939,14 +63939,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -63954,11 +63954,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -63966,11 +63966,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -63978,11 +63978,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -63990,11 +63990,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +--------------+----------+----------------------------------+ | Name | Size | Contents | +==============+==========+==================================+ @@ -64002,10 +64002,10 @@ Full description +--------------+----------+----------------------------------+ | voting_power | 8 bytes | signed 64-bit big-endian integer | +--------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--proposal_count--pkh : @@ -64013,7 +64013,7 @@ Full description **GET ..//votes/proposal_count/** .. raw:: html - +
@@ -64032,11 +64032,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--votes--proposals : @@ -64044,7 +64044,7 @@ Full description **GET ..//votes/proposals** .. raw:: html - +
@@ -64077,11 +64077,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------+----------------------------------+ | Name | Size | Contents | +=================+==========+==================================+ @@ -64089,10 +64089,10 @@ Full description +-----------------+----------+----------------------------------+ | Unnamed field 1 | 8 bytes | signed 64-bit big-endian integer | +-----------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--successor_period : @@ -64100,7 +64100,7 @@ Full description **GET ..//votes/successor_period** .. raw:: html - +
@@ -64145,64 +64145,64 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_0 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -64212,10 +64212,10 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--total_voting_power : @@ -64223,7 +64223,7 @@ Full description **GET ..//votes/total_voting_power** .. raw:: html - +
@@ -64244,11 +64244,7 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - - -
- - + +
diff --git a/docs/protocols/beta.rst b/docs/protocols/beta.rst index ed810b7e954edbf65fe18015ef53cc9c9c561a95..74336b9f449e477201ad6fd92196117437f6644b 100644 --- a/docs/protocols/beta.rst +++ b/docs/protocols/beta.rst @@ -45,12 +45,13 @@ Adaptive Issuance ----------------- - Added the Dynamic Maximum system, that changes the maximum issuance as a - function of the stake ratio. (MR :gl:`!13519`) + function of the stake ratio. (MR :gl:`!13519` :gl:`!14635`) - Changed the semantics of ``min-delegated-in-cycle`` used to compute baking rights to only consider the minimum in between blocks instead of formerly used intra-transactions minimum. (MR :gl:`!13945`) + Gas improvements ---------------- diff --git a/src/bin_client/octez-init-sandboxed-client.sh b/src/bin_client/octez-init-sandboxed-client.sh index 66efa231a1f3dc6f54814d35365b88d9f521711a..25399c48233ec04bf988281249a06cffa350b737 100755 --- a/src/bin_client/octez-init-sandboxed-client.sh +++ b/src/bin_client/octez-init-sandboxed-client.sh @@ -207,7 +207,7 @@ main() { cat << EOF if type octez-client-reset >/dev/null 2>&1 ; then octez-client-reset; fi ; PATH="$client_dir/bin:\$PATH" ; export PATH ; -alias octez-activate-beta="$client -block genesis activate protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg with fitness 1 and key activator and parameters $beta_parameters_file"; +alias octez-activate-beta="$client -block genesis activate protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT with fitness 1 and key activator and parameters $beta_parameters_file"; alias octez-activate-alpha="$client -block genesis activate protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK with fitness 1 and key activator and parameters $parameters_file" ; alias octez-client-reset="rm -rf \"$client_dir\"; unalias octez-activate-alpha octez-client-reset" ; alias octez-autocomplete="if [ \$ZSH_NAME ] ; then autoload bashcompinit ; bashcompinit ; fi ; source \"$bin_dir/bash-completion.sh\"" ; diff --git a/src/lib_protocol_compiler/final_protocol_versions b/src/lib_protocol_compiler/final_protocol_versions index 71d46fdf20c73989a9983c0b48dde3d847803ff2..6648dccc72bce11a620055cf51022354bb959f57 100644 --- a/src/lib_protocol_compiler/final_protocol_versions +++ b/src/lib_protocol_compiler/final_protocol_versions @@ -21,4 +21,4 @@ PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi -PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg +PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT diff --git a/src/proto_alpha/lib_protocol/adaptive_issuance_storage.ml b/src/proto_alpha/lib_protocol/adaptive_issuance_storage.ml index 3f4e34edb9589d87d5c9a0463114fe0333342a23..e42a33eb7deaffe19c15f046aec45d0e0ac01566 100644 --- a/src/proto_alpha/lib_protocol/adaptive_issuance_storage.ml +++ b/src/proto_alpha/lib_protocol/adaptive_issuance_storage.ml @@ -155,14 +155,14 @@ let dyn_max ~stake_ratio = if Compare.Q.(stake_ratio <= Q.(5 // 100)) then Q.(10 // 100) else if Compare.Q.(stake_ratio >= Q.(50 // 100)) then Q.(1 // 100) else - (* (5115 - 17670 * x + 19437 * (x ^ 2)) / (24149 + 178695 * x) *) - let q5115 = Q.of_int 5115 in - let q17670 = Q.of_int 17670 in - let q19437 = Q.of_int 19437 in - let q24149 = Q.of_int 24149 in - let q178695 = Q.of_int 178695 in + (* (1 + 9 * ((50 - 100 * x) / 42 ) ^ 2 ) / 100 *) + let q9 = Q.of_int 9 in + let q50 = Q.of_int 50 in + let q100 = Q.of_int 100 in + let q42 = Q.of_int 42 in let x = stake_ratio in - Q.((q5115 - (q17670 * x) + (q19437 * x * x)) / (q24149 + (q178695 * x))) + let to_square = Q.((q50 - (q100 * x)) / q42) in + Q.((one + (q9 * to_square * to_square)) / q100) in if Compare.Q.(r <= Q.(1 // 100)) then Q.(1 // 100) else if Compare.Q.(r >= Q.(10 // 100)) then Q.(10 // 100) diff --git a/src/proto_alpha/lib_protocol/test/unit/test_adaptive_issuance.ml b/src/proto_alpha/lib_protocol/test/unit/test_adaptive_issuance.ml index 34384dafd13e43346a617c1e8a96eb3107046754..6229804b55443a10d5ad5f63f6d779c97b374598 100644 --- a/src/proto_alpha/lib_protocol/test/unit/test_adaptive_issuance.ml +++ b/src/proto_alpha/lib_protocol/test/unit/test_adaptive_issuance.ml @@ -627,12 +627,12 @@ let test_dyn_max () = (1 // 100, 10 // 100); (5 // 100, 10 // 100); (7_91 // 100_00, 10 // 100); - (10 // 100, 354237 // 4201850); - (15 // 100, 1160733 // 20381300); - (20 // 100, 29481 // 748600); - (30 // 100, 156333 // 7775750); - (40 // 100, 28923 // 2390675); - (49_9 // 100_0, 1137502437 // 113317805000); + (10 // 100, 449 // 4900); + (15 // 100, 29 // 400); + (20 // 100, 137 // 2450); + (30 // 100, 149 // 4900); + (40 // 100, 37 // 2450); + (49_9 // 100_0, 19601 // 1960000); (50 // 100, 1 // 100); (100 // 100, 1 // 100); (222 // 100, 1 // 100); diff --git a/src/proto_beta/lib_protocol/TEZOS_PROTOCOL b/src/proto_beta/lib_protocol/TEZOS_PROTOCOL index 91d6535cb5e90628303122ccf57bb220b6298c99..e8ecbe38cf6e2adaae6ff7c193b777e729b785bc 100644 --- a/src/proto_beta/lib_protocol/TEZOS_PROTOCOL +++ b/src/proto_beta/lib_protocol/TEZOS_PROTOCOL @@ -1,6 +1,6 @@ { "expected_env_version": 13, - "hash": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "hash": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "modules": [ "Misc", "Non_empty_string", diff --git a/src/proto_beta/lib_protocol/adaptive_issuance_storage.ml b/src/proto_beta/lib_protocol/adaptive_issuance_storage.ml index 3f4e34edb9589d87d5c9a0463114fe0333342a23..e42a33eb7deaffe19c15f046aec45d0e0ac01566 100644 --- a/src/proto_beta/lib_protocol/adaptive_issuance_storage.ml +++ b/src/proto_beta/lib_protocol/adaptive_issuance_storage.ml @@ -155,14 +155,14 @@ let dyn_max ~stake_ratio = if Compare.Q.(stake_ratio <= Q.(5 // 100)) then Q.(10 // 100) else if Compare.Q.(stake_ratio >= Q.(50 // 100)) then Q.(1 // 100) else - (* (5115 - 17670 * x + 19437 * (x ^ 2)) / (24149 + 178695 * x) *) - let q5115 = Q.of_int 5115 in - let q17670 = Q.of_int 17670 in - let q19437 = Q.of_int 19437 in - let q24149 = Q.of_int 24149 in - let q178695 = Q.of_int 178695 in + (* (1 + 9 * ((50 - 100 * x) / 42 ) ^ 2 ) / 100 *) + let q9 = Q.of_int 9 in + let q50 = Q.of_int 50 in + let q100 = Q.of_int 100 in + let q42 = Q.of_int 42 in let x = stake_ratio in - Q.((q5115 - (q17670 * x) + (q19437 * x * x)) / (q24149 + (q178695 * x))) + let to_square = Q.((q50 - (q100 * x)) / q42) in + Q.((one + (q9 * to_square * to_square)) / q100) in if Compare.Q.(r <= Q.(1 // 100)) then Q.(1 // 100) else if Compare.Q.(r >= Q.(10 // 100)) then Q.(10 // 100) diff --git a/src/proto_beta/lib_protocol/dune b/src/proto_beta/lib_protocol/dune index c6d5bd145d9a0b1f5b22706df2d005673e53628b..e54efe245145e33540617b6727bbd48242d50d0e 100644 --- a/src/proto_beta/lib_protocol/dune +++ b/src/proto_beta/lib_protocol/dune @@ -314,7 +314,7 @@ (action (write-file %{targets} - "\nlet hash = Tezos_crypto.Hashed.Protocol_hash.of_b58check_exn \"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg\"\nlet name = Tezos_protocol_environment_beta.Name.name\ninclude Tezos_raw_protocol_beta\ninclude Tezos_raw_protocol_beta.Main\n"))) + "\nlet hash = Tezos_crypto.Hashed.Protocol_hash.of_b58check_exn \"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT\"\nlet name = Tezos_protocol_environment_beta.Name.name\ninclude Tezos_raw_protocol_beta\ninclude Tezos_raw_protocol_beta.Main\n"))) (rule (targets tezos_protocol_beta.ml) diff --git a/src/proto_beta/lib_protocol/main.ml b/src/proto_beta/lib_protocol/main.ml index 573bb82d59e46941802ddf316d33e833e1c36a92..d0ccc5f3d1cb442d9a8d6a0ce1fd8e8f603354b8 100644 --- a/src/proto_beta/lib_protocol/main.ml +++ b/src/proto_beta/lib_protocol/main.ml @@ -467,4 +467,4 @@ module Mempool = struct ~predecessor_hash:head_hash) end -(* Vanity nonce: TBD *) +(* Vanity nonce: 3214283110922770 *) diff --git a/src/proto_beta/lib_protocol/sc_rollup_management_protocol.ml b/src/proto_beta/lib_protocol/sc_rollup_management_protocol.ml index c5068e5547b82ce614f5bff06bd1b3648cc4a0f3..8cec2b1c633d2593b1e80015fd3eb2a0053a88cc 100644 --- a/src/proto_beta/lib_protocol/sc_rollup_management_protocol.ml +++ b/src/proto_beta/lib_protocol/sc_rollup_management_protocol.ml @@ -76,7 +76,7 @@ let make_transaction ctxt ~parameters_ty ~unparsed_parameters ~destination let+ parameters, ctxt = Script_ir_translator.parse_data ctxt - ~elab_conf:Script_ir_translator_config.(make ~legacy:true ()) + ~elab_conf:Script_ir_translator_config.(make ~legacy:false ()) ~allow_forged_tickets:true ~allow_forged_lazy_storage_id:false parameters_ty diff --git a/src/proto_beta/lib_protocol/script_ir_translator.ml b/src/proto_beta/lib_protocol/script_ir_translator.ml index dbec7e647d0f8d5c6ba9d523f522686d6a555651..988d822de9dbfad4478552d94dd96ec7fb88a0b1 100644 --- a/src/proto_beta/lib_protocol/script_ir_translator.ml +++ b/src/proto_beta/lib_protocol/script_ir_translator.ml @@ -2374,14 +2374,17 @@ let rec parse_data : _annot ) -> parse_ticket loc ticketer contents_type contents amount | Prim (_, D_Pair, _, _) -> - if legacy then - let*? ty = opened_ticket_type (location expr) t in - let+ ({destination; entrypoint = _}, (contents, amount)), ctxt = - non_terminal_recursion ctxt ty expr - in - ((destination, contents, amount), ctxt) - else tzfail @@ unexpected expr [] Constant_namespace [D_Ticket] - | _ -> tzfail @@ unexpected expr [] Constant_namespace [D_Ticket] + (* TODO: https://gitlab.com/tezos/tezos/-/issues/6833 + + In the future, this [D_Pair] constructor must + be allowed only when the legacy flag is set to true. *) + let*? ty = opened_ticket_type (location expr) t in + let+ ({destination; entrypoint = _}, (contents, amount)), ctxt = + non_terminal_recursion ctxt ty expr + in + ((destination, contents, amount), ctxt) + | _ -> + tzfail @@ unexpected expr [] Constant_namespace [D_Ticket; D_Pair] in match Ticket_amount.of_n amount with | Some amount -> ( diff --git a/src/proto_beta/lib_protocol/script_ir_unparser.ml b/src/proto_beta/lib_protocol/script_ir_unparser.ml index e7cad561e77d59339a1ec8c4db8603e994ccdd8d..2a911dd3b1f0c3c6738f035b5c737e3c6cc6391d 100644 --- a/src/proto_beta/lib_protocol/script_ir_unparser.ml +++ b/src/proto_beta/lib_protocol/script_ir_unparser.ml @@ -2,7 +2,6 @@ (* *) (* Open Source License *) (* Copyright (c) 2022 Nomadic Labs *) -(* Copyright (c) 2024 Marigold, *) (* *) (* Permission is hereby granted, free of charge, to any person obtaining a *) (* copy of this software and associated documentation files (the "Software"),*) @@ -565,33 +564,17 @@ module Data_unparser (P : MICHELSON_PARSER) = struct items.elements in (Micheline.Seq (loc, List.rev items), ctxt) - | Ticket_t (t, _), {ticketer; contents; amount} -> ( + | Ticket_t (t, _), {ticketer; contents; amount} -> + (* ideally we would like to allow a little overhead here because it is only used for unparsing *) + let*? t = P.opened_ticket_type loc t in let destination : Destination.t = Contract ticketer in let addr = {destination; entrypoint = Entrypoint.default} in - let amount = (amount :> Script_int.n Script_int.num) in - match mode with - | Optimized_legacy -> - let*? t = P.opened_ticket_type loc t in - (unparse_data_rec [@tailcall]) - ctxt - ~stack_depth - mode - t - (addr, (contents, amount)) - | Optimized | Readable -> - let*? ticketer, ctxt = unparse_address ~loc ctxt mode addr in - let* contents, ctxt = - non_terminal_recursion ctxt mode t contents - in - let*? amount, ctxt = unparse_nat ~loc ctxt amount in - let*? contents_type, ctxt = unparse_ty ~loc ctxt t in - return - ( Prim - ( loc, - D_Ticket, - [ticketer; contents_type; contents; amount], - [] ), - ctxt )) + (unparse_data_rec [@tailcall]) + ctxt + ~stack_depth + mode + t + (addr, (contents, (amount :> Script_int.n Script_int.num))) | Set_t (t, _), set -> let+ items, ctxt = List.fold_left_es diff --git a/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_balance.ml b/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_balance.ml index f33b53d4e24246acdfe9ee7c5f92d4346e5ff53c..89ddd8b8885545fc6e326ec75c85b8178e8cba3c 100644 --- a/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_balance.ml +++ b/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_balance.ml @@ -2,7 +2,6 @@ (* *) (* Open Source License *) (* Copyright (c) 2022 Trili Tech, *) -(* Copyright (c) 2024 Marigold, *) (* *) (* Permission is hereby granted, free of charge, to any person obtaining a *) (* copy of this software and associated documentation files (the "Software"),*) @@ -1661,12 +1660,12 @@ let test_storage_for_create_and_remove_tickets () = (* Add 1000 units of "A" tickets. *) let* block = add block 1000 "A" in (* After adding one block the new used and paid storage grows to accommodate - for the new ticket. The size is 141 + 48 (size of ticket) = 189. *) + for the new ticket. The size is 141 + 40 (size of ticket) = 181. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 189 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 181 in let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 189 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 181 in (* The size of used and paid-for ticket storage is 67 bytes. (65 for hash and 2 for amount). *) @@ -1674,25 +1673,25 @@ let test_storage_for_create_and_remove_tickets () = let* () = assert_paid_ticket_storage ~loc:__LOC__ block 67 in (* Add 1000 units of "B" tickets. *) let* block = add block 1000 "B" in - (* The new used and paid for contract storage grow to 189 + 48 = 237. *) + (* The new used and paid for contract storage grow to 155 + 40 = 195. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 237 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 221 in let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 237 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 221 in (* The new used and paid for ticket storage doubles (2 * 67 = 134). *) let* () = assert_used_ticket_storage ~loc:__LOC__ block 134 in let* () = assert_paid_ticket_storage ~loc:__LOC__ block 134 in (* Clear all tickets. *) let* block = clear block in - (* We're back to 115 base-line for the used contract storage and keep 237 for + (* We're back to 115 base-line for the used contract storage and keep 195 for paid. *) let* () = assert_used_contract_storage ~loc:__LOC__ block ticket_manager 141 in let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 237 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 221 in (* Since the ticket-table is empty it does not take up any space. However, we've already paid for 134 bytes. *) @@ -1700,14 +1699,14 @@ let test_storage_for_create_and_remove_tickets () = let* () = assert_paid_ticket_storage ~loc:__LOC__ block 134 in (* Add one unit of "C" tickets. *) let* block = add block 1 "C" in - (* The new used storage is 141 + 47 (size of ticket) = 188. The size is 47 - rather than 48 because it carries a smaller amount payload. *) + (* The new used storage is 141 + 39 (size of ticket) = 180. The size is 39 + rather than 40 because it carries a smaller amount payload. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 188 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 180 in - (* We still have paid for 237 contract storage. *) + (* We still have paid for 221 contract storage. *) let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 237 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 221 in (* There is one row in the ticket table with size 65 (for the hash) + 1 (for the amount) = 65 bytes. *) @@ -1716,13 +1715,13 @@ let test_storage_for_create_and_remove_tickets () = let* () = assert_paid_ticket_storage ~loc:__LOC__ block 134 in (* Add yet another "C" ticket. *) let* block = add block 1 "C" in - (* The new used storage is 188 + 47 (size of ticket) = 235. *) + (* The new used storage is 180 + 39 (size of ticket) = 219. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 235 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 219 in - (* We still have paid for 237 contract storage. *) + (* We still have paid for 221 contract storage. *) let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 237 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 221 in (* There is still only one row in the ticket table with size 66. *) let* () = assert_used_ticket_storage ~loc:__LOC__ block 66 in @@ -1730,26 +1729,26 @@ let test_storage_for_create_and_remove_tickets () = let* () = assert_paid_ticket_storage ~loc:__LOC__ block 134 in (* Add a "D" ticket. *) let* block = add block 1 "D" in - (* The new used storage is 235 + 47 (size of ticket) = 282. *) + (* The new used storage is 219 + 39 (size of ticket) = 258. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 282 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 258 in - (* The paid storage also increases to 282. *) + (* The paid storage also increases to 258. *) let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 282 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 258 in (* There are now two rows in the ticket table: 2 x 66 = 132 *) let* () = assert_used_ticket_storage ~loc:__LOC__ block 132 in (* And we've still paid for 134 bytes. *) let* () = assert_paid_ticket_storage ~loc:__LOC__ block 134 in let* block = add block 1 "E" in - (* The new used storage is 282 + 47 (size of ticket) = 297. *) + (* The new used storage is 258 + 39 (size of ticket) = 297. *) let* () = - assert_used_contract_storage ~loc:__LOC__ block ticket_manager 329 + assert_used_contract_storage ~loc:__LOC__ block ticket_manager 297 in - (* The paid storage also increases to 329. *) + (* The paid storage also increases to 297. *) let* () = - assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 329 + assert_paid_contract_storage ~loc:__LOC__ block ticket_manager 297 in (* There are now three rows in the ticket table: 3 x 66 = 198. *) let* () = assert_used_ticket_storage ~loc:__LOC__ block 198 in diff --git a/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_direct_spending.ml b/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_direct_spending.ml index 67813391821a731814e7ea483f4d0fd0a9f8d015..ecae86703a64ce787f4ffb947b4144a9b2c6d17e 100644 --- a/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_direct_spending.ml +++ b/src/proto_beta/lib_protocol/test/integration/michelson/test_ticket_direct_spending.ml @@ -147,39 +147,24 @@ let test_spending ~direct_ticket_spending_enable ~constructor () = (Destination.Contract implicit) block in - match constructor with - | Pair -> - let arg = sf "Pair %S Unit 1" boomerang_str in - let*! res = - call_contract ~source:implicit ~contract:consumer ~arg block - in - if direct_ticket_spending_enable then - Assert.proto_error ~loc:__LOC__ res (function - | Script_tc_errors.Invalid_primitive _ -> true - | _ -> false) - else - Assert.proto_error ~loc:__LOC__ res (function - | Script_interpreter.Bad_contract_parameter _ -> true - | _ -> false) - | Ticket -> - let arg = sf "Ticket %S unit Unit 1" boomerang_str in - if direct_ticket_spending_enable then - let* block = - call_contract ~source:implicit ~contract:consumer ~arg block - in - assert_ticket_balance - ~loc:__LOC__ - ~ticketer:boomerang - ~expected_balance:0 - (Destination.Contract implicit) - block - else - let*! res = - call_contract ~source:implicit ~contract:consumer ~arg block - in - Assert.proto_error ~loc:__LOC__ res (function - | Script_interpreter.Bad_contract_parameter _ -> true - | _ -> false) + let arg = + match constructor with + | Pair -> sf "Pair %S Unit 1" boomerang_str + | Ticket -> sf "Ticket %S unit Unit 1" boomerang_str + in + if direct_ticket_spending_enable then + let* block = call_contract ~source:implicit ~contract:consumer ~arg block in + assert_ticket_balance + ~loc:__LOC__ + ~ticketer:boomerang + ~expected_balance:0 + (Destination.Contract implicit) + block + else + let*! res = call_contract ~source:implicit ~contract:consumer ~arg block in + Assert.proto_error ~loc:__LOC__ res (function + | Script_interpreter.Bad_contract_parameter _ -> true + | _ -> false) let tests = [ diff --git a/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_join.out b/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_join.out index 4770d2a5ced8e24c4b3d84f44ed8eee3e06a7767..9b2173a0c4f327ff0d387fc082863437f378cccd 100644 --- a/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_join.out +++ b/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_join.out @@ -1,42 +1,42 @@ trace - UNPAIR (interp) @ location: 10 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 3) None) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 3) None) ] - UNPAIR (entry) @ location: 10 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 3) None) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 3) None) ] - log/SWAP (exit) @ location: 10 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) + [ (Pair "[CONTRACT_HASH]" 17 3) None ] - SWAP (entry) @ location: 11 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) + [ (Pair "[CONTRACT_HASH]" 17 3) None ] - log/IF_NONE (exit) @ location: 11 [ None - (Ticket "[CONTRACT_HASH]" nat 17 3) ] + (Pair "[CONTRACT_HASH]" 17 3) ] - IF_NONE (entry) @ location: 12 [ None - (Ticket "[CONTRACT_HASH]" nat 17 3) ] + (Pair "[CONTRACT_HASH]" 17 3) ] - log/[halt] (exit) @ location: 12 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - [halt] (entry) @ location: 24 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - control: KCons - log/SOME (exit) @ location: 12 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - SOME (entry) @ location: 24 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - log/NIL (exit) @ location: 24 - [ (Some (Ticket "[CONTRACT_HASH]" nat 17 3)) ] + [ (Some (Pair "[CONTRACT_HASH]" 17 3)) ] - NIL (entry) @ location: 25 - [ (Some (Ticket "[CONTRACT_HASH]" nat 17 3)) ] + [ (Some (Pair "[CONTRACT_HASH]" 17 3)) ] - log/PAIR (exit) @ location: 25 [ {} - (Some (Ticket "[CONTRACT_HASH]" nat 17 3)) ] + (Some (Pair "[CONTRACT_HASH]" 17 3)) ] - PAIR (entry) @ location: 27 [ {} - (Some (Ticket "[CONTRACT_HASH]" nat 17 3)) ] + (Some (Pair "[CONTRACT_HASH]" 17 3)) ] - log/[halt] (exit) @ location: 27 - [ (Pair {} (Some (Ticket "[CONTRACT_HASH]" nat 17 3))) ] + [ (Pair {} (Some (Pair "[CONTRACT_HASH]" 17 3))) ] - [halt] (entry) @ location: 9 - [ (Pair {} (Some (Ticket "[CONTRACT_HASH]" nat 17 3))) ] + [ (Pair {} (Some (Pair "[CONTRACT_HASH]" 17 3))) ] - control: KNil diff --git a/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_split.out b/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_split.out index 5e90aa81ca71b874b604a537785dc98e69dd7ada..ae449fe91b48e6372c56fc00fb9a6dd8fc25b1d5 100644 --- a/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_split.out +++ b/src/proto_beta/lib_protocol/test/regression/expected/test_logging.ml/ticket_split.out @@ -1,164 +1,164 @@ trace - CAR (interp) @ location: 8 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 3) Unit) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 3) Unit) ] - CAR (entry) @ location: 8 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 3) Unit) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 3) Unit) ] - log/PUSH (exit) @ location: 8 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - PUSH (entry) @ location: 9 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) ] + [ (Pair "[CONTRACT_HASH]" 17 3) ] - log/SWAP (exit) @ location: 9 [ (Pair 1 2) - (Ticket "[CONTRACT_HASH]" nat 17 3) ] + (Pair "[CONTRACT_HASH]" 17 3) ] - SWAP (entry) @ location: 16 [ (Pair 1 2) - (Ticket "[CONTRACT_HASH]" nat 17 3) ] + (Pair "[CONTRACT_HASH]" 17 3) ] - log/SPLIT_TICKET (exit) @ location: 16 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) + [ (Pair "[CONTRACT_HASH]" 17 3) (Pair 1 2) ] - SPLIT_TICKET (entry) @ location: 17 - [ (Ticket "[CONTRACT_HASH]" nat 17 3) + [ (Pair "[CONTRACT_HASH]" 17 3) (Pair 1 2) ] - log/IF_NONE (exit) @ location: 17 - [ (Some (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2))) ] + [ (Some (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2))) ] - IF_NONE (entry) @ location: 19 - [ (Some (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2))) ] + [ (Some (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2))) ] - log/[halt] (exit) @ location: 19 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2)) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2)) ] - [halt] (entry) @ location: 25 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2)) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2)) ] - control: KCons - log/UNPAIR (exit) @ location: 19 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2)) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2)) ] - UNPAIR (entry) @ location: 25 - [ (Pair (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2)) ] + [ (Pair (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2)) ] - log/READ_TICKET (exit) @ location: 25 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - READ_TICKET (entry) @ location: 26 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/CDR (exit) @ location: 26 [ (Pair "[CONTRACT_HASH]" 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - CDR (entry) @ location: 28 [ (Pair "[CONTRACT_HASH]" 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/CDR (exit) @ location: 28 [ (Pair 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - CDR (entry) @ location: 29 [ (Pair 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/PUSH (exit) @ location: 29 [ 1 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - PUSH (entry) @ location: 30 [ 1 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/COMPARE (exit) @ location: 30 [ 1 1 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - COMPARE (entry) @ location: 35 [ 1 1 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/EQ (exit) @ location: 35 [ 0 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - EQ (entry) @ location: 36 [ 0 - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/IF (exit) @ location: 36 [ True - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - IF (entry) @ location: 37 [ True - (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/[halt] (exit) @ location: 37 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - [halt] (entry) @ location: 43 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - control: KCons - log/DROP (exit) @ location: 37 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - DROP (entry) @ location: 43 - [ (Ticket "[CONTRACT_HASH]" nat 17 1) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 1) + (Pair "[CONTRACT_HASH]" 17 2) ] - log/READ_TICKET (exit) @ location: 43 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - READ_TICKET (entry) @ location: 44 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - log/CDR (exit) @ location: 44 [ (Pair "[CONTRACT_HASH]" 17 2) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - CDR (entry) @ location: 46 [ (Pair "[CONTRACT_HASH]" 17 2) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/CDR (exit) @ location: 46 [ (Pair 17 2) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - CDR (entry) @ location: 47 [ (Pair 17 2) - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/PUSH (exit) @ location: 47 [ 2 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - PUSH (entry) @ location: 48 [ 2 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/COMPARE (exit) @ location: 48 [ 2 2 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - COMPARE (entry) @ location: 53 [ 2 2 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/EQ (exit) @ location: 53 [ 0 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - EQ (entry) @ location: 54 [ 0 - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/IF (exit) @ location: 54 [ True - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - IF (entry) @ location: 55 [ True - (Ticket "[CONTRACT_HASH]" nat 17 2) ] + (Pair "[CONTRACT_HASH]" 17 2) ] - log/[halt] (exit) @ location: 55 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - [halt] (entry) @ location: 61 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - control: KCons - log/DROP (exit) @ location: 55 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - DROP (entry) @ location: 61 - [ (Ticket "[CONTRACT_HASH]" nat 17 2) ] + [ (Pair "[CONTRACT_HASH]" 17 2) ] - log/UNIT (exit) @ location: 61 [ ] - UNIT (entry) @ location: 62 diff --git a/src/proto_beta/lib_protocol/test/regression/test_logging.ml b/src/proto_beta/lib_protocol/test/regression/test_logging.ml index 8c3869821ba4c1281678d6b104b943df881def75..364356769de32d3b3bb4e8b19cdcc3ae5e4e07cd 100644 --- a/src/proto_beta/lib_protocol/test/regression/test_logging.ml +++ b/src/proto_beta/lib_protocol/test/regression/test_logging.ml @@ -382,11 +382,11 @@ let () = ~storage:"{}" "spawn_identities"; transaction - ~parameter:"Ticket \"KT1Ln1MPvHDJ1phLL8dNL4jrKF6Q1yQCBG1v\" nat 17 3" + ~parameter:"Pair \"KT1Ln1MPvHDJ1phLL8dNL4jrKF6Q1yQCBG1v\" 17 3" ~storage:"None" "ticket_join"; transaction - ~parameter:"Ticket \"KT1Ln1MPvHDJ1phLL8dNL4jrKF6Q1yQCBG1v\" nat 17 3" + ~parameter:"Pair \"KT1Ln1MPvHDJ1phLL8dNL4jrKF6Q1yQCBG1v\" 17 3" ~storage:"Unit" "ticket_split"; transaction ~parameter:"5" ~storage:"3" "view_toplevel_lib"; diff --git a/src/proto_beta/lib_protocol/test/unit/test_adaptive_issuance.ml b/src/proto_beta/lib_protocol/test/unit/test_adaptive_issuance.ml index 3b485165122479692ca09603e32fdf0a434378ee..594ab87e2671be574747f79fa6c83860157452c5 100644 --- a/src/proto_beta/lib_protocol/test/unit/test_adaptive_issuance.ml +++ b/src/proto_beta/lib_protocol/test/unit/test_adaptive_issuance.ml @@ -627,12 +627,12 @@ let test_dyn_max () = (1 // 100, 10 // 100); (5 // 100, 10 // 100); (7_91 // 100_00, 10 // 100); - (10 // 100, 354237 // 4201850); - (15 // 100, 1160733 // 20381300); - (20 // 100, 29481 // 748600); - (30 // 100, 156333 // 7775750); - (40 // 100, 28923 // 2390675); - (49_9 // 100_0, 1137502437 // 113317805000); + (10 // 100, 449 // 4900); + (15 // 100, 29 // 400); + (20 // 100, 137 // 2450); + (30 // 100, 149 // 4900); + (40 // 100, 37 // 2450); + (49_9 // 100_0, 19601 // 1960000); (50 // 100, 1 // 100); (100 // 100, 1 // 100); (222 // 100, 1 // 100); diff --git a/tezt/lib_tezos/protocol.ml b/tezt/lib_tezos/protocol.ml index 8d410ff88a71df87519002f8cffee48b1fdd0188..30cb7f972e9b50e17bca9a84d02b50268f066ae4 100644 --- a/tezt/lib_tezos/protocol.ml +++ b/tezt/lib_tezos/protocol.ml @@ -60,7 +60,7 @@ let tag protocol = String.lowercase_ascii (name protocol) let hash = function | Alpha -> "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK" | ParisC -> "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi" - | Beta -> "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg" + | Beta -> "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT" (* DO NOT REMOVE, AUTOMATICALLY ADD STABILISED PROTOCOL HASH HERE *) let genesis_hash = "ProtoGenesisGenesisGenesisGenesisGenesisGenesk612im" diff --git a/tezt/tests/expected/RPC_test.ml/Beta-- (mode client) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Beta-- (mode client) RPC regression tests- mempool.out index d30a4fad5d12cf443666cf66041f876c469dc52b..af8f74f0ab2676583652821454924e0da3e973a2 100644 --- a/tezt/tests/expected/RPC_test.ml/Beta-- (mode client) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Beta-- (mode client) RPC regression tests- mempool.out @@ -1,10 +1,10 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] ./octez-client rpc get '/chains/main/mempool/pending_operations?version=2&validated=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "validated": @@ -20,7 +20,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -36,7 +36,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -53,7 +53,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -87,7 +87,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -103,7 +103,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -120,7 +120,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -150,7 +150,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -166,7 +166,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -183,7 +183,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -222,7 +222,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -242,7 +242,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -262,7 +262,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -284,7 +284,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "branch_delayed": [], "unprocessed": [] } curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.beta.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.beta.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] ./octez-client rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], diff --git a/tezt/tests/expected/RPC_test.ml/Beta-- (mode proxy) RPC regression tests- mempool.out b/tezt/tests/expected/RPC_test.ml/Beta-- (mode proxy) RPC regression tests- mempool.out index 81b725494fbe5dd6aae780aa9362d3ebc78951b0..c2b23b4b472cf43b69d888bacb8288f01c8c1e62 100644 --- a/tezt/tests/expected/RPC_test.ml/Beta-- (mode proxy) RPC regression tests- mempool.out +++ b/tezt/tests/expected/RPC_test.ml/Beta-- (mode proxy) RPC regression tests- mempool.out @@ -1,10 +1,10 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' [] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"}] ./octez-client --mode proxy rpc get '/chains/main/mempool/pending_operations?version=2&validated=true&refused=true&outdated=true&branch_delayed=true&branch_refused=true' { "validated": @@ -20,7 +20,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -36,7 +36,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -53,7 +53,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -87,7 +87,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -103,7 +103,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -120,7 +120,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -150,7 +150,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "[SIGNATURE]" } ], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -166,7 +166,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -183,7 +183,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "expected": "2", "found": "1" } ] } ], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -222,7 +222,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -242,7 +242,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [], "outdated": [], "branch_refused": [], "branch_delayed": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -262,7 +262,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t { "validated": [], "refused": [], "outdated": [], "branch_refused": [ { "hash": "[OPERATION_HASH]", - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "branch": "[BRANCH_HASH]", "contents": [ { "kind": "transaction", @@ -284,7 +284,7 @@ curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=t "branch_delayed": [], "unprocessed": [] } curl -s 'http://[HOST]:[PORT]/chains/main/mempool/monitor_operations?validated=true&outdated=true&branch_delayed=true&refused=true&branch_refused=true' -[{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.beta.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] +[{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]"},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"0","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"permanent","id":"proto.beta.prefilter.fees_too_low"}]},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"1","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"branch","id":"proto.beta.contract.counter_in_the_past","contract":"[PUBLIC_KEY_HASH]","expected":"2","found":"1"}]},{"hash":"[OPERATION_HASH]","protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","branch":"[BRANCH_HASH]","contents":[{"kind":"transaction","source":"[PUBLIC_KEY_HASH]","fee":"1000","counter":"5","gas_limit":"1040","storage_limit":"257","amount":"1000000","destination":"[PUBLIC_KEY_HASH]"}],"signature":"[SIGNATURE]","error":[{"kind":"temporary","id":"proto.beta.contract.counter_in_the_future","contract":"[PUBLIC_KEY_HASH]","expected":"1","found":"5"}]}] ./octez-client --mode proxy rpc get /chains/main/mempool/filter { "minimal_fees": "100", "minimal_nanotez_per_gas_unit": [ "100", "1" ], diff --git a/tezt/tests/expected/baker_test.ml/Beta-- Baker rewards.out b/tezt/tests/expected/baker_test.ml/Beta-- Baker rewards.out index a0baf31117d802b913487119db36c30728b69779..463046346ff6d4e17d93d9bcbacb02eda12306b7 100644 --- a/tezt/tests/expected/baker_test.ml/Beta-- Baker rewards.out +++ b/tezt/tests/expected/baker_test.ml/Beta-- Baker rewards.out @@ -1,7 +1,7 @@ ./octez-client rpc get /chains/main/blocks/head/metadata -{ "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", - "next_protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", +{ "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", + "next_protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "test_chain_status": { "status": "not_running" }, "max_operations_ttl": 2, "max_operation_data_length": 32768, "max_block_header_length": 289, "max_operation_list_length": diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input254251340-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input254251340-.out index 8bca2e2d77a02ab474c193a26ed9032160465e4e..87b2464c3b8200d69418f5dafca7cd3d37aa0b92 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input254251340-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input254251340-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 948 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 948 --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input420401245-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input420401245-.out index 47d3f4e8bb623ce91a798b0ab44c7faac4649d66..fef67e38f73bbd99f30c3f65f2788a8c231caa57 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input420401245-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input420401245-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 12039123919239192312931 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 12039123919239192312931 --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input680650890-.out index a50ba9abe71fe86298aeedc94cdab59b45006857..30deafcf03740d8b03223e3d4d2500b4f2a19d99 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -abs--storage125992234--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/abs.tz on storage Unit and input 0 --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add--storage125992234--input125992234-.out index 4532081cc12e5cc7f2cca77851222818707f70b8..a2a24ff71ae4cae8f5e3c86cff41f5f8947f7434 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input322109491-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input322109491-.out index 897e66591bc473dc52b8b2b196fcff33618b67eb..46f90b52d9bfaa9a2ba59723a8b1c92c0ca7b733 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input322109491-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input322109491-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x01 0x00' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x01 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input461261325-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input461261325-.out index 42cc650ba0770cd134ea403067078ca6b8874922..da208bdabf415deafed17177f196ca90cd626234 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input461261325-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input461261325-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x010000' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x010000' --level 1 --trace-stack storage (Some 0x0200000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input530006774-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input530006774-.out index ab4016b3b190389b6600e97ffcaca1db2d3ee455..dd73fcf067c674cbb0317fe9978249df9782ca7e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input530006774-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input530006774-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x00' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input712570300-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input712570300-.out index 6d549c34fe04b244ba989b56d68acf381af44213..a17b0fe4d468bb37d50453b2e70dc1a39cf82a20 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input712570300-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_bls12_381_fr--storage921624073--input712570300-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x00 0x00' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x00 0x00' --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input249636002-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input249636002-.out index e1526ea684d0e52aaec57494a866c9116996e7fa..2de05f32c5c73a8da6f58e69e56486c1ecb27d1f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input249636002-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input267363182-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input267363182-.out index bacf2da2482dc4520cfaf259da22332e562ddbf8..928905ae9cb13c4594f540b677039c342bc90a07 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input267363182-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input267363182-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair -100 100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair -100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input438561129-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input438561129-.out index 23430ff76aa16f246616c54b841d6ac7556dafa4..47d9bc5628c91fb7c552fbf6db4d30d436fa6ab7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input438561129-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_delta_timestamp--storage921624073--input438561129-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 0 "1970-01-01T00:00:00Z")' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 0 "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input249636002-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input249636002-.out index 35827af4a6369a08e082613eb6105b24f4a71116..0ce67550c54a86c81dbf3a9ec43ff5363d80c91d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input249636002-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input307538219-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input307538219-.out index 3f678216343aeef429b1190eff27bf3885329333..855449bd16fcecd9469e2220b2f9bb612dd6e73d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input307538219-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input307538219-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 -100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 -100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input373737581-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input373737581-.out index f0cda9aba0c12b93510cdaea714541332dc795e4..29e1108c0ebe01993931ee057049c2d537702a5e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input373737581-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -add_timestamp_delta--storage921624073--input373737581-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair "1970-01-01T00:00:00Z" 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/add_timestamp_delta.tz on storage None and input '(Pair "1970-01-01T00:00:00Z" 0)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -address--storage921624073--input117475800-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -address--storage921624073--input117475800-.out index 4e23447a07a7869014fbabfd4b2aa19b2e0eef67..f5fdcdc95b907f6f7d39efd7118534030c457a20 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -address--storage921624073--input117475800-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -address--storage921624073--input117475800-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/address.tz on storage None and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/address.tz on storage None and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage (Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input106930123-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input106930123-.out index 87c863206d0b615c681aafcee95904ee26c8290d..8abafc8e202e8de862dcc7a94778a1f50cc1e87b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input106930123-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair False True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input181204719-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input181204719-.out index d3ee069bade33e5b11ad866d2341f49fcfdbfddd..5578ba9f709db743b8e6c4b695208dffd179d7c3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input181204719-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair True False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input223774825-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input223774825-.out index 75f2df853ea4f87938be40eca8c1e958cbf9b212..2590c3bfadc33877295a517f3e3d4a1954d8b7f9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input223774825-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair False False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input908807505-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input908807505-.out index c3313417e76c5aa196276601c43e30236a51ca51..e7832fe8ce0eb555a1eb9a2df46b57627733e09a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input908807505-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair True True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_binary--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_binary--storage125992234--input125992234-.out index a29233984ccffbb9ccab7b30ef20cca2e850aa4a..6afc867cfdb02e6c53249e1043ef720bf323f838 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_binary--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_binary--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_binary.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_binary.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_bytes--storage125992234--input125992234-.out index dd665b4367f0c0129aa5532e286a3d05aa7c657b..a412faee7cbc6ef956b8214b6bb9a7a417409f0a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input106930123-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input106930123-.out index 0813088a96910f4369c40eb3ef28431b72462136..64113d5bde8893989d47a3e00d44a8fa05551aec 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input106930123-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input106930123-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair False True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair False True)' --level 1 --trace-stack storage False emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input181204719-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input181204719-.out index c8073d67a53a84451463967c4ac0d76082fbbf48..d0576497760307cb767e22052b21a6dc2c3e4180 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input181204719-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input181204719-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair True False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair True False)' --level 1 --trace-stack storage False emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input223774825-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input223774825-.out index f5ec70ae9556a5e6ec0a260ade919a70b1aa50e0..d322be0c49beb07f79b246b6e195efd434df0c41 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input223774825-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input223774825-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair False False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair False False)' --level 1 --trace-stack storage False emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input908807505-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input908807505-.out index 5140d5a8eed0900df0e2c1088944f4184a796e45..51c3cb716d72d394c05a0d5633ee638b41dc3aec 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input908807505-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -and_logical_1--storage570553153--input908807505-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair True True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/and_logical_1.tz on storage False and input '(Pair True True)' --level 1 --trace-stack storage True emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -balance--storage492856247--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -balance--storage492856247--input125992234-.out index c275f8f4f3f03598e0ff8c8c78553c89407ee09e..acd36037c2ab030de138d524390e479d875d0ad2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -balance--storage492856247--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -balance--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/balance.tz on storage 111 and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/balance.tz on storage 111 and input Unit --level 1 --trace-stack storage 4000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage495706788--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage495706788--input453441034-.out index ab369bc8a4b486852441acc3c6216b4cb29ede4a..ba6b910f78de7ac3c33dc18c69240e5ae4b92925 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage495706788--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input453441034-.out index ce3aa38340df655fff650929caafe99cc869e896..aa07794727f1adabc60095d4b0791b9d89b002ab 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input564400327-.out index bdf4e08a3a90e1c2b00ec91b17e574d51b2dba71..364cd480c0ed467cc5aa6f42e727cab5a8973e6e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input654274102-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input654274102-.out index 832c52a7da9dd62213d5f50ae29c43dc13043412..50dd37ae39db24a82e2aa53d2c162ab80202537c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input654274102-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage690637660--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage690637660--input453441034-.out index abccc5b832538d8000449c8faaf152cb97fd974f..a0f90c9f481d35cc6487563dd1229e1012ebd34e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage690637660--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage806237530--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage806237530--input453441034-.out index bb8a4745e8aff1bbc4e66d494a5223aa56545795..0ab708b1d8fae0e4d557ab62c6a0dc3ee10819cd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage806237530--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_nat--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input1071610051-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input1071610051-.out index 177677e1aaa48acb887080811020f3fa5709db10..8099e10f25ac18f6c239d8519077ea1584f83e2b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input1071610051-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input700475845-.out index dbbb692e2255b07e2bb6ca73bb29436af7ebd949..c0029198535342bef40538be27396e240b22449e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input905318451-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input905318451-.out index fdb9640195f01e2c591dd799bf5e6ec804cfccde..3e450c307d30ff973c5c009cb7ed520e9b716d6b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input905318451-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage495706788--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage495706788--input700475845-.out index 8a79b935752fa57bae77656d620e49ba53810c10..eafe2694a471492fbdce45453e4a4a5bc27db651 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage495706788--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage915708427--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage915708427--input700475845-.out index 6b28b0222ea8d8af68709b8e2cfecb953c7feebf..9f59afe3a07aa930dcab4918a6a1cc72854b08ba 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage915708427--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage936682951--input905318451-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage936682951--input905318451-.out index 192434dc4c28f871e002e37e559a24039570b4f6..11029bdc62d735356e6d464fbf08726e5dd88188 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage936682951--input905318451-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -big_map_mem_string--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_bytes_not_padded--storage921624073--input12599.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_bytes_not_padded--storage921624073--input12599.out index 5fb6379c51d9faf940c27b503e1a9249d1e54e5a..68df7784c2164d4e63d786e80f71c8074cfede17 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_bytes_not_padded--storage921624073--input12599.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_bytes_not_padded--storage921624073--input12599.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_push_bytes_not_padded.tz on storage None and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_push_bytes_not_padded.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_nat--storage921624073--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_nat--storage921624073--input125992234-.out index 3be40e012ff8e70a391c25a78b62a25fd13ef081..3342c9b9f64379ebddfc151fc002783765b94549 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_nat--storage921624073--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_push_nat--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_push_nat.tz on storage None and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_push_nat.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x1000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input1043734173-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input1043734173-.out index 78b79e65adebb257f20ae4e031e0e8e7eb286fff..f37d24f15235c164f4a8b7cb34025c9fb8fa8824 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input1043734173-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input1043734173-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x01 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x01 --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input151303925-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input151303925-.out index 692adafcc0791f8b1a4809b9d461e27e30214dd1..78e71efc510dbe40a1933b9c15a4ca25bd948e62 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input151303925-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input151303925-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x00 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x00 --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input520610122-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input520610122-.out index 2c9e2f1459c600dc287930e884650b3bd70edbd2..15fd8b92118f91686972f8fe6ff7a0dd750cb969 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input520610122-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input520610122-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719 --level 1 --trace-stack storage 11320265829256585830781521966149529460476767408210445238902869222031333517497 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input558805129-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input558805129-.out index 5e33d399e048fb052e327feb9125304d2a6055b3..6e02f52a0920ddcb86731ae3e2d4000526efd16c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input558805129-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_int--storage680650890--input558805129-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27 --level 1 --trace-stack storage 17832688077013577776524784494464728518213913213412866604053735695200962927400 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_mutez--storage680650890--input229402968-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_mutez--storage680650890--input229402968-.out index 85445919865f85cb601e4cd840a58ee05a660787..55ff3a40955a455f85abcf72c4c7e5b2301bde01 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_mutez--storage680650890--input229402968-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_to_mutez--storage680650890--input229402968-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_mutez.tz on storage 0 and input 0x10 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_to_mutez.tz on storage 0 and input 0x10 --level 1 --trace-stack storage 16 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage287336412--input1019409032-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage287336412--input1019409032-.out index 1e3cf1c6ec77caeee3ed5ade7971c3b53cb6177b..213061387bdeb5c62a976f1443b2c5e5b91377a6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage287336412--input1019409032-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage698210250--input949526473-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage698210250--input949526473-.out index dbeb53025b8e6bce8c29d3a8d570ac0eeaead0f4..a00b397107876d0352531c7b7b0042da44f158fc 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage698210250--input949526473-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input166435292-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input166435292-.out index 1d668531316ad2f61a6d1b1ffa953fe99be560cd..b90fd86b99ef70dc81e52c0753344c5129b24daf 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input166435292-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input583291483-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input583291483-.out index 57614276988f41c273c5274ebde815aa4e582bdc..023fc59b9ca840df54c5cd4dedbb753a08baefbc 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input583291483-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input1055524890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input1055524890-.out index 5662feeadda9afa2e8bfcbf45f88392c9e780caa..2bdbd688b8b2194862b7355ea9bb4abdecc406e1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input1055524890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input453441034-.out index ca30d846aa49844356cfa512eb0487a8cb108bca..17d51a719b85027334093162c65f709fae40187b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input564400327-.out index c547478616a63c758a57241fae4416e6830313cf..4c510da37bb286f4dd307af9ed8365cab5d68ce5 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input585234482-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input585234482-.out index b11753b7d1376e1097b6a87306ab3eaff6b91f1c..3847f695f915b0404ca01eba8603279c24482e6c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input585234482-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input680650890-.out index a0f3fb86f67b9b5e30bd02af58b5052fd8e3c882..fad51ba34cdc335a4bc1a7b63bd1a5b68ae43447 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input701858804-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input701858804-.out index c1a4b6db66165368feea6a7b965f29de72f5bf6b..71d52ae45f001004c85565730ff3d889ddfeec52 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input701858804-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_int--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage287336412--input1019409032-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage287336412--input1019409032-.out index 54a6d5d66fb9063b4fa3d43ab383820c5f9d5746..1fd478785963fa6e7b88d70feaf0eecc73beb196 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage287336412--input1019409032-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage698210250--input949526473-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage698210250--input949526473-.out index 31dc96fcdf05cbde41328ec5b694eb1d4fbd1760..7aef445d7790e42ff5ff3c491e2cd6c786efcff2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage698210250--input949526473-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input166435292-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input166435292-.out index 540bc46d88669f49152e0b9d30e43b3bbaf82897..3b29bd49bd79f504b6952c9bbe7f83489e1a30b7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input166435292-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input583291483-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input583291483-.out index 3114fb59bebd9bd5d0be5557b41dfbeaaf648db8..52d2cc96243dad03c70c82c2b6e9c822a65fa9d2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input583291483-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input1055524890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input1055524890-.out index dabf9838912526234d3568b9277c6fc065cd082d..8718156bc0c257ba304a021e6c907cf0723f6c04 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input1055524890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input453441034-.out index 410cb068d7c92906df630b0f6b094a1e588d9ef5..f795c5b2a6e96d4cb96a5096866ca2128654327c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input564400327-.out index 56b269a919a103381543e9d5c30845bcfdb9eff7..b21779322e595c08a1b31eee0f51e6ff6fc801bd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input680650890-.out index d979304feb73f2c7f371110bd8c94b3b1cd16ecd..5c5c962058b1466b3a1671619838000f20f57158 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_fr_z_nat--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage287336412--input1019409032-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage287336412--input1019409032-.out index 318c0591be2a1810e1cfdf6f9dfd42ddaf294794..b800e6f207a82ed1a529ea8b16fce59ac7e7d7d7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage287336412--input1019409032-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage698210250--input949526473-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage698210250--input949526473-.out index 46d016e32cf3ca266a0e18c31263e882f00188c6..80bfa99132f3a9902d000691a72b2ac4f718b77d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage698210250--input949526473-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input166435292-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input166435292-.out index 5a2c9a0f811c4af7de3d6a82d46751cc16eb1e0f..8481b5165eec414223f00eb10a067d8250ccc2d9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input166435292-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input583291483-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input583291483-.out index 43b83ff16db7cd5f7c84520c9d89fc128b456b1f..365e897bf8b63a3efcb75cc291b62f8731c3bfd4 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input583291483-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input1055524890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input1055524890-.out index d994123af93e62cf576662c37336e5bede11d0b1..58430cb4b15a6449124d28dbf38675a94f2f6bdf 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input1055524890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input453441034-.out index af5e04cc9f25f5f4cb1c666fa76fe06ac4f119fb..f9a28c7f8ff13d757812309ae1abd2a7b0d1854e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input564400327-.out index 139bd3ed1da9dfbbc6f4740838f6033dd7451050..7810363db618516edb5e182b672c06a68c3d1372 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input585234482-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input585234482-.out index b318dbd926564c914552a8dd718dc79bd639200a..6ca96c630c1d1197046c277d43b7fe0ed02a95ad 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input585234482-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input680650890-.out index f2acf172f3dbcea6aaaf1d57fdd8156bd577cdab..2dfb053411b6c1d3b43b1806e3d696137862c1aa 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input701858804-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input701858804-.out index 95f0524364bffae48b635d6e54c2e7ae3ff0d519..1211e1b39365e97bfb4b6d4ddc8b27f5b83148ce 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input701858804-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_int--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage287336412--input1019409032-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage287336412--input1019409032-.out index 5775f5bdfe62e82cf5e08e12ee1fa75ea797762f..8dc1186b4c827dbfb3c240e178ad9e27d581ea3c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage287336412--input1019409032-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage698210250--input949526473-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage698210250--input949526473-.out index 7f191a732d4b499925b4249eed6759b7a60906f4..f3111e2e49ecd8784544d089350967eae4918764 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage698210250--input949526473-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input166435292-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input166435292-.out index b6276ee5a04460bcd1b9a2ffc27aefad8a32515e..3a17c96ca6591c765f0e9464b2fdf539721cd5f0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input166435292-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input583291483-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input583291483-.out index 461132595e76e0d960293328ee454807ba8ccfaa..3ec8e9f580f9121d5fc3a8fdb9976cbe6bc97887 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input583291483-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input1055524890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input1055524890-.out index ac876e6dee2c5666aa50bda8e7bf1c0c102d49d5..a32bb7775f49bd436fc6986431ce6b09e904d7c4 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input1055524890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input453441034-.out index 987a4b9818c42f76ddf1aa9f8c4910abcf0c8320..60d433aff1c77f08292cfa8ab7c938b39088779f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input564400327-.out index 3c49f7c48bc7875629de9fb1b7917d08e72f75ff..e3e33921f7b021dcf371d87949358c2ae0206bf7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input680650890-.out index 563f411a6ce4ce0fdd2dbf28fd5ea0bf09c9f7bc..f490addd9a53dd19f44b47fc8ef1010b7d73425b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bls12_381_z_fr_nat--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_int--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_int--storage125992234--input125992234-.out index 16dc65e179f6247c95c4d015b186b73b46235b58..dac08e07891a93d783f1665bd8a9b88ef1635a4e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_int--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_int--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bytes_of_int_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bytes_of_int_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_nat--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_nat--storage125992234--input125992234-.out index 53857a969689ed549fcaebae6b31a8e6114a7d76..cd5e86daf21bc7b83ab5d04f34460444e08c35bc 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_nat--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -bytes_of_nat--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bytes_of_nat_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/bytes_of_nat_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -car--storage680650890--input783124233-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -car--storage680650890--input783124233-.out index 5d6749dd89b7fb357095976d5e4a05a72c7e9d5c..d45c777edc3d2cde61631739628de96e7194d673 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -car--storage680650890--input783124233-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -car--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/car.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/car.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 34 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cdr--storage680650890--input783124233-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cdr--storage680650890--input783124233-.out index f4edc13d61a575de4f9c6b10e90d7895c9bccd2c..fc125dee213aa92a1fdcf32fc61bcce9a997b3fe 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cdr--storage680650890--input783124233-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cdr--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cdr.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cdr.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 17 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage109160754--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage109160754--input125992234-.out index 6c476609876a92e0eae594d6ed4babb34020b114..17e5e0c9a931f32a2f53c044213e522d187503f6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage109160754--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage109160754--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage '(Some 0x7a06a770)' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage '(Some 0x7a06a770)' and input Unit --level 1 --trace-stack storage (Some "NetXynUjJNZm7wi") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage921624073--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage921624073--input125992234-.out index ddf05f8f0f822007b57690fddd842a0222b2f40b..cf42140d6612dbb63042ae72eb08439d17cf021c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage921624073--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage None and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage None and input Unit --level 1 --trace-stack storage (Some "NetXynUjJNZm7wi") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage981066851--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage981066851--input125992234-.out index 30b8febbbcd64a2d31e0b1b62d32a1c21083525d..b791ba81bd55878db0dd0da26f387d314f06ac20 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage981066851--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -chain_id_store--storage981066851--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage '(Some "NetXynUjJNZm7wi")' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/chain_id_store.tz on storage '(Some "NetXynUjJNZm7wi")' and input Unit --level 1 --trace-stack storage (Some "NetXynUjJNZm7wi") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb--storage950292965--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb--storage950292965--input125992234-.out index 49cbdc544beb52842d1058a874957e24c5620442..f8cfafde61c549838786cd211381daa0e472235c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb--storage950292965--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb--storage950292965--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb.tz on storage '(Pair 0 0 0)' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb.tz on storage '(Pair 0 0 0)' and input Unit --level 1 --trace-stack storage (Pair 1 2 3) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-get--storage125992234--input186507116-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-get--storage125992234--input186507116-.out index 87ea991a8f94737396b6edcc179f66a28d07229c..56920da51461ff1a00f6e95c08d27d63850afa02 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-get--storage125992234--input186507116-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-get--storage125992234--input186507116-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-get.tz on storage Unit and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-get.tz on storage Unit and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set--storage186507116--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set--storage186507116--input125992234-.out index 3d66e92abf98d2bb92c3b058e8fdee97b8d29458..6cae581f059e29d85aeb78920528f08af5e5d7d6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set--storage186507116--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set--storage186507116--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-set.tz on storage '(Pair 1 4 2 Unit)' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-set.tz on storage '(Pair 1 4 2 Unit)' and input Unit --level 1 --trace-stack storage (Pair 2 12 8 Unit) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set-2--storage921624073--input186507116-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set-2--storage921624073--input186507116-.out index 5a85ef887e558bea050a5bff917577bd5c3a3c82..54c5263789de646dcb0c839d68d15f66c40ea79c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set-2--storage921624073--input186507116-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comb-set-2--storage921624073--input186507116-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-set-2.tz on storage None and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comb-set-2.tz on storage None and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage (Some (Pair 2 4 "toto" 0x01)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -compare--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -compare--storage125992234--input125992234-.out index 2ce6d45afde5955e06a4dd5883743e81e8d23b8c..b7d6db5cee9146878e40acdbd47ceb816f57dc7c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -compare--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -compare--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/compare.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/compare.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comparisons--storage457300675--input281780712-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comparisons--storage457300675--input281780712-.out index a2cd7ebf8d4aac0f0b58f3705c91ba847ade9a16..bd9f101781e227c4b3413a1bf619633fea57ebe0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comparisons--storage457300675--input281780712-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -comparisons--storage457300675--input281780712-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comparisons.tz on storage '{}' and input '{ -9999999; -1 ; 0 ; 1 ; 9999999 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/comparisons.tz on storage '{}' and input '{ -9999999; -1 ; 0 ; 1 ; 9999999 }' --level 1 --trace-stack storage { { False ; False ; False ; True ; True } ; { False ; False ; True ; True ; True } ; diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input392583650-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input392583650-.out index 246e7938617d3c35d9d377626f70bac33d9e7b20..d0e17d9f9780ef5dcb1d1d86952f1ee6b45bd6bd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input392583650-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input392583650-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{ "test1" ; "test2" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{ "test1" ; "test2" }' --level 1 --trace-stack storage { "Hello test1" ; "Hello test2" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input457300675-.out index aeaee9e4c414d90832fd25a61e4f4bbad1258afe..4773efdca96869c809174d66aa84d3bb8f9db40b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input640104625-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input640104625-.out index b48025979bcfef807795a409c2a52b6260829108..c2bbfe4a103a0f281194407be8d4768ea649ba21 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input640104625-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello--storage457300675--input640104625-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{ "World!" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello.tz on storage '{}' and input '{ "World!" }' --level 1 --trace-stack storage { "Hello World!" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input354091714-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input354091714-.out index a3374b1bc8936b1c40ec2d1d74686929932ddeb5..fda8fa16648074a05bdfc8d71fc893aac13adbfd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input354091714-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input354091714-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xab ; 0xcd }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xab ; 0xcd }' --level 1 --trace-stack storage { 0xffab ; 0xffcd } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input441061063-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input441061063-.out index 825f917d6c88371047c94f2f608587e1c564de75..3b58b0b6064f785884221b14dabb43a4635677c4 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input441061063-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input441061063-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xcd }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xcd }' --level 1 --trace-stack storage { 0xffcd } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input457300675-.out index 00a7fdfb8e9f05e3bbf543633a0e9a5bdda1223f..c453517824c547ea49cb4a8836ddf005013a27c9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_hello_bytes--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_hello_bytes.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input264787654-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input264787654-.out index 92582abe2287a3ca9b5de61c18d33ae37a79c389..788ecbed406cce3d06e058f27f3e929fa5f6aa6c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input264787654-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input264787654-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage "abc" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input316676251-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input316676251-.out index 801f6258aaa5af7a4ac1d9510e15c5f7f338bc6f..cfb9d9e641a076035f6ee37f61ac0ea84c2ef1cd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input316676251-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input316676251-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{ "Hello" ; " " ; "World" ; "!" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{ "Hello" ; " " ; "World" ; "!" }' --level 1 --trace-stack storage "Hello World!" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input457300675-.out index 75c732c600838a015c81fa658b751393a39c5dd6..b1ccd7e5eaa0d59a364eea569102c76d2fd19f99 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -concat_list--storage79230375--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/concat_list.tz on storage '""' and input '{}' --level 1 --trace-stack storage "" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage457300675--input798141440-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage457300675--input798141440-.out index 094ab59aba88d6d5898ba090c672ec248d5be71c..720ba871672ba79b9450e8a39a5b75f6805d005f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage457300675--input798141440-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{}' and input 10 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{}' and input 10 --level 1 --trace-stack storage { 10 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage581876226--input166122047-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage581876226--input166122047-.out index ecbad624f26737a08201befce7526533ff6e2389..6551fa73eec2603273d1df40dbdfbdfde5a80c90 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage581876226--input166122047-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage581876226--input166122047-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{ 10 }' and input -5 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{ 10 }' and input -5 --level 1 --trace-stack storage { -5 ; 10 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage793461282--input781487591-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage793461282--input781487591-.out index cb5b894c0609bddf9e91a71a096529fd8b13d903..05990befdbd11591bd44e56d8d2cac928f68b2ee 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage793461282--input781487591-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -cons--storage793461282--input781487591-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{ -5 ; 10 }' and input 99 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/cons.tz on storage '{ -5 ; 10 }' and input 99 --level 1 --trace-stack storage { 99 ; -5 ; 10 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input315650912-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input315650912-.out index a64324e5f008317de1a4726391605481c3b59056..de0d053cd3788e934bad77598744983bb5b77d7c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input315650912-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input315650912-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" } { "B" })' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" } { "B" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input51111414-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input51111414-.out index e56c2f919761965f35df1ecd166ea61bc0e4cb01..371a5e3f99aa40d6359d8817ffc52fcba078a862 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input51111414-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input51111414-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input545734274-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input545734274-.out index 06b48265cf63904fcd5729ce909d667bbea8b0a1..4b9639dd6346758a5f65498a6f6eb6860389f71d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input545734274-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input545734274-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "A" } { "B" })' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "A" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input772794967-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input772794967-.out index 7a1bacf7edfc9f54b2ce735f67dd0b8e32025294..5f3181a25b1914ec4c16484fe9a83298cc846234 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input772794967-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input772794967-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair {} {})' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair {} {})' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input917967660-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input917967660-.out index 9811bf5c1af43da94699f249119823f2bc439d92..b000dbf2b64b508822b4acf7558eb9bb6a647b35 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input917967660-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input917967660-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input964818218-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input964818218-.out index 3b489c00ddc767154b9150a2bdf903697cb07669..f82abaf9e958dbcee1064fad83310a31feec30bd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input964818218-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contains_all--storage921624073--input964818218-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "c" } { "B" })' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contains_all.tz on storage None and input '(Pair { "c" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contract--storage125992234--input117475800-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contract--storage125992234--input117475800-.out index 3f344b7c122d76b426abf75c089455a83f3a861a..0b1b69380b4c7d129ea28a929b410951e410c4bd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contract--storage125992234--input117475800-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -contract--storage125992234--input117475800-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contract.tz on storage Unit and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/contract.tz on storage Unit and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -create_contract--storage921624073--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -create_contract--storage921624073--input125992234-.out index a59f5fc75917c53b16bae36af495f7baf8dc4d29..a433ba43268dbdfae6b22f856577a3153fa2b4a1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -create_contract--storage921624073--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -create_contract--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/create_contract.tz on storage None and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/create_contract.tz on storage None and input Unit --level 1 --trace-stack storage (Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1011138251-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1011138251-.out index 217dc36f2416c807e825827ec20f93d8db4cf7a9..83db6c28365567c7c66cf7c2a253224dcd47aa3d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1011138251-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1011138251-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1018564342-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1018564342-.out index 256be795767ac0481b3e625015f0769f73cca60f..bcb74fcb7d772c142d39b9656b4fe4f7a8565db3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1018564342-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1018564342-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 1)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 1)' --level 1 --trace-stack storage -1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1031049988-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1031049988-.out index b0cb2cce142bc85853e982f3fe393abeefbbde35..53123d4304bec458a8f57748dac9de4f142801cc 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1031049988-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input1031049988-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage 200 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input685590443-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input685590443-.out index 320a8fd42c5fb5d1bbd0df87402eaac2c4c6d7ca..b9e8be09a361bad334cd8a607e32424917e67eb0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input685590443-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -diff_timestamps--storage492856247--input685590443-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 1 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 1 0)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input246866101-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input246866101-.out index 53dedbb555704165e67b09ba75471a2dd9d35353..9c71c78759024cc71bd8dc6bb29f8d601c36e2bd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input246866101-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input246866101-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dig_eq.tz on storage Unit and input '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dig_eq.tz on storage Unit and input '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input26856104-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input26856104-.out index d500ec36f313becb747e1b5e33552bd0ebb4572c..02e8b4c57ac9e7d0311494f98c94ddf41357d961 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input26856104-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dig_eq--storage125992234--input26856104-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dig_eq.tz on storage Unit and input '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dig_eq.tz on storage Unit and input '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dign--storage680650890--input529388602-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dign--storage680650890--input529388602-.out index b0adbeb712d52316b6f73189b03189a2ff0ec5dd..3d3647c34f816fadce4e0e0e7370fc7425f98389 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dign--storage680650890--input529388602-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dign--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dign.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dign.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input590117173-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input590117173-.out index 47b75e9f9d6024ac27a089ed4259d6c2743c9b84..ff0ae3704630f97179dd6957bacd443a17b6ba6e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input590117173-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input590117173-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 1 1)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 1 1)' --level 1 --trace-stack storage (Pair 1 2) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input850887554-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input850887554-.out index 06cd7505f40b709275e11a3ebeb9a62b494d78d3..25f522285fb45361c3dd8cc7b82409f2c408027f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input850887554-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dip--storage1011138251--input850887554-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 15 9)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 15 9)' --level 1 --trace-stack storage (Pair 15 24) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dipn--storage680650890--input529388602-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dipn--storage680650890--input529388602-.out index f6db83c353319203a34158751dd215743bb5f018..a5a0817fd02dd1dc32e20a274e0e40baf1392048 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dipn--storage680650890--input529388602-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dipn--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dipn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dipn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 6 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dropn--storage680650890--input529388602-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dropn--storage680650890--input529388602-.out index 1cde054761bb7e1e18c5220c82540f201bc723ae..1772f9d7d57a180d27085bb9189a3e85b2eeaae6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dropn--storage680650890--input529388602-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dropn--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dropn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dropn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dugn--storage680650890--input529388602-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dugn--storage680650890--input529388602-.out index 0385d93c2af6c17c4d23a2bb7fee128a22798995..31f57c908bf128602cd14c4eab910720ecc5ba44 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dugn--storage680650890--input529388602-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dugn--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dugn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dugn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dup-n--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dup-n--storage125992234--input125992234-.out index a702c20ce79da18ddc58703ef9062ac3d1d24000..893f5c1254f5581829a27558e1779f7d166ec6a2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dup-n--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -dup-n--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dup-n.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/dup-n.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input247451205-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input247451205-.out index 3fa4356cf4bd320403f74f68bd73a912f7ee50f7..4b1590d74593d78607170f5d80bc9afadac71e06 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input247451205-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input247451205-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 0)' --level 1 --trace-stack storage (Pair None None None None) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input250545589-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input250545589-.out index dc0b684f8637b57d012ff17b00e25d01c7340c3f..b25071f49608fce1ebcbcdbb0d26d1995c3c7ee2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input250545589-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input250545589-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair -8 2)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair -8 2)' --level 1 --trace-stack storage (Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input79625541-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input79625541-.out index 26bf4a014eec047347d2ba3da6bbf975ffd34dbf..bce49ff974eb173d8ad882c25515b3a868db6898 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input79625541-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv--storage994417987--input79625541-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 -3)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 -3)' --level 1 --trace-stack storage (Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input147133089-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input147133089-.out index 0476b53c071eaa0ca4a558c03709aebe31186de9..c9374cda4b637ac243f6bf67919c680cb350a6ae 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input147133089-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input147133089-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 0))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 0))' --level 1 --trace-stack storage (Right None) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input215785357-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input215785357-.out index b147777e2fa157801e1b761ff056c433b8e4bab1..1bb76d81ce8e75e9feee87e589db4560a2e3edd9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input215785357-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input215785357-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 3))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 3))' --level 1 --trace-stack storage (Right (Some (Pair 3 1))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input389351431-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input389351431-.out index d6af1eb5e2ba14d8353a2f8e30d57064b605a73a..ac2910eda36f5fca718d7d38ca03139645987315 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input389351431-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input389351431-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 10))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 10))' --level 1 --trace-stack storage (Left (Some (Pair 1 0))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input44513000-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input44513000-.out index 9de78a295a7209d945dab7c49bcb49b1f1914730..885d1e9c932981accaf1ffa07bfbe710ce62f54a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input44513000-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input44513000-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 0))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 0))' --level 1 --trace-stack storage (Left None) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input635398196-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input635398196-.out index e640435fb09358b87ebeb838f073829c6762533e..531acf7f8f115804232447fc274cc6546ca6d59d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input635398196-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input635398196-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 3))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 3))' --level 1 --trace-stack storage (Left (Some (Pair 3 1))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input734264738-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input734264738-.out index 60b8eb0ff082378cd9743676bf3df09dcb0e88fd..9810b908b302085c8bb4bb3da215c6f7f086eca1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input734264738-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input734264738-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 10))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 1 0))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input993071382-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input993071382-.out index cb194125ac16b0b9c10410a44ad0f1c82801ada6..bd9dcbe317766440c998f9ad38a326b554cdc687 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input993071382-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ediv_mutez--storage977883604--input993071382-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 5 (Right 10))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 5 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 0 5))) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -emit--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -emit--storage125992234--input125992234-.out index a774a1441b618c11bae6d983b519b34a93de039c..d82065ede154443e4b1fe12fe16e09faba1ae6c9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -emit--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -emit--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/emit.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/emit.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -empty_map--storage457300675--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -empty_map--storage457300675--input125992234-.out index 3db706c37423d788936407d673489fe850e740fe..bfb227865021ec80ec09a71661acb057f93e0181 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -empty_map--storage457300675--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -empty_map--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/empty_map.tz on storage '{}' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/empty_map.tz on storage '{}' and input Unit --level 1 --trace-stack storage { Elt "hello" "world" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input246262487-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input246262487-.out index 62fae31232736ab46296d0ccfb57ea5761e74395..32fbc03311a23db17a426829eb740c8e0183a0b0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input246262487-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input246262487-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/exec_concat.tz on storage '"?"' and input '"test"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/exec_concat.tz on storage '"?"' and input '"test"' --level 1 --trace-stack storage "test_abc" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input79230375-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input79230375-.out index f78cef924aee2d1d7c3d0a37ad05db2129ad75b7..121f481b916f21b67858bf5e03e7bf6a65dc1222 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input79230375-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -exec_concat--storage398998998--input79230375-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/exec_concat.tz on storage '"?"' and input '""' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/exec_concat.tz on storage '"?"' and input '""' --level 1 --trace-stack storage "_abc" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input478406404-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input478406404-.out index 7dd171f4395d57435c2db3a4a9ffbb7e8b533884..9e674d020a9ff8422924dcff264d2b9728247b63 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input478406404-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input478406404-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/first.tz on storage 111 and input '{ 4 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/first.tz on storage 111 and input '{ 4 }' --level 1 --trace-stack storage 4 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input962874972-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input962874972-.out index 12ce98da23786ab8fab92523238fef45f5a2de60..372a962a86fe3c52250c4cd0f8223673f091750c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input962874972-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -first--storage492856247--input962874972-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/first.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/first.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage1026405794--input329240220-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage1026405794--input329240220-.out index 8c53408847ba123d38033b60ffb570dcc8f784c8..543e1024db0f2dc292fa85d74a722af58956e2f1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage1026405794--input329240220-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage1026405794--input329240220-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) {}) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage382368661--input329240220-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage382368661--input329240220-.out index d3e5bb52e3e6fdbe0704c8a71ee242e11fe4bc3c..1a934fab9829323470889e36498286a279f5c25a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage382368661--input329240220-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage382368661--input329240220-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 4) {})' and input '"hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 4) {})' and input '"hello"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input329240220-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input329240220-.out index 5a5590392e31db8e7c046f031758407fdf26c8e3..f5701220973b7132456013546add549904fe8062 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input329240220-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input329240220-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) { Elt "hello" 5 }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input507231566-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input507231566-.out index ea07c909ffe869e578ad07b0cc1b5cd040277671..bd8892a9f5f2eba00d6cdb9e58b06c32d034dc8d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input507231566-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage496578814--input507231566-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hi"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hi"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 ; Elt "hi" 5 }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage547821324--input329240220-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage547821324--input329240220-.out index db661171a4841bd867874aadf721594aa413b43d..97e7c0727502ee42a43a558d762ab99c6195efd1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage547821324--input329240220-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage547821324--input329240220-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None {})' and input '"hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None {})' and input '"hello"' --level 1 --trace-stack storage (Pair None {}) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input156280093-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input156280093-.out index 9079ba65fedaaa363f0b36d1b43dbadac1f53719..9f68f14418810d5ca7154225c589e8a3a3fc51df 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input156280093-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input156280093-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"1"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"1"' --level 1 --trace-stack storage (Pair (Some 1) { Elt "2" 2 }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input228164856-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input228164856-.out index 6170cca087e9e8cb0586f3724ae43396f390bbee..abf052833c69b36338f77c6aae0faf819f652a30 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input228164856-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_and_update_map--storage796012494--input228164856-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"2"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"2"' --level 1 --trace-stack storage (Pair (Some 2) { Elt "1" 1 }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input329240220-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input329240220-.out index fe6ff9861867a2a146f07772201acd4c786043c8..a146fa72f46c46fd7737ea2df777d3fa280c92c2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input329240220-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input329240220-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '"hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some "hi") { Elt "hello" "hi" }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input79230375-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input79230375-.out index 3afce2b85157ff195849d3667b4d792bb52e9f45..7570edbaeecb6c520e9e41af4bc7b62548a4dd71 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input79230375-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage139236239--input79230375-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '""' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '""' --level 1 --trace-stack storage (Pair None { Elt "hello" "hi" }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage329396864--input156280093-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage329396864--input156280093-.out index 23cd6f1318961c4f20504b80f562fd8c56635255..94f64afc56b9452294271c4ddbe4a409ffce4de7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage329396864--input156280093-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -get_map_value--storage329396864--input156280093-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "1" "one" ; Elt "2" "two" })' and input '"1"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/get_map_value.tz on storage '(Pair None { Elt "1" "one" ; Elt "2" "two" })' and input '"1"' --level 1 --trace-stack storage (Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" }) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input1040351577-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input1040351577-.out index f926c258b0f8640ff42f472f7b709516ad3e20bd..ca43c3a8332725c684623c02c4b8fd06128f3db5 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input1040351577-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input1040351577-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_key.tz on storage None and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_key.tz on storage None and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input153350004-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input153350004-.out index 3781dbbc0bbeaeaefb4e3886dd046e1d281a63e9..13e51db5be55440cdd422ec72b8e6d37e642aab0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input153350004-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_key--storage921624073--input153350004-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_key.tz on storage None and input '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_key.tz on storage None and input '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"' --level 1 --trace-stack storage (Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input3431716-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input3431716-.out index 5857cd721636d06b815501f31575bf7fa4bbfa01..bfd3991816a9622bb7c11cc5ffae835a4bd33c5a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input3431716-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input3431716-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_string.tz on storage 0x00 and input '"abcdefg"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_string.tz on storage 0x00 and input '"abcdefg"' --level 1 --trace-stack storage 0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input535018041-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input535018041-.out index eeecd0dd55dd74262826a0464b427f7389622c70..7577fe5be2adf2a1fb6e5f963b629a3f12c5f9bb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input535018041-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -hash_string--storage151303925--input535018041-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_string.tz on storage 0x00 and input '"12345"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/hash_string.tz on storage 0x00 and input '"12345"' --level 1 --trace-stack storage 0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input570553153-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input570553153-.out index 05540f7fe926c8fd25f48d4107fae3e14a9bfb62..1d6e00aedadd9212db9670c36a60cec920572cf3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input570553153-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if.tz on storage None and input False --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if.tz on storage None and input False --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input954397288-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input954397288-.out index a5ed3e8662a9ed09c528e08d12bb6de113113d3b..dd559c059eadbcbde7e5c6123d0db6a1f3ee6a99 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input954397288-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if.tz on storage None and input True --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if.tz on storage None and input True --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input288201633-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input288201633-.out index 0e5c988c6a3f9e1d2ca9a45077116b4bdf371516..ce8655b9b61fc43274c01f0122a0dadcb2b283ba 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input288201633-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input288201633-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if_some.tz on storage '"?"' and input '(Some "hello")' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if_some.tz on storage '"?"' and input '(Some "hello")' --level 1 --trace-stack storage "hello" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input921624073-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input921624073-.out index 75d90b6428dc6baa5ad713608c34357e90f2f3c9..46810f3b288b642e42018cbdc7de10687f7043ad 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input921624073-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -if_some--storage398998998--input921624073-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if_some.tz on storage '"?"' and input None --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/if_some.tz on storage '"?"' and input None --level 1 --trace-stack storage "" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input453441034-.out index 1c66a5ee6c1d0d1660c8de76feb24e05e25dfb32..b042e957adc366fd3d3096b4e6818a20ee0eef9e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 1 --level 1 --trace-stack storage (Some 1) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input535454136-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input535454136-.out index 5a778dbf9b2e4727f4ca20709425bdca535d2c19..26e2fd4dccae0da283511fc282f631ce05680a19 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input535454136-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input535454136-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 9999 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 9999 --level 1 --trace-stack storage (Some 9999) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input680650890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input680650890-.out index 6700519686713d07bf7bd7f2fac29d229cec266a..b74241e7a2a4190fad261868d2e4b20066dbb7c4 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input680650890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -int--storage921624073--input680650890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 0 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/int.tz on storage None and input 0 --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -keccak--storage921624073--input1008262038-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -keccak--storage921624073--input1008262038-.out index 88a2e0ed82191fe1d005a16739da9cc820847dcb..481b728e4b6c229cfc27974c2ecc9d936a202834 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -keccak--storage921624073--input1008262038-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -keccak--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/keccak.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/keccak.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input202098045-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input202098045-.out index 3cbb0a248190249563b75e83477de2708a75ebb0..c81181840e1daa23a55803e17b910b3c689b3287 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input202098045-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input202098045-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/left_right.tz on storage '(Left "X")' and input '(Left True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/left_right.tz on storage '(Left "X")' and input '(Left True)' --level 1 --trace-stack storage (Right True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input44576556-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input44576556-.out index cf94b46cc8a06b1cfe7d476612a8e1e3fd6fcd34..6f2b55d6809c9794052ff7b890ba8d66714c715c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input44576556-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -left_right--storage4177631--input44576556-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/left_right.tz on storage '(Left "X")' and input '(Right "a")' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/left_right.tz on storage '(Left "X")' and input '(Right "a")' --level 1 --trace-stack storage (Left "a") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -level--storage492856247--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -level--storage492856247--input125992234-.out index 7531e2553a49bb01cf7482e9533a949aed810443..d69012e5c523f001d9cb7c92f45f85ac01c65610 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -level--storage492856247--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -level--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/level.tz on storage 111 and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/level.tz on storage 111 and input Unit --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input457300675-.out index 129b0f740f11cdea770cc19e97dc443cdcb44fe0..cf3e4a6a2ec42dc6f9d487385a25090cb64504fc 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat.tz on storage '"abc"' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat.tz on storage '"abc"' and input '{}' --level 1 --trace-stack storage "abc" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input546523343-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input546523343-.out index be33b8871b3d7c6f2ec3fdd616ca3cc031768853..9f9a4252f50b9eecbab2bbaffcd27c5762755e85 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input546523343-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat--storage717096222--input546523343-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat.tz on storage '"abc"' and input '{ "d" ; "e" ; "f" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat.tz on storage '"abc"' and input '{ "d" ; "e" ; "f" }' --level 1 --trace-stack storage "abcdef" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input220724351-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input220724351-.out index f4ec76a91ac03aec053fc33bfb693102284d9a13..cdd7ba039859db37da6a51032370f2ca19e72ffa 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input220724351-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input220724351-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x and input '{ 0x00 ; 0x11 ; 0x00 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x and input '{ 0x00 ; 0x11 ; 0x00 }' --level 1 --trace-stack storage 0x001100 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input457300675-.out index 1e3d7f0f718c44f2ed8b5d3e7f071679f0cd0918..9f8de67cecf007183e6b34f20e8feec3a571ac1e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage149262694--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x and input '{}' --level 1 --trace-stack storage 0x emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage65410082--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage65410082--input457300675-.out index 5b527cf4ab412010c15f29cbc06f0cb887300808..680bf6c37605f826212229f3996d766082dde495 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage65410082--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage65410082--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0xabcd and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0xabcd and input '{}' --level 1 --trace-stack storage 0xabcd emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage726220441--input972761363-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage726220441--input972761363-.out index 7030eeaee84033eadff7fb6424c285e61f9758da..cc6dc5a2973c97b43458649ef9bd74c570594d8b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage726220441--input972761363-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_concat_bytes--storage726220441--input972761363-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x00ab and input '{ 0xcd ; 0xef ; 0x00 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_concat_bytes.tz on storage 0x00ab and input '{ 0xcd ; 0xef ; 0x00 }' --level 1 --trace-stack storage 0x00abcdef00 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input264787654-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input264787654-.out index 7657c809ae8709da78e42beb998b9f38f821fd5c..8641ba932bd5b210512e268929ad5cd21cbe0730 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input264787654-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input457300675-.out index 5377a82358c5a40adf4f24a50f262cfc5af0cbd7..ef96c7b9876c50dee32bb7a2dee590966a41d533 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input656499821-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input656499821-.out index 22595542164aae69f574a946d2f2652ffe4fa17c..5472283128ecf03becb942681a35df2c36dfd6f9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input656499821-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input264787654-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input264787654-.out index ddc40ef3175a549559ed9f21897f5420522b7f8f..9a2796b8382f2a698145156b03c5fcecaaf2cf1c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input264787654-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input457300675-.out index adc69b66b29e1f51f13bd139639079c362a5bac4..756bcb1d0842447822ea1a4859490f00d096e06c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input656499821-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input656499821-.out index 5f90f845698dcea7e8ca546f3f9a87f7832e67a8..da15b62210aaa706772d5cc8c64be81dc64ed542 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input656499821-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_id_map--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_id_map.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input568817463-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input568817463-.out index 75d2bd3b1c2e4b0f5642dd001a757173026399b7..10dc2fcbe977e7a50027bca4213ed834b9a03e8c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input568817463-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input568817463-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_iter.tz on storage 0 and input '{ 10 ; 2 ; 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_iter.tz on storage 0 and input '{ 10 ; 2 ; 1 }' --level 1 --trace-stack storage 20 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input737923774-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input737923774-.out index 0cfd167c503de9990c129b586b9eba17d6215aad..7ff35e92aee3a949153248b3b1631489e58adcbd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input737923774-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_iter--storage680650890--input737923774-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_iter.tz on storage 0 and input '{ 3 ; 6 ; 9 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_iter.tz on storage 0 and input '{ 3 ; 6 ; 9 }' --level 1 --trace-stack storage 162 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input457300675-.out index 158e078c7bab0201323c216b35c94f9feae7900a..79c406f165c8fc06f17bf9d2ba7bb31e3f34fbc0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input648737279-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input648737279-.out index f8309ee0f2f1ab45b68575e8fd0ae6f710023dab..d52cbeec8a88d7f751d43e4841d53bb4b9e8fa23 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input648737279-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input648737279-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 2 ; 3 ; 0 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 2 ; 3 ; 0 }' --level 1 --trace-stack storage { 1 ; 3 ; 5 ; 3 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input908379154-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input908379154-.out index 63ac93734a0dafa8deca80cdc33251ffd0f758c2..79e3a4ed6550dd59a39edcc03219cf3df4b44a9f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input908379154-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_map_block--storage907453363--input908379154-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 1 ; 1 ; 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 1 ; 1 ; 1 }' --level 1 --trace-stack storage { 1 ; 2 ; 3 ; 4 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input403499055-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input403499055-.out index 38a34e7cce71389c11d1449523b2cd420f538d02..4e8a42603ced60790443f3864e133704c5fe1b97 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input403499055-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input457300675-.out index 1692ecdc02d94fd8442f1becdd4a5cc3a72971c7..725ed53bb49392dd0b855383f11c903e71dce805 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input469078912-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input469078912-.out index 26b394e47961c43471413318bdea220d59c5678c..a5dbf10f4002d349fa8625a05b3434846bb322f9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input469078912-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input802622031-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input802622031-.out index 71de7ee9606b0000916b7985562da8195cb90d52..d10e87630bd0c9c21318824c9ecb9eb0a52ea64e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input802622031-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -list_size--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/list_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input457300675-.out index adeb050d258c814be2d5f69a22a611ceb1887ebe..042928bd753d35cdca98fa2527a35445ded5c032 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/loop_left.tz on storage '{""}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/loop_left.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input851203613-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input851203613-.out index 4625396beaff512048a6871933c6f4b4de31e58d..a6b01f1e6e4ba4f2f585009bd8586fa0a4e022c3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input851203613-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -loop_left--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/loop_left.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/loop_left.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsl_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsl_bytes--storage125992234--input125992234-.out index df4eee6cbcb5778741be7e3a36fc1efcd9560d55..5fbeb97b659c24400a6b791405993390c5e2d4a2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsl_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsl_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/lsl_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/lsl_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsr_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsr_bytes--storage125992234--input125992234-.out index f775c88f3c452833b15e6416a145623c013bb083..06afdcd53f8afe1d8e3a081a7c70573414647a4d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsr_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -lsr_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/lsr_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/lsr_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input1027566226-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input1027566226-.out index bc809d9d9d2e6283ca50b0d950f7809046f6006e..add596cf2977720b682fc1d8c3acc8113143207e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input1027566226-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input1027566226-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 }' --level 1 --trace-stack storage { Elt 0 0 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input276660554-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input276660554-.out index d268ba0ac3f54f4cfb7e7e160594f35425067850..045595a2e75478c28e8ccb2a76394e8a901a6c82 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input276660554-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input276660554-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 ; Elt 3 4 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 ; Elt 3 4 }' --level 1 --trace-stack storage { Elt 0 0 ; Elt 3 4 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input599923743-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input599923743-.out index f28d69899f140b17eafbd95a20f499c847687886..477b5d26cbba3249c941b8196cea884c332eba67 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input599923743-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_id--storage457300675--input599923743-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 1 }' --level 1 --trace-stack storage { Elt 0 1 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input403579222-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input403579222-.out index f3bb64c6c6107e7adc0a8b6dcc7af7583a703901..b46417a397795177aaa9ce7f107b61fc765b4e06 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input403579222-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input403579222-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 1 1 ; Elt 2 100 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 1 1 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 3 101) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input532072758-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input532072758-.out index ac555348fc0618362da46dc4325353087bb194ce..5edd4a2018db102fc1789e30f87f46ac9fa026b9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input532072758-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_iter--storage1011138251--input532072758-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 0 100 ; Elt 2 100 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 0 100 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 2 200) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage457300675--input798141440-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage457300675--input798141440-.out index 127c15e482bb022aa2175456ff938b9b7ff9dfe5..01e667695fc2d88ca73ba46eb71b2e8d3d6868eb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage457300675--input798141440-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{}' and input 10 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{}' and input 10 --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage794999348--input152441147-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage794999348--input152441147-.out index cba5dca5b79fa706fd63aa5bba05aeb52566023c..818f6a3d7e376432c65a2bbd4b3a1022dcd5bc20 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage794999348--input152441147-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage794999348--input152441147-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{ Elt "bar" 5 ; Elt "foo" 1 }' and input 15 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{ Elt "bar" 5 ; Elt "foo" 1 }' and input 15 --level 1 --trace-stack storage { Elt "bar" 20 ; Elt "foo" 16 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage88008216--input798141440-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage88008216--input798141440-.out index d82f93f50b33ea0b490dda2a0126e1e39505c66e..0fdcdc6adcee6b348e7878a988c7c971ceed98b7 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage88008216--input798141440-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_map--storage88008216--input798141440-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{ Elt "foo" 1 }' and input 10 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_map.tz on storage '{ Elt "foo" 1 }' and input 10 --level 1 --trace-stack storage { Elt "foo" 11 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage495706788--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage495706788--input453441034-.out index d651bde555dfe9d5829c26a2be0643b15a942dd0..900b0b236b47a946761040785227e86dc72146d8 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage495706788--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input453441034-.out index be51314b85594c6d49573f0e4126bf9896277019..db46984e8354e5b72a15c0cc02c12290c84ea54d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input564400327-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input564400327-.out index 6c849b2fe86b4229233d5aa28a80aa45418f4bca..86ad7203f5f4747dd1544854a29f5fede94a9498 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input564400327-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input654274102-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input654274102-.out index 990613f078504ba341b381ded8b88bfc31fbb874..04380149323c582d7cad96d92bac1502db3f23ac 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input654274102-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage690637660--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage690637660--input453441034-.out index db077a3a1b78ec1ee1e00e195f5425e4a81fbb41..3ce7f11ab1f7bd436df38cb33f3707420e5742b9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage690637660--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 0 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage806237530--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage806237530--input453441034-.out index 2ba268a0fbc1537161053b66132da8e4808e65a6..b5c101201e19ad314d954aae9f7461d5b32cebbb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage806237530--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_nat--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 0 1 } (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input1071610051-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input1071610051-.out index d4f11a12556da42f96a7627a410cda621c304e8f..a6b8c6713af3166808da7337ab83e974a3c4ff4a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input1071610051-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input700475845-.out index 400d9b736713bc67d23379e6877a90568a8e7937..7271391739d5ad259132be20f63eee6ca74eea62 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input905318451-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input905318451-.out index ada800a4232d3d5b5e6f0440e0647849f0663b19..6e7845fada6971ddc29a9f7d3cdc565f15546365 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input905318451-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage495706788--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage495706788--input700475845-.out index 605ccd50aab16e6045346962f59d1ccfe6a9abd1..a1fa57cb884672a8d10273b78b5470d3e2164dbb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage495706788--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage915708427--input700475845-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage915708427--input700475845-.out index 5129e254d97f73456be1247258d95e344a6aa70c..4b42f6178e7aed74feb9997b0c8279e15502dc03 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage915708427--input700475845-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "foo" 1 } (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage936682951--input905318451-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage936682951--input905318451-.out index 6d984365d8574ad4038a1adfb4712f44d442fea0..e7fde05ba8149ebe3663855086566566232db7bf 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage936682951--input905318451-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_mem_string--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "foo" 0 } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input15265129-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input15265129-.out index 335389ac944c148c0c150060871780d09bfba82f..2edada0d341a8fe85fde510d7be82f5f4657173d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input15265129-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input15265129-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input158311065-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input158311065-.out index 12354070a8b368a7c7cd14666c8e7be10cf66f5e..a5f2e5fd5e44163b223dfffa0dc2db4efe155710 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input158311065-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input158311065-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input456982702-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input456982702-.out index a88b64119c58eacb8f293d217ba05388b79069aa..8a1fd35dfe68d44555ed373dd0e09d015eebbc61 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input456982702-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input456982702-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input457300675-.out index f5f28453f42e68b797086e33cd8c2849f5fa7046..dfea9a1811082e64ee18086b76e393d6fc255f2c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -map_size--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/map_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mul--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mul--storage125992234--input125992234-.out index b59eecfa315eb1d8f3b8493a9d8c21c68e6888d7..30a22891cce7755cbeff6b84914859179c393567 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mul--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mul--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mul.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mul.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage151303925--input216277421-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage151303925--input216277421-.out index 1390e9fe75ca842790e51b55a5eb5e66e9722b2b..6e46f805f0011500186e6e4c1a79ca6566c7154b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage151303925--input216277421-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage151303925--input216277421-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz on storage 0x00 and input 257 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz on storage 0x00 and input 257 --level 1 --trace-stack storage 0x0101000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage287799761--input485842614-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage287799761--input485842614-.out index f88a46ab3e33009ccfc3737f0fbf7d58d1e12fd0..c0a12b83820f5b45846d3edafd6948905daf148d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage287799761--input485842614-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -mutez_to_bls12_381_fr--storage287799761--input485842614-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz on storage 0x02 and input 16 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz on storage 0x02 and input 16 --level 1 --trace-stack storage 0x1000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input1067298059-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input1067298059-.out index 051c6c003486cb8e16a3ab1bc6e18715eeec4f0f..7b26bb7c547fd41dc265f78c76ccb7e653fff600 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input1067298059-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input1067298059-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left -2)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left -2)' --level 1 --trace-stack storage 2 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input380029349-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input380029349-.out index 11b95a4b32d15c0125f2367ef2a26fdbb3d06e63..a9b7f5c9edc97c652ef4b07879611d7bd6682bf6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input380029349-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input380029349-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Right 2)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Right 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input563503226-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input563503226-.out index a6002387c77ca6a9638ff81c270d08236da77dcd..ba1c68dcfd1e2522c8b4bad9c0a17d7ff517abd9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input563503226-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input563503226-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left 2)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input788662499-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input788662499-.out index cf1d8cf33d4c8e17b4845831b5b463985804b6dc..0d4a56cf8b38840ba0f71bc0d551a9063a02a21c 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input788662499-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input788662499-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Right 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Right 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input972832189-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input972832189-.out index 6bc766551664e394960f9f9e5bfe6c7533315c45..68d4bc39f48c61079106475808557be64abdd9ab 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input972832189-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -neg--storage680650890--input972832189-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/neg.tz on storage 0 and input '(Left 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -none--storage11179311--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -none--storage11179311--input125992234-.out index aa2b9475b4fc42ada999a5bdffbafd4a6609cb9d..bf30540f6d1692661c2598dc2f071f248b36a47f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -none--storage11179311--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -none--storage11179311--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/none.tz on storage 'Some 10' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/none.tz on storage 'Some 10' and input Unit --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input570553153-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input570553153-.out index ae5f3aa745e5e1898a6e0aba7b14bc1c2b8e2566..72d9fba6d1e76eaa37e39b3257cbeef3f775a22e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input570553153-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not.tz on storage None and input False --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not.tz on storage None and input False --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input954397288-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input954397288-.out index 36bbbfbef5b6887711b1501ffd40ed7bc43a9b58..8e67439633cd5c52bf8dcdb9c80720cc0490460e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input954397288-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not.tz on storage None and input True --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not.tz on storage None and input True --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input1051197453-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input1051197453-.out index 01a4e87ba4392e63aca651b5d1825195c365eeb8..4c3eacd3dc4517746451785e37525109930c090b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input1051197453-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input1051197453-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 8)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input123939249-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input123939249-.out index fc477f3865c0395c2e954bc9297e913a4875ddbb..cbf85bbb11b153288bad0f7563b4b999ef940177 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input123939249-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input123939249-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 7)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input24243730-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input24243730-.out index b235e1e3ce7312997db4208c5e8877a5680bf539..0ef1ffb5b62095525b7e4c8f95779d673585e454 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input24243730-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input24243730-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left -8)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left -8)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input518945720-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input518945720-.out index 24e84a27b51fa59bd5285148eb5665838a1c85b3..1c4bf1bac3519fa1db50e640281e5a1f385655e3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input518945720-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input518945720-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 8)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input788662499-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input788662499-.out index 23403265d9408c0a8711671574f15c2e8bf76da8..d00ade47326fbd2e0e22d020e3d2cf44d6f0abd1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input788662499-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input788662499-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input906118781-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input906118781-.out index 456555595f907aaae126c1fc27faa9179ad4977e..3c81b4e02982b5c794dc03a549d19136bbada137 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input906118781-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input906118781-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 7)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Right 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input921874253-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input921874253-.out index c2a17bbcd8cc7cb177cda3df82f2b1548e70942d..96037b7e6e96842b6abbbf5627b3845c0da1deab 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input921874253-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input921874253-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left -9)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left -9)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input972832189-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input972832189-.out index 88503a389573baf8226b9c6e0071486609e0436c..970f5c48f356dca44c50d20e5056362f99be34b3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input972832189-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_binary--storage921624073--input972832189-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_binary.tz on storage None and input '(Left 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_bytes--storage125992234--input125992234-.out index d0a9c07478108d5b7332eb758b81902c7cb4ffa5..50d044c5f11e366cde5705e43f029dfd20d65a6f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -not_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/not_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input106930123-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input106930123-.out index 9684c3f932bf70327f6fb9f02ebd985909ca60f0..e7054f5009633d5b332478aa173ca90814dee4ec 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input106930123-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair False True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input181204719-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input181204719-.out index e70cc0383457a82125b6d4f0ba36c425c47e8571..851e5ce843f40b62991cab7f3dce08f01edb117e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input181204719-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair True False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input223774825-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input223774825-.out index 25f7edb442b20a4a3b34edd5f8ce7d64fae8e1e9..d4de4e81bb78339ee9b9d3347ce64106802f56a9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input223774825-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair False False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input908807505-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input908807505-.out index 88555383e2074a1998abecbca580bbdd265aba65..bcd95b69f539688cbf29c1e676fb7af094658083 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input908807505-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair True True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input1056991424-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input1056991424-.out index a295b55664505c5e9d955b1f1b2706e6d6d18678..6dbe0bfa6492b57bfcdffb93f0cd8edf1cb35cec 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input1056991424-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input1056991424-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 0 8)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 0 8)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input375993021-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input375993021-.out index cb32e33277fd53b75d3560a38f82263c3779b11e..1075d23c3a2d3f0ce4bb6171555e321b9aa97ee1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input375993021-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input375993021-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 14 1)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 14 1)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input673240563-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input673240563-.out index 715459e0a6f56c69376b438ba7aad5c64a185765..7c1b9849ff08aeddd6031736106221d5889ec868 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input673240563-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input673240563-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 8 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 8 0)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input747448890-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input747448890-.out index fef73b1d709bdd7aae5270685a397cccc2abc648..14b58fc73c54f639a20ffe105b500e5c82b951ee 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input747448890-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input747448890-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 7 7)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 7 7)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input832403787-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input832403787-.out index 01de531d8c7ef4c185f0b1d3476c2654232f8175..74c1d7a219a48c54f42d4b24ef24cdbeacc44004 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input832403787-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input832403787-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 15 4)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 15 4)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input858098961-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input858098961-.out index 5c18d5846218aa4bfa707540b219b352d9152884..f17f718c7513c51a11772c9797eb5549512d7ed2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input858098961-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_binary--storage921624073--input858098961-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 4 8)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_binary.tz on storage None and input '(Pair 4 8)' --level 1 --trace-stack storage (Some 12) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_bytes--storage125992234--input125992234-.out index f408b58810c522e09159de15548800f0e518a98b..68534af9b1f476289eadd4cfcc902b6a04c75288 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -or_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/or_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input305844558-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input305844558-.out index 98ace2afee5732041a296cf76c8c0c5a5397a053..32a3622df1486cd1be212829da24c5f98df24b9a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input305844558-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input305844558-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input646365167-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input646365167-.out index 904166775a3d774d8783220792907db979b07f51..28c1637dbf5db1f0c0e5566fe290538e8e63bb46 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input646365167-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev--storage125992234--input646365167-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input1028781121-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input1028781121-.out index dd74463fb6c19f8538533398155eb17135f241f2..c7a1d68b02746a90a6f7e6d5e5f874c2386ce36b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input1028781121-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input1028781121-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input802670583-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input802670583-.out index 21e439b39718ea92bb0e922d76f8df90415519f3..91b0d23ad2cf2feccefb175e98dc0d7f5d4833dd 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input802670583-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -packunpack_rev_cty--storage125992234--input802670583-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input106930123-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input106930123-.out index 11069999e261a81d61e92b27deacff6acfd700c4..1c8af010244e2648453d2d7b732508fa8b835a89 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input106930123-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair False True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some (Pair False True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input181204719-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input181204719-.out index 49c0ef093e9dc2be0724340009205b15658049d5..d633a24be547313931806289cb4f02cd7f3aac5d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input181204719-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair True False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some (Pair True False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input223774825-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input223774825-.out index ed92a44b88c3346452fcfa37145ca58211680a35..db7f1391208738688617899abf2ef5a0d20a3889 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input223774825-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair False False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some (Pair False False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input908807505-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input908807505-.out index 023345e71061c9a422386b504223d79c1df12c49..0d0ed24ae99c3098c779b124d3c49c4ea2765c4a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input908807505-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pair_id--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair True True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pair_id.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some (Pair True True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec--storage256947135--input1050356042-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec--storage256947135--input1050356042-.out index 879bed56238fa47fe194ded575629192f0d9f567..4e3118cb87c90d09ee270a5336bf47bd9bff21c2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec--storage256947135--input1050356042-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec--storage256947135--input1050356042-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pexec.tz on storage 14 and input 38 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pexec.tz on storage 14 and input 38 --level 1 --trace-stack storage 52 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec_2--storage197120858--input179371027-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec_2--storage197120858--input179371027-.out index ff3c4eede203497bd3d7d059511a3a50c4bcd905..06747fd32d3ad017525c15f65b504a3be7a0b018 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec_2--storage197120858--input179371027-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -pexec_2--storage197120858--input179371027-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pexec_2.tz on storage '{ 0 ; 1 ; 2 ; 3}' and input 4 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/pexec_2.tz on storage '{ 0 ; 1 ; 2 ; 3}' and input 4 --level 1 --trace-stack storage { 0 ; 7 ; 14 ; 21 } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ret_int--storage921624073--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ret_int--storage921624073--input125992234-.out index 62773bd3fc727fb8dee5d738127dca44ca8c8318..fb4d90b11827fb776026773a2ecdaba36df62ac2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ret_int--storage921624073--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -ret_int--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ret_int.tz on storage None and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/ret_int.tz on storage None and input Unit --level 1 --trace-stack storage (Some 300) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input457300675-.out index 1cad225a4a37db9141a5a1beb0988adc66af4603..8f7e13e10b8cc055bd20d3df1efac96e950f7592 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse.tz on storage '{""}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input851203613-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input851203613-.out index 491c20b2e2a10da058c40488ce58195791da9073..c65701befa7265954e562174cdf1ae5c2e4ae225 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input851203613-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input457300675-.out index cd22aa69e86ae737a576aa362b8d5c3faadf71ba..917f4fc82dca5fb40215816ef82b31eb3362a179 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse_loop.tz on storage '{""}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse_loop.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input851203613-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input851203613-.out index c858a1016697115dd1fce8eac606e15a90ca801b..c9bd7bf169424ea63a52738260a04b429db5751d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input851203613-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -reverse_loop--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse_loop.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/reverse_loop.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sapling_empty_state--storage457300675--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sapling_empty_state--storage457300675--input125992234-.out index 41d7c1d03ef9a7cf9d031a678e1ef2c441fc4c29..d01f970977ab6dcdc3db4eb053dd2e617916cd91 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sapling_empty_state--storage457300675--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sapling_empty_state--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sapling_empty_state.tz on storage '{}' and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sapling_empty_state.tz on storage '{}' and input Unit --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_address--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_address--storage125992234--input125992234-.out index fca381d868ea50604b489e248186ea84295dcfaf..8e137688b695f2c61f7a3dd0dfff1e797cdf6342 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_address--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_address--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_address.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_address.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_default_entrypoint--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_default_entrypoint--storage125992234--input125992234-.out index 3f30e2b05c8cb69592ad4b6802ed4ae94d32e984..a62c46ec147268df4e699e519d02fb82b83681ad 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_default_entrypoint--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_default_entrypoint--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_with_default_entrypoint.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_with_default_entrypoint.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_entrypoint--storage125992234--input289072903-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_entrypoint--storage125992234--input289072903-.out index 49328c982885a5976f8add302193c38fee00bd93..8019b9f3adf07713e113d1015e746e143873fbac 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_entrypoint--storage125992234--input289072903-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -self_with_entrypoint--storage125992234--input289072903-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_with_entrypoint.tz on storage Unit and input 'Left (Left 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/self_with_entrypoint.tz on storage Unit and input 'Left (Left 0)' --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input620760059-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input620760059-.out index 4aa1c69a8866c55ae3c05f2e08faf8250e27c959..897894e43d3329670738e6f9c25c9c62f090508e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input620760059-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input620760059-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"world"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"world"' --level 1 --trace-stack storage (Pair "world" 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input717096222-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input717096222-.out index e571035ffa206720c17561592aa144e5f2795118..9258802bd758c552f0cf1618341df627c16a51c6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input717096222-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input717096222-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"abc"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"abc"' --level 1 --trace-stack storage (Pair "abc" 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input79230375-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input79230375-.out index 7e75d9808cf688c6249e1f27a023b69ac290834b..6550ceb5f6e79880f7fda5ad915d269b818d8c41 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input79230375-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_car--storage224747103--input79230375-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '""' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '""' --level 1 --trace-stack storage (Pair "" 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage205576101--input654274102-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage205576101--input654274102-.out index 46ee9968d218bb31da280c8c0b4807a206b72aa6..2925508b990141440f366d4b37014c71063ec26b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage205576101--input654274102-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage205576101--input654274102-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 500)' and input 3 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 500)' and input 3 --level 1 --trace-stack storage (Pair "hello" 3) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage224747103--input453441034-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage224747103--input453441034-.out index dc44e067943dd971aa9ce718022a60006ac9152f..334730b0b24b44c50843a2e12cf272cb1374b926 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage224747103--input453441034-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage224747103--input453441034-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 0)' and input 1 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 0)' and input 1 --level 1 --trace-stack storage (Pair "hello" 1) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage611418174--input967284912-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage611418174--input967284912-.out index 0626914582c92e9dd11d2e839497912b0a5e23a1..0e87ac82256b2493878045addfec9bec46f8ec0e 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage611418174--input967284912-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_cdr--storage611418174--input967284912-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 7)' and input 100 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_cdr.tz on storage '(Pair "hello" 7)' and input 100 --level 1 --trace-stack storage (Pair "hello" 100) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input264787654-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input264787654-.out index 94ba8d35a7356196a87c7f5f44adc0a2cdb060d8..3c4a359738f8e23b735b8b2d39c5997e62683073 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input264787654-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input264787654-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input457300675-.out index 17422d5a2f09f47760ae1e501c9be9029d8bc687..9974683bc94b0ea6e9ddd3b2f2b068cf15677d22 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input989507347-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input989507347-.out index b813da78ec21b1fa60da40633007072a2bd50b0d..a3d1e216a00756aec82ae6a75ae5756a40dbb34b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input989507347-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_id--storage457300675--input989507347-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{ "asdf" ; "bcde" }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_id.tz on storage '{}' and input '{ "asdf" ; "bcde" }' --level 1 --trace-stack storage { "asdf" ; "bcde" } emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input457300675-.out index d775564c01b1f0f2e9a86878fe5e44684314294d..731fdc1ca4f5e8d2e14465e4082fddf9eeb50698 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input701684511-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input701684511-.out index 6a5b3c17acd5967b264dee8f0254e0cdb34bdb08..fc77bec81e41a6165270316eee51f93cfdf098d9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input701684511-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input701684511-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{ -100 ; 1 ; 2 ; 3 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{ -100 ; 1 ; 2 ; 3 }' --level 1 --trace-stack storage -94 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input802622031-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input802622031-.out index cfa4ab1669b973f60d9b59babf690dbc72f4a41e..1f4b9f459ddc1d822058dc14357594235fb51f35 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input802622031-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_iter--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_iter.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage495706788--input33757838-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage495706788--input33757838-.out index efd6c2543f288573caeee3db5a7849037a008fae..6f2eef5ee47431673f6072f00e4dcb38626e64ff 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage495706788--input33757838-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage495706788--input33757838-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair {} None)' and input '"Hi"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair {} None)' and input '"Hi"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage550087893--input79230375-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage550087893--input79230375-.out index 03cef649a7eb8a92a992ff3fee3d3730738086a7..be59acdfb07a4ebf5a5ad1272c694dd321ba2846 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage550087893--input79230375-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage550087893--input79230375-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair { "Hello" ; "World" } None)' and input '""' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair { "Hello" ; "World" } None)' and input '""' --level 1 --trace-stack storage (Pair { "Hello" ; "World" } (Some False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage605111220--input33757838-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage605111220--input33757838-.out index b2225123d71b1cc3fa540ddee94b51950d79d48b..c0c9318715ec1a0146289ccdac77950ca2906666 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage605111220--input33757838-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_member--storage605111220--input33757838-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair { "Hi" } None)' and input '"Hi"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_member.tz on storage '(Pair { "Hi" } None)' and input '"Hi"' --level 1 --trace-stack storage (Pair { "Hi" } (Some True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input403499055-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input403499055-.out index 7d7310d5b611bc1dbb07cb81fb78ffe10be3037c..f6128764bd4a9c6839c68a9aa48e6b22dc7b422b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input403499055-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input457300675-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input457300675-.out index 53743616d96d70de82e1fc07e0248b753a31af7f..5ef6752d0a58f16bed9fa569766061b1c2fc5e21 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input457300675-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{}' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input469078912-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input469078912-.out index f96348fb55ff7d05641dbd06ceb6e4ae9ff71254..0d361b94476a772b8003f061dfa255298cce5267 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input469078912-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input802622031-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input802622031-.out index dff72a39adf36ed76068cd7151eb5d9fa6e76159..e58fb45048d060a60215d320cc2fe7b858d51df8 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input802622031-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -set_size--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/set_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sha3--storage921624073--input1008262038-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sha3--storage921624073--input1008262038-.out index 8de2d4b8cf40302e3effb7d3004093c937402136..5bde5df0e3febc32b81b23fff5f6efbeac7da1eb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sha3--storage921624073--input1008262038-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sha3--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sha3.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sha3.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input115382786-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input115382786-.out index 3ebd691d1e39ffe8ebc48698c6f29482ff449366..d5eefdd393c59e91782ea8c584b47d8d9532877d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input115382786-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input115382786-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 15 2))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 15 2))' --level 1 --trace-stack storage (Some 60) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input271566295-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input271566295-.out index 580eef2ac24453016292d6b14f1939c70d1d1bbf..a56458728dfa805500263760dd1df346533695fb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input271566295-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input271566295-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 0 1))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input340971987-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input340971987-.out index 218ec5d3f08c4241ee22f3bb13a24ce9ed8a25e2..5644eadd3afa50d19bf26c76f63e7ed10765aa15 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input340971987-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input340971987-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 0 0))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input374168553-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input374168553-.out index 1a8512da8c38c5256b6e22a9cf37c6b9febb3328..f927ee636c953ae5ae9c85aa149199bf05a624a0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input374168553-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input374168553-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 15 2))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 15 2))' --level 1 --trace-stack storage (Some 3) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input413621582-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input413621582-.out index 2547d34e8a1bf4e532b4867c6753f49e78282241..b2c27b1c59ff396c1e4a22b1d3fda31a8c55a50a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input413621582-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input413621582-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 1 2))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 1 2))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input424849461-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input424849461-.out index 13ef92f763c03de37bcd22c5318e04d85a4a4379..c01b8eeb6f0d98f9bc4d08f3daed0d1995751153 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input424849461-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input424849461-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 1 2))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 1 2))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input485030042-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input485030042-.out index be5db1b22e1bade99a0cc2aa2397a8d5e824c514..88ddb5c5e888effa8be4c720aed1e31ed15e30a3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input485030042-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input485030042-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 8 1))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 8 1))' --level 1 --trace-stack storage (Some 16) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input705767726-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input705767726-.out index f7677171c28d38d3cf30b3f848048e8bc1331df4..1293e8c557e65b09289bbda93d5c325dfb0ce309 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input705767726-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input705767726-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 8 1))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 8 1))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input769385932-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input769385932-.out index 610f3c8a9ad680a88b509085602883e955665325..2b1c5704adb6de169976deb51638790f9093330d 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input769385932-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input769385932-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 0 1))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Left (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input913715337-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input913715337-.out index 96529461b576811c45fa7b1ff6248f5d628f8c1d..d22e440631725b48a2c7a3c7104fa80f4185a406 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input913715337-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -shifts--storage921624073--input913715337-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 0 0))' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/shifts.tz on storage None and input '(Right (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage351480851--input65907686-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage351480851--input65907686-.out index 17f365622fd25bc6dd756e52a1f1dee31d25b517..162a653cf6f3985fff421e846df007904f3338e2 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage351480851--input65907686-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage351480851--input65907686-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"' and input 'Pair 1 10000' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input198821575-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input198821575-.out index f0db2b2f2e7538719911f85f06122db84382aab4..0b3e0aa59770bc8f426bd18293f155afa9a916f0 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input198821575-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input198821575-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 1' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 1' --level 1 --trace-stack storage (Some "o") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input359592843-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input359592843-.out index 2d533ba2c5e33bd2fdc1ea6b14e7d937cf30b4c3..c67c4acb2ebb7d92cf72e3ee12e97b36c6a11379 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input359592843-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input359592843-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 10 5' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 10 5' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input551316239-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input551316239-.out index a0267efa6d712f68cee40cf3b9e96d34f0dd9dff..37b552114cc26a03c74d9a03bb12ec74724ef531 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input551316239-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input551316239-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 0' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 0' --level 1 --trace-stack storage (Some "") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input722749044-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input722749044-.out index e35f07cb9ee379215abdd08f418f16ad3fc7b08a..5aeacd467a3fed602ee099d2a237627958a4ac3f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input722749044-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input722749044-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 10' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 10' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input839234860-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input839234860-.out index 3b5c7c55815ac2eef822b4f68e4700cca7963989..6b04446cfbba15632b28987e0fb5deb4249b9068 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input839234860-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input839234860-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 3' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input919180079-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input919180079-.out index c2943f5000b5bd5cb63afd3de95ef2059a7ab3a5..4afb58d49f5b4ce8b71c71218f25e807bbc248ca 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input919180079-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage364922380--input919180079-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 2' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 2' --level 1 --trace-stack storage (Some "Fo") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage921624073--input551316239-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage921624073--input551316239-.out index 47898337967b7eaf5c795e0b1a6fc3cfa7293aba..dbc8a9d5687e0b96f6f250b03540d5a3d97278aa 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage921624073--input551316239-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice--storage921624073--input551316239-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage None and input 'Pair 0 0' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice.tz on storage None and input 'Pair 0 0' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input198821575-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input198821575-.out index ac18d61264ee00b2fef3f08f906026913b0f2b61..be651a6d6aeb1ae5a325d8c1533415a62f4e9cd3 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input198821575-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input198821575-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 1' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 1' --level 1 --trace-stack storage (Some 0xbb) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input462551352-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input462551352-.out index a96872d102fd8f5b9c10f5c1534b667d1bb858b9..75d79bbe217349e3b96367133d4c140681b36715 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input462551352-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input462551352-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 1' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 1' --level 1 --trace-stack storage (Some 0xaa) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input489157380-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input489157380-.out index 692ca6038af3304c9157b1446987efa8adf28cde..e3d432110c161dd360bcb36a5d9c8072413b409a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input489157380-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input489157380-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 2' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 2' --level 1 --trace-stack storage (Some 0xbbcc) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input551316239-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input551316239-.out index e23502f4f9d54dcf84d8dbe98eb065c627b96821..cbd6d6a05d3bd999b440a6b7fac35f22ba3c7110 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input551316239-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input551316239-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 0' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 0' --level 1 --trace-stack storage (Some 0x) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input669330759-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input669330759-.out index 8573cff36ae86db3da94ea811eb192cfbd6cbf1f..1d8786ea653925c9a368c1bf7546c4659911ba51 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input669330759-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input669330759-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 2' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 2' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input743596105-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input743596105-.out index 3a9bae243513f7f1c9ed89b18c22a09e00ba7c97..aa38a0027cca23f7a48c6f4121fccdca6cb67dc6 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input743596105-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input743596105-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 1' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 1' --level 1 --trace-stack storage (Some 0xcc) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input839234860-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input839234860-.out index e17821764fa08f9eab2f629100e60d00d8e9e258..7ea763c91f6c03e22b8f840ba8be3c73bfed3fb9 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input839234860-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage229749865--input839234860-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 3' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage504917929--input65907686-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage504917929--input65907686-.out index eb3544ce822dc5a0b0bae773181f135b28dc8043..6bd4d4362d02656ee0994907e3980514036076c5 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage504917929--input65907686-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage504917929--input65907686-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc' and input 'Pair 1 10000' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage 'Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage921624073--input462551352-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage921624073--input462551352-.out index 4607f246f7e2d8ea42d2d76e5f3c84147f2cd729..60e7518f14ebc4169c2050b8f6666f013ae95c7a 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage921624073--input462551352-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -slice_bytes--storage921624073--input462551352-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage None and input 'Pair 0 1' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/slice_bytes.tz on storage None and input 'Pair 0 1' --level 1 --trace-stack storage None emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input1016369050-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input1016369050-.out index ca989dd84564bc2c67bd4f72ce03d90f1c4510b0..6f1c68940cd0820ef4b24eb06efc9ca746308bfb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input1016369050-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input1016369050-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/str_id.tz on storage None and input '"abcd"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/str_id.tz on storage None and input '"abcd"' --level 1 --trace-stack storage (Some "abcd") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input93477117-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input93477117-.out index 8230b853ec6c665085f3f2df8f23035e16e56425..5750b812eb099ba2b6eb9e55b3610586baa88b57 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input93477117-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -str_id--storage921624073--input93477117-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/str_id.tz on storage None and input '"Hello"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/str_id.tz on storage None and input '"Hello"' --level 1 --trace-stack storage (Some "Hello") emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input249636002-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input249636002-.out index f21fccb986ef769ae7191928f14ae885902f19a1..2881d5192c73142b01c99a73b91e03bb39676216 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input249636002-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input249636002-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 100)' --level 1 --trace-stack storage "1970-01-01T00:00:00Z" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input307538219-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input307538219-.out index bbc5954edc76e823092777b5c63606521dca3907..c5f1a5f07403d3c9cc727d98033490a3e63762eb 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input307538219-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input307538219-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 -100)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 -100)' --level 1 --trace-stack storage "1970-01-01T00:03:20Z" emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input831449542-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input831449542-.out index 789345b885080f55f35d9242a7c1342699657fc7..87ba9193ba07387b6cdedef48dd5786385a6b91f 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input831449542-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -sub_timestamp_delta--storage492856247--input831449542-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 2000000000000000000)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 2000000000000000000)' --level 1 --trace-stack storage -1999999999999999900 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input706350605-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input706350605-.out index 4cadd4b8f3bd934c50b2384186a047c8d5382ab9..db073b3f9fdbd6d8af9262f89c30a28c9ff5f4c1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input706350605-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input706350605-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/tez_add_sub.tz on storage None and input '(Pair 2310000 1010000)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/tez_add_sub.tz on storage None and input '(Pair 2310000 1010000)' --level 1 --trace-stack storage (Some (Pair 3320000 1300000)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input856198194-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input856198194-.out index cf02bb1c87b1632d56c82707e800c4b91b9bf002..e69626dd1c5351d8cfabe62a510b230ae2cbcce5 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input856198194-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -tez_add_sub--storage921624073--input856198194-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/tez_add_sub.tz on storage None and input '(Pair 2000000 1000000)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/tez_add_sub.tz on storage None and input '(Pair 2000000 1000000)' --level 1 --trace-stack storage (Some (Pair 3000000 1000000)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -uncomb--storage680650890--input394061083-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -uncomb--storage680650890--input394061083-.out index b612c6fc5e36b4c4dcf8d584508599bd66853933..78303ec0664f8e51e64ce5d1c933423ccef5fad5 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -uncomb--storage680650890--input394061083-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -uncomb--storage680650890--input394061083-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/uncomb.tz on storage 0 and input '(Pair 1 4 2)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/uncomb.tz on storage 0 and input '(Pair 1 4 2)' --level 1 --trace-stack storage 142 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -unpair--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -unpair--storage125992234--input125992234-.out index 33a79a2e07b52e3c4891ba23da6dc31b6727b5b0..c61d08f5cb26380b74df5e18ccf42b30f2b8ad6b 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -unpair--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -unpair--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/unpair.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/unpair.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -voting_power--storage1011138251--input1040351577-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -voting_power--storage1011138251--input1040351577-.out index a7ca398a655b3fce059b62119413bd031a49ea3c..95663fba24c39d8ea05aa10be52f6a07572f31e1 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -voting_power--storage1011138251--input1040351577-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -voting_power--storage1011138251--input1040351577-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/voting_power.tz on storage '(Pair 0 0)' and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/voting_power.tz on storage '(Pair 0 0)' and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Pair 4000000000000 20000000000000) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1058477720-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1058477720-.out index 0a464993bc6b965d022396e0359d79886f90448e..51c9afdbb25084594cec463d35e10c7625931d33 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1058477720-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1058477720-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair False False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair False False)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1073176155-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1073176155-.out index 191c4ce0a970b29f66af79e0764286b4c47a613a..fc01e0f44ae16a58d656ea098e2a0fcf43981768 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1073176155-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input1073176155-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 0 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 0 0)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input246594902-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input246594902-.out index d228560e9f3393c8ba37cb33f580472bc2295409..fab45dd3ebbd2f35a43072b36f1a073e3ae469ee 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input246594902-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input246594902-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair True False)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair True False)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input506603577-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input506603577-.out index 68249c4e6f644b0818eb1c00ed5e8d9eabc8f32e..abfa63834efa65845666ae0b8d94625b225a19e8 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input506603577-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input506603577-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 1 1)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 1 1)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input576248088-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input576248088-.out index 7b4301503c75f86b3aa4ec40e71aa1e1f38acdaa..f08b110bd057fc89d7d9dcf0cef06b8ee183e616 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input576248088-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input576248088-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 0 1)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 0 1)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input612012282-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input612012282-.out index 0da144fffc6994a5a9a5053d5db35d8b95aef031..723820851a36a549720db3703e7ec0c8a1f26427 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input612012282-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input612012282-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 42 21)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 42 21)' --level 1 --trace-stack storage (Some (Right 63)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input617591686-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input617591686-.out index f68f49c43aafd0074d986542b7513567927e9254..75cb9ada3887b5c080226d635d36ae4dbb27b084 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input617591686-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input617591686-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair False True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair False True)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input639311176-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input639311176-.out index b11c45ad89861937aa8d9a5babba67e62a3de2c3..c65c69d6742baa8c9bbb12e595c296cda9428f01 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input639311176-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input639311176-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair True True)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Left (Pair True True)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input688315180-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input688315180-.out index 4216769e2e8e79d61cf889e187ef248588559b1a..b18ce43eff5e8eaa71f9750fe905741afea34d93 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input688315180-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input688315180-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 42 63)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 42 63)' --level 1 --trace-stack storage (Some (Right 21)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input967929605-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input967929605-.out index 10f9f2d3ae215145647fcc6fe64ad8ca28bb5062..406042931367c81bd0052fe3bd0bc0d8ce53bf25 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input967929605-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor--storage921624073--input967929605-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 1 0)' --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor.tz on storage None and input 'Right (Pair 1 0)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor_bytes--storage125992234--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor_bytes--storage125992234--input125992234-.out index 5c787b142e5720c8a087f4f5f627c3c0653fe7a7..f631d65ae925177059b957b47c9352dc78f99889 100644 --- a/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor_bytes--storage125992234--input125992234-.out +++ b/tezt/tests/expected/contract_opcodes.ml/Beta-- opcodes -xor_bytes--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run script michelson_test_scripts/opcodes/xor_bytes_016.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tezt/tests/expected/contract_typecheck_regression.ml/Beta-- Tc scripts.out b/tezt/tests/expected/contract_typecheck_regression.ml/Beta-- Tc scripts.out index ff471b409984a395ae219267e951db9380b77222..df97d7a9e6af52f634af6130e501766f59cda496 100644 --- a/tezt/tests/expected/contract_typecheck_regression.ml/Beta-- Tc scripts.out +++ b/tezt/tests/expected/contract_typecheck_regression.ml/Beta-- Tc scripts.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings typecheck script michelson_test_scripts/attic/accounts.tz michelson_test_scripts/attic/add1.tz michelson_test_scripts/attic/add1_list.tz michelson_test_scripts/attic/after_strategy.tz michelson_test_scripts/attic/always.tz michelson_test_scripts/attic/append.tz michelson_test_scripts/attic/at_least.tz michelson_test_scripts/attic/auction.tz michelson_test_scripts/attic/bad_lockup.tz michelson_test_scripts/attic/big_map_union.tz michelson_test_scripts/attic/cadr_annotation.tz michelson_test_scripts/attic/concat.tz michelson_test_scripts/attic/conditionals.tz michelson_test_scripts/attic/cons_twice.tz michelson_test_scripts/attic/cps_fact.tz michelson_test_scripts/attic/create_add1_lists.tz michelson_test_scripts/attic/data_publisher.tz michelson_test_scripts/attic/dispatch.tz michelson_test_scripts/attic/empty.tz michelson_test_scripts/attic/fail_amount.tz michelson_test_scripts/attic/faucet.tz michelson_test_scripts/attic/forward.tz michelson_test_scripts/attic/id.tz michelson_test_scripts/attic/infinite_loop.tz michelson_test_scripts/attic/insertion_sort.tz michelson_test_scripts/attic/int_publisher.tz michelson_test_scripts/attic/king_of_tez.tz michelson_test_scripts/attic/list_of_transactions.tz michelson_test_scripts/attic/queue.tz michelson_test_scripts/attic/reduce_map.tz michelson_test_scripts/attic/reentrancy.tz michelson_test_scripts/attic/reservoir.tz michelson_test_scripts/attic/scrutable_reservoir.tz michelson_test_scripts/attic/spawn_identities.tz michelson_test_scripts/entrypoints/big_map_entrypoints.tz michelson_test_scripts/entrypoints/delegatable_target.tz michelson_test_scripts/entrypoints/manager.tz michelson_test_scripts/entrypoints/no_default_target.tz michelson_test_scripts/entrypoints/no_entrypoint_target.tz michelson_test_scripts/entrypoints/rooted_target.tz michelson_test_scripts/entrypoints/simple_entrypoints.tz michelson_test_scripts/macros/assert.tz michelson_test_scripts/macros/assert_cmpeq.tz michelson_test_scripts/macros/assert_cmpge.tz michelson_test_scripts/macros/assert_cmpgt.tz michelson_test_scripts/macros/assert_cmple.tz michelson_test_scripts/macros/assert_cmplt.tz michelson_test_scripts/macros/assert_cmpneq.tz michelson_test_scripts/macros/assert_eq.tz michelson_test_scripts/macros/assert_ge.tz michelson_test_scripts/macros/assert_gt.tz michelson_test_scripts/macros/assert_le.tz michelson_test_scripts/macros/assert_lt.tz michelson_test_scripts/macros/assert_neq.tz michelson_test_scripts/macros/big_map_get_add.tz michelson_test_scripts/macros/big_map_mem.tz michelson_test_scripts/macros/build_list.tz michelson_test_scripts/macros/carn_and_cdrn.tz michelson_test_scripts/macros/compare.tz michelson_test_scripts/macros/compare_bytes.tz michelson_test_scripts/macros/fail.tz michelson_test_scripts/macros/guestbook.tz michelson_test_scripts/macros/macro_annotations.tz michelson_test_scripts/macros/map_caddaadr.tz michelson_test_scripts/macros/max_in_list.tz michelson_test_scripts/macros/min.tz michelson_test_scripts/macros/pair_macro.tz michelson_test_scripts/macros/set_caddaadr.tz michelson_test_scripts/macros/take_my_money.tz michelson_test_scripts/macros/unpair_macro.tz michelson_test_scripts/mini_scenarios/999_constant.tz michelson_test_scripts/mini_scenarios/add_clear_tickets_015.tz michelson_test_scripts/mini_scenarios/always_fails.tz michelson_test_scripts/mini_scenarios/authentication.tz michelson_test_scripts/mini_scenarios/big_map_all.tz michelson_test_scripts/mini_scenarios/big_map_entrypoints.tz michelson_test_scripts/mini_scenarios/big_map_magic.tz michelson_test_scripts/mini_scenarios/big_map_read.tz michelson_test_scripts/mini_scenarios/big_map_store.tz michelson_test_scripts/mini_scenarios/big_map_write.tz michelson_test_scripts/mini_scenarios/cache_consistency.tz michelson_test_scripts/mini_scenarios/check_signature.tz michelson_test_scripts/mini_scenarios/constant_entrypoints.tz michelson_test_scripts/mini_scenarios/constant_unit.tz michelson_test_scripts/mini_scenarios/create_contract.tz michelson_test_scripts/mini_scenarios/create_contract_simple.tz michelson_test_scripts/mini_scenarios/default_account.tz michelson_test_scripts/mini_scenarios/emit_events.tz michelson_test_scripts/mini_scenarios/execution_order_appender.tz michelson_test_scripts/mini_scenarios/execution_order_caller.tz michelson_test_scripts/mini_scenarios/execution_order_storer.tz michelson_test_scripts/mini_scenarios/fa12_reference.tz michelson_test_scripts/mini_scenarios/fail_on_false.tz michelson_test_scripts/mini_scenarios/generic_multisig.tz michelson_test_scripts/mini_scenarios/groth16.tz michelson_test_scripts/mini_scenarios/hardlimit.tz michelson_test_scripts/mini_scenarios/large_error.tz michelson_test_scripts/mini_scenarios/large_flat_contract.tz michelson_test_scripts/mini_scenarios/large_str_id.tz michelson_test_scripts/mini_scenarios/legacy_multisig.tz michelson_test_scripts/mini_scenarios/lockup.tz michelson_test_scripts/mini_scenarios/loop.tz michelson_test_scripts/mini_scenarios/lqt_fa12.mligo.tz michelson_test_scripts/mini_scenarios/multiple_en2.tz michelson_test_scripts/mini_scenarios/multiple_entrypoints_counter.tz michelson_test_scripts/mini_scenarios/multisig_dest_entrypoint.tz michelson_test_scripts/mini_scenarios/multisig_dest_entrypoint_arg.tz michelson_test_scripts/mini_scenarios/nat_id.tz michelson_test_scripts/mini_scenarios/noop_bytes.tz michelson_test_scripts/mini_scenarios/originate_contract.tz michelson_test_scripts/mini_scenarios/parameterized_multisig.tz michelson_test_scripts/mini_scenarios/parsable_contract.tz michelson_test_scripts/mini_scenarios/receive_tickets_in_big_map.tz michelson_test_scripts/mini_scenarios/replay.tz michelson_test_scripts/mini_scenarios/reveal_signed_preimage.tz michelson_test_scripts/mini_scenarios/sc_rollup_forward.tz michelson_test_scripts/mini_scenarios/sc_rollup_mint_and_forward.tz michelson_test_scripts/mini_scenarios/self_address_receiver.tz michelson_test_scripts/mini_scenarios/self_address_sender.tz michelson_test_scripts/mini_scenarios/send_ticket_list_016.tz michelson_test_scripts/mini_scenarios/send_ticket_list_multiple_016.tz michelson_test_scripts/mini_scenarios/send_tickets_from_storage_016.tz michelson_test_scripts/mini_scenarios/send_tickets_in_big_map_015.tz michelson_test_scripts/mini_scenarios/smart_rollup_mint_and_deposit_ticket_016.tz michelson_test_scripts/mini_scenarios/smart_rollup_receive_tickets_016.tz michelson_test_scripts/mini_scenarios/str_id.tz michelson_test_scripts/mini_scenarios/ticket_builder_fungible.tz michelson_test_scripts/mini_scenarios/ticket_builder_non_fungible.tz michelson_test_scripts/mini_scenarios/ticket_wallet_fungible.tz michelson_test_scripts/mini_scenarios/ticket_wallet_non_fungible.tz michelson_test_scripts/mini_scenarios/tickets_015.tz michelson_test_scripts/mini_scenarios/tickets_bag_016.tz michelson_test_scripts/mini_scenarios/tickets_bag_implicit_016.tz michelson_test_scripts/mini_scenarios/tickets_blackhole_016.tz michelson_test_scripts/mini_scenarios/tickets_create_and_send_015.tz michelson_test_scripts/mini_scenarios/tickets_list_blackhole_016.tz michelson_test_scripts/mini_scenarios/tickets_mint_and_store_complex_param.tz michelson_test_scripts/mini_scenarios/tickets_receive_and_store.tz michelson_test_scripts/mini_scenarios/tickets_send_016.tz michelson_test_scripts/mini_scenarios/tickets_send_with_tez_016.tz michelson_test_scripts/mini_scenarios/tickets_store_fst_and_rely_snd.tz michelson_test_scripts/mini_scenarios/tzip4_view.tz michelson_test_scripts/mini_scenarios/very_small.tz michelson_test_scripts/mini_scenarios/view_check_caller.tz michelson_test_scripts/mini_scenarios/view_registers_callers.tz michelson_test_scripts/mini_scenarios/viewable.tz michelson_test_scripts/mini_scenarios/vote_for_delegate.tz michelson_test_scripts/mini_scenarios/weather_insurance.tz michelson_test_scripts/mini_scenarios/xcat.tz michelson_test_scripts/mini_scenarios/xcat_dapp.tz michelson_test_scripts/non_regression/262_bug.tz michelson_test_scripts/non_regression/843_bug.tz michelson_test_scripts/non_regression/bad_annot_contract.tz michelson_test_scripts/non_regression/pairk_annot.tz michelson_test_scripts/opcodes/abs.tz michelson_test_scripts/opcodes/add.tz michelson_test_scripts/opcodes/add_bls12_381_fr.tz michelson_test_scripts/opcodes/add_bls12_381_g1.tz michelson_test_scripts/opcodes/add_bls12_381_g2.tz michelson_test_scripts/opcodes/add_delta_timestamp.tz michelson_test_scripts/opcodes/add_timestamp_delta.tz michelson_test_scripts/opcodes/address.tz michelson_test_scripts/opcodes/amount_after_fib_view.tz michelson_test_scripts/opcodes/amount_after_nonexistent_view.tz michelson_test_scripts/opcodes/amount_after_view.tz michelson_test_scripts/opcodes/and.tz michelson_test_scripts/opcodes/and_binary.tz michelson_test_scripts/opcodes/and_bytes_016.tz michelson_test_scripts/opcodes/and_logical_1.tz michelson_test_scripts/opcodes/balance.tz michelson_test_scripts/opcodes/balance_after_fib_view.tz michelson_test_scripts/opcodes/balance_after_nonexistent_view.tz michelson_test_scripts/opcodes/balance_after_view.tz michelson_test_scripts/opcodes/big_map_mem_nat.tz michelson_test_scripts/opcodes/big_map_mem_string.tz michelson_test_scripts/opcodes/big_map_to_self.tz michelson_test_scripts/opcodes/bls12_381_fr_push_bytes_not_padded.tz michelson_test_scripts/opcodes/bls12_381_fr_push_nat.tz michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz michelson_test_scripts/opcodes/bls12_381_fr_to_mutez.tz michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz michelson_test_scripts/opcodes/bytes.tz michelson_test_scripts/opcodes/bytes_of_int_016.tz michelson_test_scripts/opcodes/bytes_of_nat_016.tz michelson_test_scripts/opcodes/car.tz michelson_test_scripts/opcodes/cdr.tz michelson_test_scripts/opcodes/chain_id.tz michelson_test_scripts/opcodes/chain_id_store.tz michelson_test_scripts/opcodes/check_signature.tz michelson_test_scripts/opcodes/comb.tz michelson_test_scripts/opcodes/comb-get.tz michelson_test_scripts/opcodes/comb-literals.tz michelson_test_scripts/opcodes/comb-set.tz michelson_test_scripts/opcodes/comb-set-2.tz michelson_test_scripts/opcodes/compare.tz michelson_test_scripts/opcodes/compare_big_type.tz michelson_test_scripts/opcodes/compare_big_type2.tz michelson_test_scripts/opcodes/comparisons.tz michelson_test_scripts/opcodes/concat_hello.tz michelson_test_scripts/opcodes/concat_hello_bytes.tz michelson_test_scripts/opcodes/concat_list.tz michelson_test_scripts/opcodes/cons.tz michelson_test_scripts/opcodes/contains_all.tz michelson_test_scripts/opcodes/contract.tz michelson_test_scripts/opcodes/create_contract.tz michelson_test_scripts/opcodes/create_contract_rootname.tz michelson_test_scripts/opcodes/create_contract_rootname_alt.tz michelson_test_scripts/opcodes/create_contract_with_view.tz michelson_test_scripts/opcodes/diff_timestamps.tz michelson_test_scripts/opcodes/dig_eq.tz michelson_test_scripts/opcodes/dign.tz michelson_test_scripts/opcodes/dip.tz michelson_test_scripts/opcodes/dipn.tz michelson_test_scripts/opcodes/dropn.tz michelson_test_scripts/opcodes/dugn.tz michelson_test_scripts/opcodes/dup-n.tz michelson_test_scripts/opcodes/ediv.tz michelson_test_scripts/opcodes/ediv_mutez.tz michelson_test_scripts/opcodes/emit.tz michelson_test_scripts/opcodes/empty_map.tz michelson_test_scripts/opcodes/exec_concat.tz michelson_test_scripts/opcodes/fact.tz michelson_test_scripts/opcodes/first.tz michelson_test_scripts/opcodes/get_and_update_big_map.tz michelson_test_scripts/opcodes/get_and_update_map.tz michelson_test_scripts/opcodes/get_big_map_value.tz michelson_test_scripts/opcodes/get_map_value.tz michelson_test_scripts/opcodes/hash_consistency_checker.tz michelson_test_scripts/opcodes/hash_key.tz michelson_test_scripts/opcodes/hash_string.tz michelson_test_scripts/opcodes/if.tz michelson_test_scripts/opcodes/if_some.tz michelson_test_scripts/opcodes/int.tz michelson_test_scripts/opcodes/iter_fail.tz michelson_test_scripts/opcodes/keccak.tz michelson_test_scripts/opcodes/left_right.tz michelson_test_scripts/opcodes/level.tz michelson_test_scripts/opcodes/list_concat.tz michelson_test_scripts/opcodes/list_concat_bytes.tz michelson_test_scripts/opcodes/list_id.tz michelson_test_scripts/opcodes/list_id_map.tz michelson_test_scripts/opcodes/list_iter.tz michelson_test_scripts/opcodes/list_map_block.tz michelson_test_scripts/opcodes/list_size.tz michelson_test_scripts/opcodes/loop_failwith.tz michelson_test_scripts/opcodes/loop_left.tz michelson_test_scripts/opcodes/loop_left_failwith.tz michelson_test_scripts/opcodes/lsl_bytes_016.tz michelson_test_scripts/opcodes/lsr_bytes_016.tz michelson_test_scripts/opcodes/map_car.tz michelson_test_scripts/opcodes/map_id.tz michelson_test_scripts/opcodes/map_iter.tz michelson_test_scripts/opcodes/map_map.tz michelson_test_scripts/opcodes/map_map_sideeffect.tz michelson_test_scripts/opcodes/map_mem_nat.tz michelson_test_scripts/opcodes/map_mem_string.tz michelson_test_scripts/opcodes/map_size.tz michelson_test_scripts/opcodes/merge_comparable_pairs.tz michelson_test_scripts/opcodes/mul.tz michelson_test_scripts/opcodes/mul_bls12_381_fr.tz michelson_test_scripts/opcodes/mul_bls12_381_g1.tz michelson_test_scripts/opcodes/mul_bls12_381_g2.tz michelson_test_scripts/opcodes/mul_overflow.tz michelson_test_scripts/opcodes/munch.tz michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz michelson_test_scripts/opcodes/neg.tz michelson_test_scripts/opcodes/neg_bls12_381_fr.tz michelson_test_scripts/opcodes/neg_bls12_381_g1.tz michelson_test_scripts/opcodes/neg_bls12_381_g2.tz michelson_test_scripts/opcodes/none.tz michelson_test_scripts/opcodes/noop.tz michelson_test_scripts/opcodes/not.tz michelson_test_scripts/opcodes/not_binary.tz michelson_test_scripts/opcodes/not_bytes_016.tz michelson_test_scripts/opcodes/or.tz michelson_test_scripts/opcodes/or_binary.tz michelson_test_scripts/opcodes/or_bytes_016.tz michelson_test_scripts/opcodes/originate_big_map.tz michelson_test_scripts/opcodes/packunpack.tz michelson_test_scripts/opcodes/packunpack_rev.tz michelson_test_scripts/opcodes/packunpack_rev_cty.tz michelson_test_scripts/opcodes/pair_id.tz michelson_test_scripts/opcodes/pairing_check.tz michelson_test_scripts/opcodes/pexec.tz michelson_test_scripts/opcodes/pexec_2.tz michelson_test_scripts/opcodes/proxy.tz michelson_test_scripts/opcodes/ret_int.tz michelson_test_scripts/opcodes/reverse.tz michelson_test_scripts/opcodes/reverse_loop.tz michelson_test_scripts/opcodes/sapling_empty_state.tz michelson_test_scripts/opcodes/self.tz michelson_test_scripts/opcodes/self_address.tz michelson_test_scripts/opcodes/self_address_after_fib_view.tz michelson_test_scripts/opcodes/self_address_after_nonexistent_view.tz michelson_test_scripts/opcodes/self_address_after_view.tz michelson_test_scripts/opcodes/self_after_fib_view.tz michelson_test_scripts/opcodes/self_after_nonexistent_view.tz michelson_test_scripts/opcodes/self_after_view.tz michelson_test_scripts/opcodes/self_with_default_entrypoint.tz michelson_test_scripts/opcodes/self_with_entrypoint.tz michelson_test_scripts/opcodes/sender.tz michelson_test_scripts/opcodes/sender_after_fib_view.tz michelson_test_scripts/opcodes/sender_after_nonexistent_view.tz michelson_test_scripts/opcodes/sender_after_view.tz michelson_test_scripts/opcodes/set_car.tz michelson_test_scripts/opcodes/set_cdr.tz michelson_test_scripts/opcodes/set_delegate.tz michelson_test_scripts/opcodes/set_id.tz michelson_test_scripts/opcodes/set_iter.tz michelson_test_scripts/opcodes/set_member.tz michelson_test_scripts/opcodes/set_size.tz michelson_test_scripts/opcodes/sets.tz michelson_test_scripts/opcodes/sha3.tz michelson_test_scripts/opcodes/shifts.tz michelson_test_scripts/opcodes/slice.tz michelson_test_scripts/opcodes/slice_bytes.tz michelson_test_scripts/opcodes/slices.tz michelson_test_scripts/opcodes/source.tz michelson_test_scripts/opcodes/split_bytes.tz michelson_test_scripts/opcodes/split_string.tz michelson_test_scripts/opcodes/store_bls12_381_fr.tz michelson_test_scripts/opcodes/store_bls12_381_g1.tz michelson_test_scripts/opcodes/store_bls12_381_g2.tz michelson_test_scripts/opcodes/store_input.tz michelson_test_scripts/opcodes/store_now.tz michelson_test_scripts/opcodes/str_id.tz michelson_test_scripts/opcodes/sub_timestamp_delta.tz michelson_test_scripts/opcodes/subset.tz michelson_test_scripts/opcodes/tez_add_sub.tz michelson_test_scripts/opcodes/ticket_bad.tz michelson_test_scripts/opcodes/ticket_big_store.tz michelson_test_scripts/opcodes/ticket_join.tz michelson_test_scripts/opcodes/ticket_read.tz michelson_test_scripts/opcodes/ticket_split.tz michelson_test_scripts/opcodes/ticket_store.tz michelson_test_scripts/opcodes/ticket_store-2.tz michelson_test_scripts/opcodes/ticketer.tz michelson_test_scripts/opcodes/ticketer-2.tz michelson_test_scripts/opcodes/transfer_amount.tz michelson_test_scripts/opcodes/transfer_tokens.tz michelson_test_scripts/opcodes/uncomb.tz michelson_test_scripts/opcodes/unpair.tz michelson_test_scripts/opcodes/unpair_field_annotation_mismatch.tz michelson_test_scripts/opcodes/update_big_map.tz michelson_test_scripts/opcodes/utxo_read.tz michelson_test_scripts/opcodes/utxor.tz michelson_test_scripts/opcodes/view_fib.tz michelson_test_scripts/opcodes/view_mutual_recursion.tz michelson_test_scripts/opcodes/view_op_add.tz michelson_test_scripts/opcodes/view_op_constant.tz michelson_test_scripts/opcodes/view_op_id.tz michelson_test_scripts/opcodes/view_op_nonexistent_addr.tz michelson_test_scripts/opcodes/view_op_nonexistent_func.tz michelson_test_scripts/opcodes/view_op_test_step_contants.tz michelson_test_scripts/opcodes/view_op_toplevel_inconsistent_input_type.tz michelson_test_scripts/opcodes/view_op_toplevel_inconsistent_output_type.tz michelson_test_scripts/opcodes/view_rec.tz michelson_test_scripts/opcodes/view_toplevel_lib.tz michelson_test_scripts/opcodes/voting_power.tz michelson_test_scripts/opcodes/xor.tz michelson_test_scripts/opcodes/xor_bytes_016.tz --details --display-names +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings typecheck script michelson_test_scripts/attic/accounts.tz michelson_test_scripts/attic/add1.tz michelson_test_scripts/attic/add1_list.tz michelson_test_scripts/attic/after_strategy.tz michelson_test_scripts/attic/always.tz michelson_test_scripts/attic/append.tz michelson_test_scripts/attic/at_least.tz michelson_test_scripts/attic/auction.tz michelson_test_scripts/attic/bad_lockup.tz michelson_test_scripts/attic/big_map_union.tz michelson_test_scripts/attic/cadr_annotation.tz michelson_test_scripts/attic/concat.tz michelson_test_scripts/attic/conditionals.tz michelson_test_scripts/attic/cons_twice.tz michelson_test_scripts/attic/cps_fact.tz michelson_test_scripts/attic/create_add1_lists.tz michelson_test_scripts/attic/data_publisher.tz michelson_test_scripts/attic/dispatch.tz michelson_test_scripts/attic/empty.tz michelson_test_scripts/attic/fail_amount.tz michelson_test_scripts/attic/faucet.tz michelson_test_scripts/attic/forward.tz michelson_test_scripts/attic/id.tz michelson_test_scripts/attic/infinite_loop.tz michelson_test_scripts/attic/insertion_sort.tz michelson_test_scripts/attic/int_publisher.tz michelson_test_scripts/attic/king_of_tez.tz michelson_test_scripts/attic/list_of_transactions.tz michelson_test_scripts/attic/queue.tz michelson_test_scripts/attic/reduce_map.tz michelson_test_scripts/attic/reentrancy.tz michelson_test_scripts/attic/reservoir.tz michelson_test_scripts/attic/scrutable_reservoir.tz michelson_test_scripts/attic/spawn_identities.tz michelson_test_scripts/entrypoints/big_map_entrypoints.tz michelson_test_scripts/entrypoints/delegatable_target.tz michelson_test_scripts/entrypoints/manager.tz michelson_test_scripts/entrypoints/no_default_target.tz michelson_test_scripts/entrypoints/no_entrypoint_target.tz michelson_test_scripts/entrypoints/rooted_target.tz michelson_test_scripts/entrypoints/simple_entrypoints.tz michelson_test_scripts/macros/assert.tz michelson_test_scripts/macros/assert_cmpeq.tz michelson_test_scripts/macros/assert_cmpge.tz michelson_test_scripts/macros/assert_cmpgt.tz michelson_test_scripts/macros/assert_cmple.tz michelson_test_scripts/macros/assert_cmplt.tz michelson_test_scripts/macros/assert_cmpneq.tz michelson_test_scripts/macros/assert_eq.tz michelson_test_scripts/macros/assert_ge.tz michelson_test_scripts/macros/assert_gt.tz michelson_test_scripts/macros/assert_le.tz michelson_test_scripts/macros/assert_lt.tz michelson_test_scripts/macros/assert_neq.tz michelson_test_scripts/macros/big_map_get_add.tz michelson_test_scripts/macros/big_map_mem.tz michelson_test_scripts/macros/build_list.tz michelson_test_scripts/macros/carn_and_cdrn.tz michelson_test_scripts/macros/compare.tz michelson_test_scripts/macros/compare_bytes.tz michelson_test_scripts/macros/fail.tz michelson_test_scripts/macros/guestbook.tz michelson_test_scripts/macros/macro_annotations.tz michelson_test_scripts/macros/map_caddaadr.tz michelson_test_scripts/macros/max_in_list.tz michelson_test_scripts/macros/min.tz michelson_test_scripts/macros/pair_macro.tz michelson_test_scripts/macros/set_caddaadr.tz michelson_test_scripts/macros/take_my_money.tz michelson_test_scripts/macros/unpair_macro.tz michelson_test_scripts/mini_scenarios/999_constant.tz michelson_test_scripts/mini_scenarios/add_clear_tickets_015.tz michelson_test_scripts/mini_scenarios/always_fails.tz michelson_test_scripts/mini_scenarios/authentication.tz michelson_test_scripts/mini_scenarios/big_map_all.tz michelson_test_scripts/mini_scenarios/big_map_entrypoints.tz michelson_test_scripts/mini_scenarios/big_map_magic.tz michelson_test_scripts/mini_scenarios/big_map_read.tz michelson_test_scripts/mini_scenarios/big_map_store.tz michelson_test_scripts/mini_scenarios/big_map_write.tz michelson_test_scripts/mini_scenarios/cache_consistency.tz michelson_test_scripts/mini_scenarios/check_signature.tz michelson_test_scripts/mini_scenarios/constant_entrypoints.tz michelson_test_scripts/mini_scenarios/constant_unit.tz michelson_test_scripts/mini_scenarios/create_contract.tz michelson_test_scripts/mini_scenarios/create_contract_simple.tz michelson_test_scripts/mini_scenarios/default_account.tz michelson_test_scripts/mini_scenarios/emit_events.tz michelson_test_scripts/mini_scenarios/execution_order_appender.tz michelson_test_scripts/mini_scenarios/execution_order_caller.tz michelson_test_scripts/mini_scenarios/execution_order_storer.tz michelson_test_scripts/mini_scenarios/fa12_reference.tz michelson_test_scripts/mini_scenarios/fail_on_false.tz michelson_test_scripts/mini_scenarios/generic_multisig.tz michelson_test_scripts/mini_scenarios/groth16.tz michelson_test_scripts/mini_scenarios/hardlimit.tz michelson_test_scripts/mini_scenarios/large_error.tz michelson_test_scripts/mini_scenarios/large_flat_contract.tz michelson_test_scripts/mini_scenarios/large_str_id.tz michelson_test_scripts/mini_scenarios/legacy_multisig.tz michelson_test_scripts/mini_scenarios/lockup.tz michelson_test_scripts/mini_scenarios/loop.tz michelson_test_scripts/mini_scenarios/lqt_fa12.mligo.tz michelson_test_scripts/mini_scenarios/multiple_en2.tz michelson_test_scripts/mini_scenarios/multiple_entrypoints_counter.tz michelson_test_scripts/mini_scenarios/multisig_dest_entrypoint.tz michelson_test_scripts/mini_scenarios/multisig_dest_entrypoint_arg.tz michelson_test_scripts/mini_scenarios/nat_id.tz michelson_test_scripts/mini_scenarios/noop_bytes.tz michelson_test_scripts/mini_scenarios/originate_contract.tz michelson_test_scripts/mini_scenarios/parameterized_multisig.tz michelson_test_scripts/mini_scenarios/parsable_contract.tz michelson_test_scripts/mini_scenarios/receive_tickets_in_big_map.tz michelson_test_scripts/mini_scenarios/replay.tz michelson_test_scripts/mini_scenarios/reveal_signed_preimage.tz michelson_test_scripts/mini_scenarios/sc_rollup_forward.tz michelson_test_scripts/mini_scenarios/sc_rollup_mint_and_forward.tz michelson_test_scripts/mini_scenarios/self_address_receiver.tz michelson_test_scripts/mini_scenarios/self_address_sender.tz michelson_test_scripts/mini_scenarios/send_ticket_list_016.tz michelson_test_scripts/mini_scenarios/send_ticket_list_multiple_016.tz michelson_test_scripts/mini_scenarios/send_tickets_from_storage_016.tz michelson_test_scripts/mini_scenarios/send_tickets_in_big_map_015.tz michelson_test_scripts/mini_scenarios/smart_rollup_mint_and_deposit_ticket_016.tz michelson_test_scripts/mini_scenarios/smart_rollup_receive_tickets_016.tz michelson_test_scripts/mini_scenarios/str_id.tz michelson_test_scripts/mini_scenarios/ticket_builder_fungible.tz michelson_test_scripts/mini_scenarios/ticket_builder_non_fungible.tz michelson_test_scripts/mini_scenarios/ticket_wallet_fungible.tz michelson_test_scripts/mini_scenarios/ticket_wallet_non_fungible.tz michelson_test_scripts/mini_scenarios/tickets_015.tz michelson_test_scripts/mini_scenarios/tickets_bag_016.tz michelson_test_scripts/mini_scenarios/tickets_bag_implicit_016.tz michelson_test_scripts/mini_scenarios/tickets_blackhole_016.tz michelson_test_scripts/mini_scenarios/tickets_create_and_send_015.tz michelson_test_scripts/mini_scenarios/tickets_list_blackhole_016.tz michelson_test_scripts/mini_scenarios/tickets_mint_and_store_complex_param.tz michelson_test_scripts/mini_scenarios/tickets_receive_and_store.tz michelson_test_scripts/mini_scenarios/tickets_send_016.tz michelson_test_scripts/mini_scenarios/tickets_send_with_tez_016.tz michelson_test_scripts/mini_scenarios/tickets_store_fst_and_rely_snd.tz michelson_test_scripts/mini_scenarios/tzip4_view.tz michelson_test_scripts/mini_scenarios/very_small.tz michelson_test_scripts/mini_scenarios/view_check_caller.tz michelson_test_scripts/mini_scenarios/view_registers_callers.tz michelson_test_scripts/mini_scenarios/viewable.tz michelson_test_scripts/mini_scenarios/vote_for_delegate.tz michelson_test_scripts/mini_scenarios/weather_insurance.tz michelson_test_scripts/mini_scenarios/xcat.tz michelson_test_scripts/mini_scenarios/xcat_dapp.tz michelson_test_scripts/non_regression/262_bug.tz michelson_test_scripts/non_regression/843_bug.tz michelson_test_scripts/non_regression/bad_annot_contract.tz michelson_test_scripts/non_regression/pairk_annot.tz michelson_test_scripts/opcodes/abs.tz michelson_test_scripts/opcodes/add.tz michelson_test_scripts/opcodes/add_bls12_381_fr.tz michelson_test_scripts/opcodes/add_bls12_381_g1.tz michelson_test_scripts/opcodes/add_bls12_381_g2.tz michelson_test_scripts/opcodes/add_delta_timestamp.tz michelson_test_scripts/opcodes/add_timestamp_delta.tz michelson_test_scripts/opcodes/address.tz michelson_test_scripts/opcodes/amount_after_fib_view.tz michelson_test_scripts/opcodes/amount_after_nonexistent_view.tz michelson_test_scripts/opcodes/amount_after_view.tz michelson_test_scripts/opcodes/and.tz michelson_test_scripts/opcodes/and_binary.tz michelson_test_scripts/opcodes/and_bytes_016.tz michelson_test_scripts/opcodes/and_logical_1.tz michelson_test_scripts/opcodes/balance.tz michelson_test_scripts/opcodes/balance_after_fib_view.tz michelson_test_scripts/opcodes/balance_after_nonexistent_view.tz michelson_test_scripts/opcodes/balance_after_view.tz michelson_test_scripts/opcodes/big_map_mem_nat.tz michelson_test_scripts/opcodes/big_map_mem_string.tz michelson_test_scripts/opcodes/big_map_to_self.tz michelson_test_scripts/opcodes/bls12_381_fr_push_bytes_not_padded.tz michelson_test_scripts/opcodes/bls12_381_fr_push_nat.tz michelson_test_scripts/opcodes/bls12_381_fr_to_int.tz michelson_test_scripts/opcodes/bls12_381_fr_to_mutez.tz michelson_test_scripts/opcodes/bls12_381_fr_z_int.tz michelson_test_scripts/opcodes/bls12_381_fr_z_nat.tz michelson_test_scripts/opcodes/bls12_381_z_fr_int.tz michelson_test_scripts/opcodes/bls12_381_z_fr_nat.tz michelson_test_scripts/opcodes/bytes.tz michelson_test_scripts/opcodes/bytes_of_int_016.tz michelson_test_scripts/opcodes/bytes_of_nat_016.tz michelson_test_scripts/opcodes/car.tz michelson_test_scripts/opcodes/cdr.tz michelson_test_scripts/opcodes/chain_id.tz michelson_test_scripts/opcodes/chain_id_store.tz michelson_test_scripts/opcodes/check_signature.tz michelson_test_scripts/opcodes/comb.tz michelson_test_scripts/opcodes/comb-get.tz michelson_test_scripts/opcodes/comb-literals.tz michelson_test_scripts/opcodes/comb-set.tz michelson_test_scripts/opcodes/comb-set-2.tz michelson_test_scripts/opcodes/compare.tz michelson_test_scripts/opcodes/compare_big_type.tz michelson_test_scripts/opcodes/compare_big_type2.tz michelson_test_scripts/opcodes/comparisons.tz michelson_test_scripts/opcodes/concat_hello.tz michelson_test_scripts/opcodes/concat_hello_bytes.tz michelson_test_scripts/opcodes/concat_list.tz michelson_test_scripts/opcodes/cons.tz michelson_test_scripts/opcodes/contains_all.tz michelson_test_scripts/opcodes/contract.tz michelson_test_scripts/opcodes/create_contract.tz michelson_test_scripts/opcodes/create_contract_rootname.tz michelson_test_scripts/opcodes/create_contract_rootname_alt.tz michelson_test_scripts/opcodes/create_contract_with_view.tz michelson_test_scripts/opcodes/diff_timestamps.tz michelson_test_scripts/opcodes/dig_eq.tz michelson_test_scripts/opcodes/dign.tz michelson_test_scripts/opcodes/dip.tz michelson_test_scripts/opcodes/dipn.tz michelson_test_scripts/opcodes/dropn.tz michelson_test_scripts/opcodes/dugn.tz michelson_test_scripts/opcodes/dup-n.tz michelson_test_scripts/opcodes/ediv.tz michelson_test_scripts/opcodes/ediv_mutez.tz michelson_test_scripts/opcodes/emit.tz michelson_test_scripts/opcodes/empty_map.tz michelson_test_scripts/opcodes/exec_concat.tz michelson_test_scripts/opcodes/fact.tz michelson_test_scripts/opcodes/first.tz michelson_test_scripts/opcodes/get_and_update_big_map.tz michelson_test_scripts/opcodes/get_and_update_map.tz michelson_test_scripts/opcodes/get_big_map_value.tz michelson_test_scripts/opcodes/get_map_value.tz michelson_test_scripts/opcodes/hash_consistency_checker.tz michelson_test_scripts/opcodes/hash_key.tz michelson_test_scripts/opcodes/hash_string.tz michelson_test_scripts/opcodes/if.tz michelson_test_scripts/opcodes/if_some.tz michelson_test_scripts/opcodes/int.tz michelson_test_scripts/opcodes/iter_fail.tz michelson_test_scripts/opcodes/keccak.tz michelson_test_scripts/opcodes/left_right.tz michelson_test_scripts/opcodes/level.tz michelson_test_scripts/opcodes/list_concat.tz michelson_test_scripts/opcodes/list_concat_bytes.tz michelson_test_scripts/opcodes/list_id.tz michelson_test_scripts/opcodes/list_id_map.tz michelson_test_scripts/opcodes/list_iter.tz michelson_test_scripts/opcodes/list_map_block.tz michelson_test_scripts/opcodes/list_size.tz michelson_test_scripts/opcodes/loop_failwith.tz michelson_test_scripts/opcodes/loop_left.tz michelson_test_scripts/opcodes/loop_left_failwith.tz michelson_test_scripts/opcodes/lsl_bytes_016.tz michelson_test_scripts/opcodes/lsr_bytes_016.tz michelson_test_scripts/opcodes/map_car.tz michelson_test_scripts/opcodes/map_id.tz michelson_test_scripts/opcodes/map_iter.tz michelson_test_scripts/opcodes/map_map.tz michelson_test_scripts/opcodes/map_map_sideeffect.tz michelson_test_scripts/opcodes/map_mem_nat.tz michelson_test_scripts/opcodes/map_mem_string.tz michelson_test_scripts/opcodes/map_size.tz michelson_test_scripts/opcodes/merge_comparable_pairs.tz michelson_test_scripts/opcodes/mul.tz michelson_test_scripts/opcodes/mul_bls12_381_fr.tz michelson_test_scripts/opcodes/mul_bls12_381_g1.tz michelson_test_scripts/opcodes/mul_bls12_381_g2.tz michelson_test_scripts/opcodes/mul_overflow.tz michelson_test_scripts/opcodes/munch.tz michelson_test_scripts/opcodes/mutez_to_bls12_381_fr.tz michelson_test_scripts/opcodes/neg.tz michelson_test_scripts/opcodes/neg_bls12_381_fr.tz michelson_test_scripts/opcodes/neg_bls12_381_g1.tz michelson_test_scripts/opcodes/neg_bls12_381_g2.tz michelson_test_scripts/opcodes/none.tz michelson_test_scripts/opcodes/noop.tz michelson_test_scripts/opcodes/not.tz michelson_test_scripts/opcodes/not_binary.tz michelson_test_scripts/opcodes/not_bytes_016.tz michelson_test_scripts/opcodes/or.tz michelson_test_scripts/opcodes/or_binary.tz michelson_test_scripts/opcodes/or_bytes_016.tz michelson_test_scripts/opcodes/originate_big_map.tz michelson_test_scripts/opcodes/packunpack.tz michelson_test_scripts/opcodes/packunpack_rev.tz michelson_test_scripts/opcodes/packunpack_rev_cty.tz michelson_test_scripts/opcodes/pair_id.tz michelson_test_scripts/opcodes/pairing_check.tz michelson_test_scripts/opcodes/pexec.tz michelson_test_scripts/opcodes/pexec_2.tz michelson_test_scripts/opcodes/proxy.tz michelson_test_scripts/opcodes/ret_int.tz michelson_test_scripts/opcodes/reverse.tz michelson_test_scripts/opcodes/reverse_loop.tz michelson_test_scripts/opcodes/sapling_empty_state.tz michelson_test_scripts/opcodes/self.tz michelson_test_scripts/opcodes/self_address.tz michelson_test_scripts/opcodes/self_address_after_fib_view.tz michelson_test_scripts/opcodes/self_address_after_nonexistent_view.tz michelson_test_scripts/opcodes/self_address_after_view.tz michelson_test_scripts/opcodes/self_after_fib_view.tz michelson_test_scripts/opcodes/self_after_nonexistent_view.tz michelson_test_scripts/opcodes/self_after_view.tz michelson_test_scripts/opcodes/self_with_default_entrypoint.tz michelson_test_scripts/opcodes/self_with_entrypoint.tz michelson_test_scripts/opcodes/sender.tz michelson_test_scripts/opcodes/sender_after_fib_view.tz michelson_test_scripts/opcodes/sender_after_nonexistent_view.tz michelson_test_scripts/opcodes/sender_after_view.tz michelson_test_scripts/opcodes/set_car.tz michelson_test_scripts/opcodes/set_cdr.tz michelson_test_scripts/opcodes/set_delegate.tz michelson_test_scripts/opcodes/set_id.tz michelson_test_scripts/opcodes/set_iter.tz michelson_test_scripts/opcodes/set_member.tz michelson_test_scripts/opcodes/set_size.tz michelson_test_scripts/opcodes/sets.tz michelson_test_scripts/opcodes/sha3.tz michelson_test_scripts/opcodes/shifts.tz michelson_test_scripts/opcodes/slice.tz michelson_test_scripts/opcodes/slice_bytes.tz michelson_test_scripts/opcodes/slices.tz michelson_test_scripts/opcodes/source.tz michelson_test_scripts/opcodes/split_bytes.tz michelson_test_scripts/opcodes/split_string.tz michelson_test_scripts/opcodes/store_bls12_381_fr.tz michelson_test_scripts/opcodes/store_bls12_381_g1.tz michelson_test_scripts/opcodes/store_bls12_381_g2.tz michelson_test_scripts/opcodes/store_input.tz michelson_test_scripts/opcodes/store_now.tz michelson_test_scripts/opcodes/str_id.tz michelson_test_scripts/opcodes/sub_timestamp_delta.tz michelson_test_scripts/opcodes/subset.tz michelson_test_scripts/opcodes/tez_add_sub.tz michelson_test_scripts/opcodes/ticket_bad.tz michelson_test_scripts/opcodes/ticket_big_store.tz michelson_test_scripts/opcodes/ticket_join.tz michelson_test_scripts/opcodes/ticket_read.tz michelson_test_scripts/opcodes/ticket_split.tz michelson_test_scripts/opcodes/ticket_store.tz michelson_test_scripts/opcodes/ticket_store-2.tz michelson_test_scripts/opcodes/ticketer.tz michelson_test_scripts/opcodes/ticketer-2.tz michelson_test_scripts/opcodes/transfer_amount.tz michelson_test_scripts/opcodes/transfer_tokens.tz michelson_test_scripts/opcodes/uncomb.tz michelson_test_scripts/opcodes/unpair.tz michelson_test_scripts/opcodes/unpair_field_annotation_mismatch.tz michelson_test_scripts/opcodes/update_big_map.tz michelson_test_scripts/opcodes/utxo_read.tz michelson_test_scripts/opcodes/utxor.tz michelson_test_scripts/opcodes/view_fib.tz michelson_test_scripts/opcodes/view_mutual_recursion.tz michelson_test_scripts/opcodes/view_op_add.tz michelson_test_scripts/opcodes/view_op_constant.tz michelson_test_scripts/opcodes/view_op_id.tz michelson_test_scripts/opcodes/view_op_nonexistent_addr.tz michelson_test_scripts/opcodes/view_op_nonexistent_func.tz michelson_test_scripts/opcodes/view_op_test_step_contants.tz michelson_test_scripts/opcodes/view_op_toplevel_inconsistent_input_type.tz michelson_test_scripts/opcodes/view_op_toplevel_inconsistent_output_type.tz michelson_test_scripts/opcodes/view_rec.tz michelson_test_scripts/opcodes/view_toplevel_lib.tz michelson_test_scripts/opcodes/voting_power.tz michelson_test_scripts/opcodes/xor.tz michelson_test_scripts/opcodes/xor_bytes_016.tz --details --display-names Well typed (Gas remaining: 1039933.430 units remaining) michelson_test_scripts/attic/accounts.tz { parameter (or (key_hash %Initialize) diff --git a/tezt/tests/expected/dal.ml/Beta-- Testing DAL L1 integration (Use all available slots).out b/tezt/tests/expected/dal.ml/Beta-- Testing DAL L1 integration (Use all available slots).out index 4b9928f4b78a8ecd63450617cd649c379e9ca4d7..c5be5fed8312065cea78c647e1b524c1e9b9bdfa 100644 --- a/tezt/tests/expected/dal.ml/Beta-- Testing DAL L1 integration (Use all available slots).out +++ b/tezt/tests/expected/dal.ml/Beta-- Testing DAL L1 integration (Use all available slots).out @@ -1,10 +1,10 @@ GET http://[HOST]:[PORT]/chains/main/blocks/head/metadata 200 OK -{"protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","next_protocol":"PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg","test_chain_status":{"status":"not_running"},"max_operations_ttl":3,"max_operation_data_length":32768,"max_block_header_length":289,"max_operation_list_length":[{"max_size":4194304,"max_op":2048},{"max_size":32768},{"max_size":135168,"max_op":132},{"max_size":524288}],"proposer":"[PUBLIC_KEY_HASH]","baker":"[PUBLIC_KEY_HASH]","level_info":{"level":3,"level_position":2,"cycle":0,"cycle_position":2,"expected_commitment":false},"voting_period_info":{"voting_period":{"index":0,"kind":"proposal","start_position":0},"position":2,"remaining":61},"nonce_hash":null,"deactivated":[],"balance_updates":[{"kind":"accumulator","category":"block fees","change":"-416000","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"416000","origin":"block"},{"kind":"minted","category":"baking rewards","change":"-16667","origin":"block"},{"kind":"freezer","category":"deposits","staker":{"baker_own_stake":"[PUBLIC_KEY_HASH]"},"change":"16667","origin":"block"},{"kind":"minted","category":"baking rewards","change":"-316666","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"316666","origin":"block"},{"kind":"minted","category":"baking bonuses","change":"-16666","origin":"block"},{"kind":"freezer","category":"deposits","staker":{"baker_own_stake":"[PUBLIC_KEY_HASH]"},"change":"16666","origin":"block"},{"kind":"minted","category":"baking bonuses","change":"-316646","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"316646","origin":"block"}],"liquidity_baking_toggle_ema":0,"adaptive_issuance_vote_ema":0,"adaptive_issuance_activation_cycle":5,"implicit_operations_results":[{"kind":"transaction","storage":[{"int":"1"},{"int":"166766"},{"int":"100"},{"bytes":"01e927f00ef734dfc85919635e9afc9166c83ef9fc00"},{"bytes":"0115eb0104481a6d7921160bc982c5e0a561cd8a3a00"}],"balance_updates":[{"kind":"minted","category":"subsidy","change":"-83333","origin":"subsidy"},{"kind":"contract","contract":"[CONTRACT_HASH]","change":"83333","origin":"subsidy"}],"consumed_milligas":"206420","storage_size":"4629"}],"proposer_consensus_key":"[PUBLIC_KEY_HASH]","baker_consensus_key":"[PUBLIC_KEY_HASH]","consumed_milligas":"544000000","dal_attestation":"0"} +{"protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","next_protocol":"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT","test_chain_status":{"status":"not_running"},"max_operations_ttl":3,"max_operation_data_length":32768,"max_block_header_length":289,"max_operation_list_length":[{"max_size":4194304,"max_op":2048},{"max_size":32768},{"max_size":135168,"max_op":132},{"max_size":524288}],"proposer":"[PUBLIC_KEY_HASH]","baker":"[PUBLIC_KEY_HASH]","level_info":{"level":3,"level_position":2,"cycle":0,"cycle_position":2,"expected_commitment":false},"voting_period_info":{"voting_period":{"index":0,"kind":"proposal","start_position":0},"position":2,"remaining":61},"nonce_hash":null,"deactivated":[],"balance_updates":[{"kind":"accumulator","category":"block fees","change":"-416000","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"416000","origin":"block"},{"kind":"minted","category":"baking rewards","change":"-16667","origin":"block"},{"kind":"freezer","category":"deposits","staker":{"baker_own_stake":"[PUBLIC_KEY_HASH]"},"change":"16667","origin":"block"},{"kind":"minted","category":"baking rewards","change":"-316666","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"316666","origin":"block"},{"kind":"minted","category":"baking bonuses","change":"-16666","origin":"block"},{"kind":"freezer","category":"deposits","staker":{"baker_own_stake":"[PUBLIC_KEY_HASH]"},"change":"16666","origin":"block"},{"kind":"minted","category":"baking bonuses","change":"-316646","origin":"block"},{"kind":"contract","contract":"[PUBLIC_KEY_HASH]","change":"316646","origin":"block"}],"liquidity_baking_toggle_ema":0,"adaptive_issuance_vote_ema":0,"adaptive_issuance_activation_cycle":5,"implicit_operations_results":[{"kind":"transaction","storage":[{"int":"1"},{"int":"166766"},{"int":"100"},{"bytes":"01e927f00ef734dfc85919635e9afc9166c83ef9fc00"},{"bytes":"0115eb0104481a6d7921160bc982c5e0a561cd8a3a00"}],"balance_updates":[{"kind":"minted","category":"subsidy","change":"-83333","origin":"subsidy"},{"kind":"contract","contract":"[CONTRACT_HASH]","change":"83333","origin":"subsidy"}],"consumed_milligas":"206420","storage_size":"4629"}],"proposer_consensus_key":"[PUBLIC_KEY_HASH]","baker_consensus_key":"[PUBLIC_KEY_HASH]","consumed_milligas":"544000000","dal_attestation":"0"} { - "protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", - "next_protocol": "PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg", + "protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", + "next_protocol": "PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT", "test_chain_status": { "status": "not_running" }, diff --git a/tezt/tests/expected/ticket_receipt_and_rpc.ml/Beta-- Ticket updates in receipt.out b/tezt/tests/expected/ticket_receipt_and_rpc.ml/Beta-- Ticket updates in receipt.out index 2cd873964cce4b11d1ffe7cde67aade4b2d72e5d..3e1bc9c2e94a140bfca0ce7ec0cf1ffcdf15b63d 100644 --- a/tezt/tests/expected/ticket_receipt_and_rpc.ml/Beta-- Ticket updates in receipt.out +++ b/tezt/tests/expected/ticket_receipt_and_rpc.ml/Beta-- Ticket updates in receipt.out @@ -1,8 +1,8 @@ ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --arg '(Pair "[CONTRACT_HASH]" "[CONTRACT_HASH]")' Node is bootstrapped. -Estimated gas: 7897.809 units (will add 100 for safety) -Estimated storage: 515 bytes added (will add 20 for safety) +Estimated gas: 7899.569 units (will add 100 for safety) +Estimated storage: 475 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -14,8 +14,8 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.001138 Expected counter: 1 - Gas limit: 7998 - Storage limit: 535 bytes + Gas limit: 8000 + Storage limit: 495 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.001138 payload fees(the block proposer) ....... +ꜩ0.001138 @@ -26,15 +26,15 @@ This sequence of operations was run: Parameter: (Pair "[CONTRACT_HASH]" "[CONTRACT_HASH]") This transaction was successfully applied Updated storage: - { Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "red" 1 ; - Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "green" 1 ; - Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "green" 1 } - Storage size: 549 bytes - Paid storage size diff: 349 bytes - Consumed gas: 3191.920 + { Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "red" 1) ; + Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "green" 1) ; + Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "green" 1) } + Storage size: 525 bytes + Paid storage size diff: 325 bytes + Consumed gas: 3193.024 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.08725 - storage fees ........................... +ꜩ0.08725 + [PUBLIC_KEY_HASH] ... -ꜩ0.08125 + storage fees ........................... +ꜩ0.08125 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -51,18 +51,18 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [CONTRACT_HASH] - Parameter: (Pair (Pair (Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "blue" 1) - (Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "blue" 1)) + Parameter: (Pair (Pair (Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "blue" 1)) + (Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "blue" 1))) 0x0192ce5ac8f542c49e64c7b6c73c445515ddc20f9400) This transaction was successfully applied Updated storage: - (Some (Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "blue" 1)) - Storage size: 177 bytes - Paid storage size diff: 116 bytes - Consumed gas: 2817.571 + (Some (Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "blue" 1))) + Storage size: 169 bytes + Paid storage size diff: 108 bytes + Consumed gas: 2818.019 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.029 - storage fees ........................... +ꜩ0.029 + [PUBLIC_KEY_HASH] ... -ꜩ0.027 + storage fees ........................... +ꜩ0.027 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -73,16 +73,16 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [CONTRACT_HASH] - Parameter: (Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "blue" 1) + Parameter: (Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "blue" 1)) This transaction was successfully applied Updated storage: - (Some (Ticket 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 string "blue" 1)) - Storage size: 96 bytes - Paid storage size diff: 50 bytes - Consumed gas: 1889.489 + (Some (Pair 0x01c97ff8e547ecb335bdf832511361d68e928c6ec300 (Pair "blue" 1))) + Storage size: 88 bytes + Paid storage size diff: 42 bytes + Consumed gas: 1889.697 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.0125 - storage fees ........................... +ꜩ0.0125 + [PUBLIC_KEY_HASH] ... -ꜩ0.0105 + storage fees ........................... +ꜩ0.0105 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Create and remove tickets.out b/tezt/tests/expected/tickets.ml/Beta-- Create and remove tickets.out index 502325f007545807a2e4d657fe68405ca41efdd8..fb805354308b29ebc6f9e04e8f2a489584367dc3 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Create and remove tickets.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Create and remove tickets.out @@ -58,8 +58,8 @@ Contract memorized as add_clear_tickets. ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "A"' Node is bootstrapped. -Estimated gas: 1751.443 units (will add 100 for safety) -Estimated storage: 113 bytes added (will add 20 for safety) +Estimated gas: 1751.651 units (will add 100 for safety) +Estimated storage: 105 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -69,13 +69,13 @@ and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0.000454 + Fee to the baker: ꜩ0.000453 Expected counter: 1 Gas limit: 1852 - Storage limit: 133 bytes + Storage limit: 125 bytes Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.000454 - payload fees(the block proposer) ....... +ꜩ0.000454 + [PUBLIC_KEY_HASH] ... -ꜩ0.000453 + payload fees(the block proposer) ....... +ꜩ0.000453 Transaction: Amount: ꜩ0 From: [PUBLIC_KEY_HASH] @@ -84,13 +84,13 @@ This sequence of operations was run: Parameter: (Pair 1 "A") This transaction was successfully applied Updated storage: - { Ticket 0x01435e1f410af86271d7c8c3c98a8708157a45269200 string "A" 1 } - Storage size: 188 bytes - Paid storage size diff: 113 bytes - Consumed gas: 1752.012 + { Pair 0x01435e1f410af86271d7c8c3c98a8708157a45269200 (Pair "A" 1) } + Storage size: 180 bytes + Paid storage size diff: 105 bytes + Consumed gas: 1752.186 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.02825 - storage fees ........................... +ꜩ0.02825 + [PUBLIC_KEY_HASH] ... -ꜩ0.02625 + storage fees ........................... +ꜩ0.02625 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -101,7 +101,7 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint clear --arg Unit Node is bootstrapped. -Estimated gas: 1941.576 units (will add 100 for safety) +Estimated gas: 1941.323 units (will add 100 for safety) Estimated storage: no bytes added Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -127,7 +127,7 @@ This sequence of operations was run: This transaction was successfully applied Updated storage: {} Storage size: 141 bytes - Consumed gas: 1942.112 + Consumed gas: 1941.859 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -138,7 +138,7 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "B"' Node is bootstrapped. -Estimated gas: 1751.443 units (will add 100 for safety) +Estimated gas: 1751.651 units (will add 100 for safety) Estimated storage: no bytes added Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -164,9 +164,9 @@ This sequence of operations was run: Parameter: (Pair 1 "B") This transaction was successfully applied Updated storage: - { Ticket 0x01435e1f410af86271d7c8c3c98a8708157a45269200 string "B" 1 } - Storage size: 188 bytes - Consumed gas: 1751.978 + { Pair 0x01435e1f410af86271d7c8c3c98a8708157a45269200 (Pair "B" 1) } + Storage size: 180 bytes + Consumed gas: 1752.186 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -177,8 +177,8 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 2 --entrypoint add --arg 'Pair 1 "C"' Node is bootstrapped. -Estimated gas: 2433.498 units (will add 100 for safety) -Estimated storage: 113 bytes added (will add 20 for safety) +Estimated gas: 2433.661 units (will add 100 for safety) +Estimated storage: 105 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -188,13 +188,13 @@ and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0.000522 + Fee to the baker: ꜩ0.000521 Expected counter: 4 Gas limit: 2534 - Storage limit: 133 bytes + Storage limit: 125 bytes Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.000522 - payload fees(the block proposer) ....... +ꜩ0.000522 + [PUBLIC_KEY_HASH] ... -ꜩ0.000521 + payload fees(the block proposer) ....... +ꜩ0.000521 Transaction: Amount: ꜩ0 From: [PUBLIC_KEY_HASH] @@ -203,14 +203,14 @@ This sequence of operations was run: Parameter: (Pair 1 "C") This transaction was successfully applied Updated storage: - { Ticket 0x01435e1f410af86271d7c8c3c98a8708157a45269200 string "C" 1 ; - Ticket 0x01435e1f410af86271d7c8c3c98a8708157a45269200 string "B" 1 } - Storage size: 235 bytes - Paid storage size diff: 113 bytes - Consumed gas: 2434.067 + { Pair 0x01435e1f410af86271d7c8c3c98a8708157a45269200 (Pair "C" 1) ; + Pair 0x01435e1f410af86271d7c8c3c98a8708157a45269200 (Pair "B" 1) } + Storage size: 219 bytes + Paid storage size diff: 105 bytes + Consumed gas: 2434.196 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.02825 - storage fees ........................... +ꜩ0.02825 + [PUBLIC_KEY_HASH] ... -ꜩ0.02625 + storage fees ........................... +ꜩ0.02625 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Minting then sending tickets to smart-contract rollup should succeed with.out b/tezt/tests/expected/tickets.ml/Beta-- Minting then sending tickets to smart-contract rollup should succeed with.out index 30abebb16c5919aef13e451089a927d51e3cdb67..0b5df1b13f4a4434ea2562d15814f5fa694dce00 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Minting then sending tickets to smart-contract rollup should succeed with.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Minting then sending tickets to smart-contract rollup should succeed with.out @@ -1,7 +1,7 @@ ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg '"[SMART_ROLLUP_HASH]"' Node is bootstrapped. -Estimated gas: 2783.794 units (will add 100 for safety) +Estimated gas: 2784.256 units (will add 100 for safety) Estimated storage: 132 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -14,7 +14,7 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.000584 Expected counter: 3 - Gas limit: 2884 + Gas limit: 2885 Storage limit: 152 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.000584 @@ -28,7 +28,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 197 bytes Paid storage size diff: 132 bytes - Consumed gas: 2673.811 + Consumed gas: 2674.291 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.033 storage fees ........................... +ꜩ0.033 @@ -37,10 +37,10 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [SMART_ROLLUP_HASH] - Parameter: { Ticket 0x01f6719dc3bd86b5c531d6551553c467a31a54717800 string "Ticket2" 1 ; - Ticket 0x01f6719dc3bd86b5c531d6551553c467a31a54717800 string "Ticket" 1 } + Parameter: { Pair 0x01f6719dc3bd86b5c531d6551553c467a31a54717800 (Pair "Ticket2" 1) ; + Pair 0x01f6719dc3bd86b5c531d6551553c467a31a54717800 (Pair "Ticket" 1) } This transaction was successfully applied - Consumed gas: 109.950 + Consumed gas: 109.932 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Overdrafting ticket from implicit accounts must be rejected.out b/tezt/tests/expected/tickets.ml/Beta-- Overdrafting ticket from implicit accounts must be rejected.out index 8486ecaa12806c30877c630c51ca2c3a703fed12..fbda5ce5a18b6e9e029f52dd849e19f02d2ceedf 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Overdrafting ticket from implicit accounts must be rejected.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Overdrafting ticket from implicit accounts must be rejected.out @@ -60,7 +60,7 @@ Contract memorized as tickets_send. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -87,7 +87,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -96,7 +96,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets (with complex parameters) from implicit account to orig.out b/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets (with complex parameters) from implicit account to orig.out deleted file mode 100644 index f6fbf24f8469449bfa25328ca697598f9c70e985..0000000000000000000000000000000000000000 --- a/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets (with complex parameters) from implicit account to orig.out +++ /dev/null @@ -1,35 +0,0 @@ - -./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint store --arg 'Pair 99 {Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket1" 1)) ; Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket2" 2))}' -Node is bootstrapped. -This simulation failed: - Manager signed operations: - From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0 - Expected counter: 4 - Gas limit: 1040000 - Storage limit: 60000 bytes - Transaction: - Amount: ꜩ0 - From: [PUBLIC_KEY_HASH] - To: [CONTRACT_HASH] - Entrypoint: store - Parameter: (Pair 99 - { Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket1" 1)) ; - Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket2" 2)) }) - This operation FAILED. - -At (unshown) location 0, value - (Pair 99 - { Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket1" 1)) ; - Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket2" 2)) }) -is invalid for type pair int (list (pair string (ticket string))). -At (unshown) location 2, value - { Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket1" 1)) ; - Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket2" 2)) } -is invalid for type list (pair string (ticket string)). -At (unshown) location 10, value - (Pair "garbage" (Pair "[CONTRACT_HASH]" (Pair "Ticket2" 2))) -is invalid for type pair string (ticket string). -At (unshown) location 12, invalid primitive Pair, only Ticket can be used here. -Fatal error: - transfer simulation failed diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets from implicit account to originated directly.out b/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets from implicit account to originated directly.out deleted file mode 100644 index 5e642b7ffed4214e509f95d6885df8225002c9d9..0000000000000000000000000000000000000000 --- a/tezt/tests/expected/tickets.ml/Beta-- Send Pair tickets from implicit account to originated directly.out +++ /dev/null @@ -1,21 +0,0 @@ - -./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint save --arg 'Pair "[CONTRACT_HASH]" (Pair "Ticket" 1)' -Node is bootstrapped. -This simulation failed: - Manager signed operations: - From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0 - Expected counter: 4 - Gas limit: 1040000 - Storage limit: 60000 bytes - Transaction: - Amount: ꜩ0 - From: [PUBLIC_KEY_HASH] - To: [CONTRACT_HASH] - Entrypoint: save - Parameter: (Pair "[CONTRACT_HASH]" (Pair "Ticket" 1)) - This operation FAILED. - -At (unshown) location 0, invalid primitive Pair, only Ticket can be used here. -Fatal error: - transfer simulation failed diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets between originated contracts and implicit accounts.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets between originated contracts and implicit accounts.out index 923705a237eb4040f088b933f79f6935e4f16e7b..6b8e235c5ded092539f76afb3345197f3c5f1c23 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets between originated contracts and implicit accounts.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets between originated contracts and implicit accounts.out @@ -163,7 +163,7 @@ Contract memorized as tickets_blackhole. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 3' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -190,7 +190,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -199,7 +199,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 3) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 3)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: @@ -263,8 +263,8 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 1 tickets from bootstrap2 to '[CONTRACT_HASH]' with entrypoint save and contents '"Ticket"' and type string and ticketer '[CONTRACT_HASH]' --burn-cap 1 Node is bootstrapped. -Estimated gas: 3206.395 units (will add 100 for safety) -Estimated storage: 118 bytes added (will add 20 for safety) +Estimated gas: 3206.843 units (will add 100 for safety) +Estimated storage: 110 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -277,7 +277,7 @@ This sequence of operations was run: Fee to the baker: ꜩ0.00063 Expected counter: 1 Gas limit: 3307 - Storage limit: 138 bytes + Storage limit: 130 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.00063 payload fees(the block proposer) ....... +ꜩ0.00063 @@ -297,7 +297,7 @@ This sequence of operations was run: Content: "Ticket" Account updates: [PUBLIC_KEY_HASH] ... -1 - Consumed gas: 1296.312 + Consumed gas: 1296.552 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -307,16 +307,16 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] To: [CONTRACT_HASH] Entrypoint: save - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Updated storage: - { Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1 } - Storage size: 246 bytes - Paid storage size diff: 52 bytes - Consumed gas: 1910.651 + { Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1) } + Storage size: 238 bytes + Paid storage size diff: 44 bytes + Consumed gas: 1910.859 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.013 - storage fees ........................... +ꜩ0.013 + [PUBLIC_KEY_HASH] ... -ꜩ0.011 + storage fees ........................... +ꜩ0.011 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -333,7 +333,7 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint send --arg '"[CONTRACT_HASH]"' Node is bootstrapped. -Estimated gas: 4716.903 units (will add 100 for safety) +Estimated gas: 4716.890 units (will add 100 for safety) Estimated storage: no bytes added Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -360,7 +360,7 @@ This sequence of operations was run: This transaction was successfully applied Updated storage: {} Storage size: 194 bytes - Consumed gas: 2864.316 + Consumed gas: 2864.303 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -373,7 +373,7 @@ This sequence of operations was run: From: [CONTRACT_HASH] To: [CONTRACT_HASH] Entrypoint: ticket - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Updated storage: Unit Storage size: 51 bytes diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with some Tez along.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with some Tez along.out index 7cec27e2a650320f4fe85371ff0e7897e7e144dc..ae7d4d6f731b952ff7454fc0ffa7f3a3b215e1ae 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with some Tez along.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with some Tez along.out @@ -61,7 +61,7 @@ Contract memorized as tickets_send_with_tez. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg '"[PUBLIC_KEY_HASH]"' Node is bootstrapped. -Estimated gas: 1856.892 units (will add 100 for safety) +Estimated gas: 1857.132 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -74,7 +74,7 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.00049 Expected counter: 2 - Gas limit: 1957 + Gas limit: 1958 Storage limit: 86 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.00049 @@ -88,7 +88,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 154 bytes Paid storage size diff: 66 bytes - Consumed gas: 1757.030 + Consumed gas: 1757.270 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -97,7 +97,7 @@ This sequence of operations was run: Amount: ꜩ0.000001 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x017c8454eff9ad796cd8baba365d2592ad1b60efb100 string "Ticket" 1) + Parameter: (Pair 0x017c8454eff9ad796cd8baba365d2592ad1b60efb100 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Balance updates: diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with the wrong type must.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with the wrong type must.out index 8bce47b091d50729215e5e2a7e1d6521d7c2a13a..5d919fc8d60f02746cab5b6cdf0e43ab9fa31fef 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with the wrong type must.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts with the wrong type must.out @@ -109,7 +109,7 @@ Contract memorized as tickets_list_blackhole. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. -Estimated gas: 4063.615 units (will add 100 for safety) +Estimated gas: 4063.855 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -136,7 +136,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 145 bytes Paid storage size diff: 66 bytes - Consumed gas: 2211.011 + Consumed gas: 2211.251 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -145,7 +145,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [CONTRACT_HASH] - Parameter: { Ticket 0x011213b3979289bef70dc1d1a4fb7574f306bf7f2400 string "Ticket" 1 } + Parameter: { Pair 0x011213b3979289bef70dc1d1a4fb7574f306bf7f2400 (Pair "Ticket" 1) } This transaction was successfully applied Updated storage: Unit Storage size: 42 bytes diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts.out index 5813cffa968b86235c61b380cff71e659bbbb326..4c081c37cc6d3bb2a3ca8399830bbbc244c0a340 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets from contracts to implicit accounts.out @@ -60,7 +60,7 @@ Contract memorized as tickets_send. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -87,7 +87,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -96,7 +96,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets in bigmap.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets in bigmap.out index 83bc41409e10dc95cf1b0b2eb72551d9ee2ef311..74ef597a6ef7d87af7dccdf7979454f7332d5864 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets in bigmap.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets in bigmap.out @@ -137,8 +137,8 @@ Contract memorized as send_tickets_in_big_map. ./octez-client --mode mockup --wait none transfer 0 from bootstrap2 to '[CONTRACT_HASH]' --burn-cap 30 --storage-limit 1000000 --arg '"[CONTRACT_HASH]"' Node is bootstrapped. -Estimated gas: 98994.469 units (will add 100 for safety) -Estimated storage: 11567 bytes added (will add 20 for safety) +Estimated gas: 98835.369 units (will add 100 for safety) +Estimated storage: 10767 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -148,13 +148,13 @@ and/or an external block explorer to make sure that it has been included. This sequence of operations was run: Manager signed operations: From: [PUBLIC_KEY_HASH] - Fee to the baker: ꜩ0.010206 + Fee to the baker: ꜩ0.01019 Expected counter: 1 - Gas limit: 99095 - Storage limit: 11587 bytes + Gas limit: 98936 + Storage limit: 10787 bytes Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.010206 - payload fees(the block proposer) ....... +ꜩ0.010206 + [PUBLIC_KEY_HASH] ... -ꜩ0.01019 + payload fees(the block proposer) ....... +ꜩ0.01019 Transaction: Amount: ꜩ0 From: [PUBLIC_KEY_HASH] @@ -164,109 +164,109 @@ This sequence of operations was run: Updated storage: Unit Updated big_maps: New temp(1) of type (big_map int (ticket string)) - Set temp(1)[22] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[48] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[20] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[67] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[30] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[33] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[42] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[13] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[50] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[84] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[44] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[41] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[4] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[73] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[5] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[28] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[19] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[9] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[86] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[76] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[8] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[97] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[80] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[45] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[87] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[1] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[26] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[38] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[65] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[99] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[69] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[2] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[81] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[82] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[64] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[92] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[90] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[98] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[37] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[66] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[32] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[71] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[51] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[56] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[14] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[12] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[85] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[47] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[74] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[18] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[10] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[35] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[96] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[27] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[77] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[62] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[58] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[25] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[94] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[60] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[7] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[53] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[11] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[17] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[83] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[72] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[6] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[88] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[75] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[3] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[70] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[52] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[95] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[68] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[78] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[23] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[79] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[59] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[100] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[24] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[21] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[49] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[93] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[39] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[63] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[55] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[15] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[16] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[31] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[43] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[29] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[54] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[89] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[36] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[46] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[91] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[61] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[34] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[57] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) - Set temp(1)[40] to (Ticket 0x010d30dc625f57274f300abc4af284934bc05fc46c00 string "BLUE" 1) + Set temp(1)[22] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[48] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[20] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[67] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[30] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[33] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[42] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[13] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[50] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[84] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[44] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[41] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[4] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[73] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[5] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[28] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[19] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[9] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[86] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[76] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[8] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[97] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[80] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[45] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[87] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[1] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[26] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[38] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[65] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[99] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[69] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[2] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[81] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[82] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[64] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[92] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[90] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[98] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[37] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[66] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[32] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[71] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[51] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[56] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[14] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[12] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[85] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[47] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[74] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[18] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[10] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[35] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[96] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[27] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[77] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[62] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[58] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[25] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[94] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[60] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[7] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[53] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[11] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[17] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[83] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[72] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[6] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[88] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[75] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[3] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[70] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[52] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[95] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[68] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[78] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[23] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[79] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[59] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[100] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[24] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[21] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[49] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[93] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[39] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[63] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[55] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[15] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[16] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[31] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[43] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[29] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[54] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[89] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[36] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[46] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[91] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[61] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[34] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[57] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) + Set temp(1)[40] to (Pair 0x010d30dc625f57274f300abc4af284934bc05fc46c00 (Pair "BLUE" 1)) Storage size: 320 bytes Paid storage size diff: 67 bytes - Consumed gas: 50082.437 + Consumed gas: 49909.937 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.01675 storage fees ........................... +ꜩ0.01675 @@ -281,12 +281,12 @@ This sequence of operations was run: Updated big_maps: Clear map(4) Copy temp(1) to map(5) - Storage size: 11583 bytes - Paid storage size diff: 11500 bytes - Consumed gas: 48913.021 + Storage size: 10783 bytes + Paid storage size diff: 10700 bytes + Consumed gas: 48926.421 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ2.875 - storage fees ........................... +ꜩ2.875 + [PUBLIC_KEY_HASH] ... -ꜩ2.675 + storage fees ........................... +ꜩ2.675 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor (with complex parameters) from impli.out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor (with complex parameters) from impli.out index be3a373cdeab24ab6c092cb167b89b00fa9d777a..2f058a677b5e96f2b59e318340b11278147bb000 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor (with complex parameters) from impli.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor (with complex parameters) from impli.out @@ -1,8 +1,8 @@ ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint store --arg 'Pair 99 {Pair "garbage" (Ticket "[CONTRACT_HASH]" string "Ticket1" 1) ; Pair "garbage" (Ticket "[CONTRACT_HASH]" string "Ticket2" 2)}' Node is bootstrapped. -Estimated gas: 4001.689 units (will add 100 for safety) -Estimated storage: 238 bytes added (will add 20 for safety) +Estimated gas: 4002.105 units (will add 100 for safety) +Estimated storage: 222 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -14,8 +14,8 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.000843 Expected counter: 4 - Gas limit: 4102 - Storage limit: 258 bytes + Gas limit: 4103 + Storage limit: 242 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.000843 payload fees(the block proposer) ....... +ꜩ0.000843 @@ -29,14 +29,14 @@ This sequence of operations was run: Pair "garbage" (Ticket "[CONTRACT_HASH]" string "Ticket2" 2) }) This transaction was successfully applied Updated storage: - { Ticket 0x01b9ce1609aab1100170d2ea4f94e3407244090b1000 string "Ticket2" 2 ; - Ticket 0x01b9ce1609aab1100170d2ea4f94e3407244090b1000 string "Ticket1" 1 } - Storage size: 303 bytes - Paid storage size diff: 238 bytes - Consumed gas: 4001.656 + { Pair 0x01b9ce1609aab1100170d2ea4f94e3407244090b1000 (Pair "Ticket2" 2) ; + Pair 0x01b9ce1609aab1100170d2ea4f94e3407244090b1000 (Pair "Ticket1" 1) } + Storage size: 287 bytes + Paid storage size diff: 222 bytes + Consumed gas: 4002.072 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.0595 - storage fees ........................... +ꜩ0.0595 + [PUBLIC_KEY_HASH] ... -ꜩ0.0555 + storage fees ........................... +ꜩ0.0555 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor from implicit account to originated .out b/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor from implicit account to originated .out index d2e55e163aba902f23af3784116750877cdef015..f228d2fbf1efa99679990fd69a22d312414d5e8f 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor from implicit account to originated .out +++ b/tezt/tests/expected/tickets.ml/Beta-- Send tickets with Ticket constructor from implicit account to originated .out @@ -1,8 +1,8 @@ ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint save --arg 'Ticket "[CONTRACT_HASH]" string "Ticket" 1' Node is bootstrapped. -Estimated gas: 3081.753 units (will add 100 for safety) -Estimated storage: 52 bytes added (will add 20 for safety) +Estimated gas: 3081.961 units (will add 100 for safety) +Estimated storage: 44 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -15,7 +15,7 @@ This sequence of operations was run: Fee to the baker: ꜩ0.000643 Expected counter: 4 Gas limit: 3182 - Storage limit: 72 bytes + Storage limit: 64 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.000643 payload fees(the block proposer) ....... +ꜩ0.000643 @@ -27,13 +27,13 @@ This sequence of operations was run: Parameter: (Ticket "[CONTRACT_HASH]" string "Ticket" 1) This transaction was successfully applied Updated storage: - { Ticket 0x01fb08747351ab3652f772910c4565880d8df616f800 string "Ticket" 1 } - Storage size: 246 bytes - Paid storage size diff: 52 bytes - Consumed gas: 3081.687 + { Pair 0x01fb08747351ab3652f772910c4565880d8df616f800 (Pair "Ticket" 1) } + Storage size: 238 bytes + Paid storage size diff: 44 bytes + Consumed gas: 3081.895 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.013 - storage fees ........................... +ꜩ0.013 + [PUBLIC_KEY_HASH] ... -ꜩ0.011 + storage fees ........................... +ꜩ0.011 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Sending ticket from contract storage to implicit accounts.out b/tezt/tests/expected/tickets.ml/Beta-- Sending ticket from contract storage to implicit accounts.out index 0010c2b15d1b1caebfcb002439cf3f68d89f9bfe..aeeee4d4a8761777fbefb208b283bd98312a683c 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Sending ticket from contract storage to implicit accounts.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Sending ticket from contract storage to implicit accounts.out @@ -119,7 +119,7 @@ Contract memorized as tickets_bag_implicit. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -146,7 +146,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -155,7 +155,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: @@ -171,8 +171,8 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 1 tickets from bootstrap1 to '[CONTRACT_HASH]' with entrypoint save and contents '"Ticket"' and type string and ticketer '[CONTRACT_HASH]' --burn-cap 1 Node is bootstrapped. -Estimated gas: 3175.884 units (will add 100 for safety) -Estimated storage: 52 bytes added (will add 20 for safety) +Estimated gas: 3176.332 units (will add 100 for safety) +Estimated storage: 44 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -184,8 +184,8 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.000626 Expected counter: 4 - Gas limit: 3276 - Storage limit: 72 bytes + Gas limit: 3277 + Storage limit: 64 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.000626 payload fees(the block proposer) ....... +ꜩ0.000626 @@ -204,23 +204,23 @@ This sequence of operations was run: Content: "Ticket" Account updates: [PUBLIC_KEY_HASH] ... -1 - Consumed gas: 1266.275 + Consumed gas: 1266.515 Internal operations: Internal Transaction: Amount: ꜩ0 From: [PUBLIC_KEY_HASH] To: [CONTRACT_HASH] Entrypoint: save - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Updated storage: - { Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1 } - Storage size: 235 bytes - Paid storage size diff: 52 bytes - Consumed gas: 1910.144 + { Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1) } + Storage size: 227 bytes + Paid storage size diff: 44 bytes + Consumed gas: 1910.352 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.013 - storage fees ........................... +ꜩ0.013 + [PUBLIC_KEY_HASH] ... -ꜩ0.011 + storage fees ........................... +ꜩ0.011 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -237,7 +237,7 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint send --arg '"[PUBLIC_KEY_HASH]"' Node is bootstrapped. -Estimated gas: 2511.223 units (will add 100 for safety) +Estimated gas: 2511.210 units (will add 100 for safety) Estimated storage: no bytes added Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -264,7 +264,7 @@ This sequence of operations was run: This transaction was successfully applied Updated storage: {} Storage size: 183 bytes - Consumed gas: 2411.360 + Consumed gas: 2411.347 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -276,7 +276,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: diff --git a/tezt/tests/expected/tickets.ml/Beta-- Sending ticket of wrong type from implicit accounts must be rejected.out b/tezt/tests/expected/tickets.ml/Beta-- Sending ticket of wrong type from implicit accounts must be rejected.out index 85786efa96d0ba35d79c4c589c9076189938d350..24c16086d26f5338a365078a2d1401ba977b1013 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Sending ticket of wrong type from implicit accounts must be rejected.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Sending ticket of wrong type from implicit accounts must be rejected.out @@ -60,7 +60,7 @@ Contract memorized as tickets_send. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -87,7 +87,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -96,7 +96,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: diff --git a/tezt/tests/expected/tickets.ml/Beta-- Sending tickets from storage to smart-contract rollup should succeed with.out b/tezt/tests/expected/tickets.ml/Beta-- Sending tickets from storage to smart-contract rollup should succeed with.out index 20e981ffa479e156de1ea10f5b80425a57e1a97a..d916565f422a604dc631a1568dcfc892b11a1996 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Sending tickets from storage to smart-contract rollup should succeed with.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Sending tickets from storage to smart-contract rollup should succeed with.out @@ -1,8 +1,8 @@ ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint mint Node is bootstrapped. -Estimated gas: 2221.617 units (will add 100 for safety) -Estimated storage: 237 bytes added (will add 20 for safety) +Estimated gas: 2222.033 units (will add 100 for safety) +Estimated storage: 221 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -14,8 +14,8 @@ This sequence of operations was run: From: [PUBLIC_KEY_HASH] Fee to the baker: ꜩ0.000494 Expected counter: 3 - Gas limit: 2322 - Storage limit: 257 bytes + Gas limit: 2323 + Storage limit: 241 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.000494 payload fees(the block proposer) ....... +ꜩ0.000494 @@ -26,14 +26,14 @@ This sequence of operations was run: Entrypoint: mint This transaction was successfully applied Updated storage: - { Ticket 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 string "Ticket2" 1 ; - Ticket 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 string "Ticket" 1 } - Storage size: 325 bytes - Paid storage size diff: 237 bytes - Consumed gas: 2221.584 + { Pair 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 (Pair "Ticket2" 1) ; + Pair 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 (Pair "Ticket" 1) } + Storage size: 309 bytes + Paid storage size diff: 221 bytes + Consumed gas: 2222 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.05925 - storage fees ........................... +ꜩ0.05925 + [PUBLIC_KEY_HASH] ... -ꜩ0.05525 + storage fees ........................... +ꜩ0.05525 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -49,7 +49,7 @@ This sequence of operations was run: ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --entrypoint send --arg '"[SMART_ROLLUP_HASH]"' Node is bootstrapped. -Estimated gas: 3141.491 units (will add 100 for safety) +Estimated gas: 3141.953 units (will add 100 for safety) Estimated storage: no bytes added Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -76,7 +76,7 @@ This sequence of operations was run: This transaction was successfully applied Updated storage: {} Storage size: 220 bytes - Consumed gas: 3031.474 + Consumed gas: 3031.954 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -93,10 +93,10 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [SMART_ROLLUP_HASH] - Parameter: { Ticket 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 string "Ticket2" 1 ; - Ticket 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 string "Ticket" 1 } + Parameter: { Pair 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 (Pair "Ticket2" 1) ; + Pair 0x017a22a4e42f88383dbb327d548e263b53f4f3b91100 (Pair "Ticket" 1) } This transaction was successfully applied - Consumed gas: 109.950 + Consumed gas: 109.932 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tickets.ml/Beta-- Sending tickets to either implicit accounts or originated contracts accep.out b/tezt/tests/expected/tickets.ml/Beta-- Sending tickets to either implicit accounts or originated contracts accep.out index 7cec55ba2c79abe3b64ae415c758598606d1fd59..68e808e16d820e9f70b26ef3a4f2e123be3779be 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Sending tickets to either implicit accounts or originated contracts accep.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Sending tickets to either implicit accounts or originated contracts accep.out @@ -104,7 +104,7 @@ Contract memorized as tickets_blackhole. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -131,7 +131,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -140,7 +140,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: @@ -153,7 +153,7 @@ This sequence of operations was run: ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[CONTRACT_HASH]" 1' Node is bootstrapped. -Estimated gas: 4063.583 units (will add 100 for safety) +Estimated gas: 4063.823 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -180,7 +180,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 2210.996 + Consumed gas: 2211.236 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -189,7 +189,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [CONTRACT_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Updated storage: Unit Storage size: 51 bytes diff --git a/tezt/tests/expected/tickets.ml/Beta-- Sending zero ticket from implicit accounts must be rejected.out b/tezt/tests/expected/tickets.ml/Beta-- Sending zero ticket from implicit accounts must be rejected.out index 21c90e982d4445252fc0cf2ca2aa32f7d00620bb..ca58a93b53c632eff2c213cc9e40e7e6ef7332f1 100644 --- a/tezt/tests/expected/tickets.ml/Beta-- Sending zero ticket from implicit accounts must be rejected.out +++ b/tezt/tests/expected/tickets.ml/Beta-- Sending zero ticket from implicit accounts must be rejected.out @@ -60,7 +60,7 @@ Contract memorized as tickets_send. ./octez-client --mode mockup --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1 --arg 'Pair "[PUBLIC_KEY_HASH]" 1' Node is bootstrapped. -Estimated gas: 1858.410 units (will add 100 for safety) +Estimated gas: 1858.650 units (will add 100 for safety) Estimated storage: 66 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -87,7 +87,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 158 bytes Paid storage size diff: 66 bytes - Consumed gas: 1758.547 + Consumed gas: 1758.787 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.0165 storage fees ........................... +ꜩ0.0165 @@ -96,7 +96,7 @@ This sequence of operations was run: Amount: ꜩ0 From: [CONTRACT_HASH] To: [PUBLIC_KEY_HASH] - Parameter: (Ticket 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 string "Ticket" 1) + Parameter: (Pair 0x01fca241ad513615858a813a6019c5a5b3977c27dc00 (Pair "Ticket" 1)) This transaction was successfully applied Consumed gas: 100.398 Ticket updates: diff --git a/tezt/tests/expected/tx_sc_rollup.ml/Beta-- wasm_2_0_0 - tx kernel should run e2e (kernel_e2e).out b/tezt/tests/expected/tx_sc_rollup.ml/Beta-- wasm_2_0_0 - tx kernel should run e2e (kernel_e2e).out index eb0ec52329a85fbfd71ae32e47240350c0a01e88..52a59d964c2fc51fd27d9d8887d909aa20c8d4dc 100644 --- a/tezt/tests/expected/tx_sc_rollup.ml/Beta-- wasm_2_0_0 - tx kernel should run e2e (kernel_e2e).out +++ b/tezt/tests/expected/tx_sc_rollup.ml/Beta-- wasm_2_0_0 - tx kernel should run e2e (kernel_e2e).out @@ -1,7 +1,7 @@ ./octez-client --wait none transfer 0 from bootstrap1 to '[CONTRACT_HASH]' --burn-cap 1000 --arg 'Pair (Pair "[SMART_ROLLUP_HASH]" "[PUBLIC_KEY_HASH]") (Pair 450 "Hello, Ticket!")' Node is bootstrapped. -Estimated gas: 2329.644 units (will add 100 for safety) +Estimated gas: 2329.875 units (will add 100 for safety) Estimated storage: 67 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' @@ -29,7 +29,7 @@ This sequence of operations was run: Updated storage: Unit Storage size: 205 bytes Paid storage size diff: 67 bytes - Consumed gas: 2222.617 + Consumed gas: 2222.857 Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.01675 storage fees ........................... +ꜩ0.01675 @@ -39,9 +39,9 @@ This sequence of operations was run: From: [CONTRACT_HASH] To: [SMART_ROLLUP_HASH] Parameter: (Pair "[PUBLIC_KEY_HASH]" - (Ticket [MICHELINE_KT1_BYTES] string "Hello, Ticket!" 450)) + (Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 450))) This transaction was successfully applied - Consumed gas: 106.960 + Consumed gas: 106.951 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -110,8 +110,8 @@ GET http://[HOST]:[PORT]/global/block/12/total_ticks ./octez-client --wait none execute outbox message of smart rollup '[SMART_ROLLUP_HASH]' from bootstrap1 for commitment hash '[SC_ROLLUP_COMMITMENT_HASH]' and output proof '[SMART_ROLLUP_BYTES]' --burn-cap 10 Node is bootstrapped. -Estimated gas: 6269.695 units (will add 100 for safety) -Estimated storage: 133 bytes added (will add 20 for safety) +Estimated gas: 6269.903 units (will add 100 for safety) +Estimated storage: 125 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -124,7 +124,7 @@ This sequence of operations was run: Fee to the baker: ꜩ0.001625 Expected counter: 8 Gas limit: 6370 - Storage limit: 153 bytes + Storage limit: 145 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.001625 payload fees(the block proposer) ....... +ꜩ0.001625 @@ -152,13 +152,13 @@ This sequence of operations was run: Parameter: (Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 220)) This transaction was successfully applied Updated storage: - { Ticket [MICHELINE_KT1_BYTES] string "Hello, Ticket!" 220 } - Storage size: 183 bytes - Paid storage size diff: 61 bytes - Consumed gas: 1208.766 + { Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 220) } + Storage size: 175 bytes + Paid storage size diff: 53 bytes + Consumed gas: 1208.974 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.01525 - storage fees ........................... +ꜩ0.01525 + [PUBLIC_KEY_HASH] ... -ꜩ0.01325 + storage fees ........................... +ꜩ0.01325 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string @@ -169,8 +169,8 @@ This sequence of operations was run: ./octez-client --wait none execute outbox message of smart rollup '[SMART_ROLLUP_HASH]' from bootstrap1 for commitment hash '[SC_ROLLUP_COMMITMENT_HASH]' and output proof '[SMART_ROLLUP_BYTES]' --burn-cap 10 Node is bootstrapped. -Estimated gas: 5818.056 units (will add 100 for safety) -Estimated storage: 60 bytes added (will add 20 for safety) +Estimated gas: 5818.472 units (will add 100 for safety) +Estimated storage: 52 bytes added (will add 20 for safety) Operation successfully injected in the node. Operation hash is '[OPERATION_HASH]' NOT waiting for the operation to be included. @@ -183,7 +183,7 @@ This sequence of operations was run: Fee to the baker: ꜩ0.001577 Expected counter: 9 Gas limit: 5919 - Storage limit: 80 bytes + Storage limit: 72 bytes Balance updates: [PUBLIC_KEY_HASH] ... -ꜩ0.001577 payload fees(the block proposer) ....... +ꜩ0.001577 @@ -207,14 +207,14 @@ This sequence of operations was run: Parameter: (Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 40)) This transaction was successfully applied Updated storage: - { Ticket [MICHELINE_KT1_BYTES] string "Hello, Ticket!" 40 ; - Ticket [MICHELINE_KT1_BYTES] string "Hello, Ticket!" 220 } - Storage size: 243 bytes - Paid storage size diff: 60 bytes - Consumed gas: 1216.781 + { Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 40) ; + Pair [MICHELINE_KT1_BYTES] (Pair "Hello, Ticket!" 220) } + Storage size: 227 bytes + Paid storage size diff: 52 bytes + Consumed gas: 1217.197 Balance updates: - [PUBLIC_KEY_HASH] ... -ꜩ0.015 - storage fees ........................... +ꜩ0.015 + [PUBLIC_KEY_HASH] ... -ꜩ0.013 + storage fees ........................... +ꜩ0.013 Ticket updates: Ticketer: [CONTRACT_HASH] Content type: string diff --git a/tezt/tests/expected/tzt_regression.ml/Beta-- Run TZT.out b/tezt/tests/expected/tzt_regression.ml/Beta-- Run TZT.out index 293c7a37890c28a125def7e1942b2cc1f1740fc3..5df980578ab9d589cf71a7bc7481c746fc566fa1 100644 --- a/tezt/tests/expected/tzt_regression.ml/Beta-- Run TZT.out +++ b/tezt/tests/expected/tzt_regression.ml/Beta-- Run TZT.out @@ -1,5 +1,5 @@ -./octez-client --protocol PsPxPKEtaNmZbEArSYm2HdPk419cHLqe8DpkxDmMWpToKHwu2Bg --mode mockup --no-base-dir-warnings run unit tests from tzt_reference_test_suite/abs_00.tzt tzt_reference_test_suite/abs_01.tzt tzt_reference_test_suite/abs_02.tzt tzt_reference_test_suite/add_00.tc.tzt tzt_reference_test_suite/add_01.tc.tzt tzt_reference_test_suite/add_int-int_00.tzt tzt_reference_test_suite/add_int-nat_00.tzt tzt_reference_test_suite/add_int-nat_01.tzt tzt_reference_test_suite/add_int-timestamp_00.tzt tzt_reference_test_suite/add_mutez-mutez_00.tzt tzt_reference_test_suite/add_mutez-mutez_01.tzt tzt_reference_test_suite/add_nat-int_00.tzt tzt_reference_test_suite/add_nat-nat_00.tzt tzt_reference_test_suite/add_timestamp-int_00.tzt tzt_reference_test_suite/add_timestamp-int_01.tzt tzt_reference_test_suite/add_timestamp-int_02.tzt tzt_reference_test_suite/add_timestamp-int_03.tzt tzt_reference_test_suite/address_00.tzt tzt_reference_test_suite/address_00.tc.tzt tzt_reference_test_suite/address_01.tzt tzt_reference_test_suite/address_02.tzt tzt_reference_test_suite/amount_00.tzt tzt_reference_test_suite/and_bool-bool_00.tzt tzt_reference_test_suite/and_bool-bool_01.tzt tzt_reference_test_suite/and_bool-bool_02.tzt tzt_reference_test_suite/and_bool-bool_03.tzt tzt_reference_test_suite/and_bytes-bytes_00.tzt tzt_reference_test_suite/and_bytes-bytes_01.tzt tzt_reference_test_suite/and_bytes-bytes_02.tzt tzt_reference_test_suite/and_bytes-bytes_03.tzt tzt_reference_test_suite/and_bytes-bytes_04.tzt tzt_reference_test_suite/and_bytes-bytes_05.tzt tzt_reference_test_suite/and_bytes-bytes_06.tzt tzt_reference_test_suite/and_int-nat_00.tzt tzt_reference_test_suite/and_int-nat_01.tzt tzt_reference_test_suite/and_int-nat_02.tzt tzt_reference_test_suite/and_int-nat_03.tzt tzt_reference_test_suite/and_int-nat_04.tzt tzt_reference_test_suite/and_int-nat_05.tzt tzt_reference_test_suite/and_int-nat_06.tzt tzt_reference_test_suite/and_nat-nat_00.tzt tzt_reference_test_suite/and_nat-nat_01.tzt tzt_reference_test_suite/and_nat-nat_02.tzt tzt_reference_test_suite/apply_00.tzt tzt_reference_test_suite/apply_01.tzt tzt_reference_test_suite/apply_02.tzt tzt_reference_test_suite/balance_00.tzt tzt_reference_test_suite/blake2b_00.tzt tzt_reference_test_suite/blake2b_01.tzt tzt_reference_test_suite/car_00.tzt tzt_reference_test_suite/car_00.tc.tzt tzt_reference_test_suite/car_01.tzt tzt_reference_test_suite/cdr_00.tzt tzt_reference_test_suite/cdr_00.tc.tzt tzt_reference_test_suite/cdr_01.tzt tzt_reference_test_suite/chain_id_00.tzt tzt_reference_test_suite/chain_id_01.tzt tzt_reference_test_suite/checksignature_00.tzt tzt_reference_test_suite/checksignature_00.tc.tzt tzt_reference_test_suite/checksignature_01.tzt tzt_reference_test_suite/compare_00.tc.tzt tzt_reference_test_suite/compare_01.tc.tzt tzt_reference_test_suite/compare_02.tc.tzt tzt_reference_test_suite/compare_bool_00.tzt tzt_reference_test_suite/compare_bool_01.tzt tzt_reference_test_suite/compare_bool_02.tzt tzt_reference_test_suite/compare_bool_03.tzt tzt_reference_test_suite/compare_bytes_00.tzt tzt_reference_test_suite/compare_bytes_01.tzt tzt_reference_test_suite/compare_bytes_02.tzt tzt_reference_test_suite/compare_bytes_03.tzt tzt_reference_test_suite/compare_bytes_04.tzt tzt_reference_test_suite/compare_int_00.tzt tzt_reference_test_suite/compare_int_01.tzt tzt_reference_test_suite/compare_int_02.tzt tzt_reference_test_suite/compare_int_03.tzt tzt_reference_test_suite/compare_int_04.tzt tzt_reference_test_suite/compare_keyhash_00.tzt tzt_reference_test_suite/compare_keyhash_01.tzt tzt_reference_test_suite/compare_keyhash_02.tzt tzt_reference_test_suite/compare_mutez_00.tzt tzt_reference_test_suite/compare_mutez_01.tzt tzt_reference_test_suite/compare_mutez_02.tzt tzt_reference_test_suite/compare_mutez_03.tzt tzt_reference_test_suite/compare_mutez_04.tzt tzt_reference_test_suite/compare_mutez_05.tzt tzt_reference_test_suite/compare_nat_00.tzt tzt_reference_test_suite/compare_nat_01.tzt tzt_reference_test_suite/compare_nat_02.tzt tzt_reference_test_suite/compare_nat_03.tzt tzt_reference_test_suite/compare_nat_04.tzt tzt_reference_test_suite/compare_nat_05.tzt tzt_reference_test_suite/compare_never_00.tzt tzt_reference_test_suite/compare_pairintint_00.tzt tzt_reference_test_suite/compare_pairintint_01.tzt tzt_reference_test_suite/compare_pairintint_02.tzt tzt_reference_test_suite/compare_pairintint_03.tzt tzt_reference_test_suite/compare_string_00.tzt tzt_reference_test_suite/compare_string_01.tzt tzt_reference_test_suite/compare_string_02.tzt tzt_reference_test_suite/compare_string_03.tzt tzt_reference_test_suite/compare_string_04.tzt tzt_reference_test_suite/compare_timestamp_00.tzt tzt_reference_test_suite/compare_timestamp_01.tzt tzt_reference_test_suite/compare_timestamp_02.tzt tzt_reference_test_suite/compare_timestamp_03.tzt tzt_reference_test_suite/compare_timestamp_04.tzt tzt_reference_test_suite/compare_timestamp_05.tzt tzt_reference_test_suite/concat_00.tc.tzt tzt_reference_test_suite/concat_bytes_00.tzt tzt_reference_test_suite/concat_bytes_01.tzt tzt_reference_test_suite/concat_listbytes_00.tzt tzt_reference_test_suite/concat_listbytes_01.tzt tzt_reference_test_suite/concat_listbytes_02.tzt tzt_reference_test_suite/concat_liststring_00.tzt tzt_reference_test_suite/concat_liststring_01.tzt tzt_reference_test_suite/concat_liststring_02.tzt tzt_reference_test_suite/concat_liststring_03.tzt tzt_reference_test_suite/concat_liststring_04.tzt tzt_reference_test_suite/concat_string_00.tzt tzt_reference_test_suite/concat_string_01.tzt tzt_reference_test_suite/concat_string_02.tzt tzt_reference_test_suite/cons_int_00.tzt tzt_reference_test_suite/cons_int_01.tzt tzt_reference_test_suite/cons_int_02.tzt tzt_reference_test_suite/cons_lists_00.tc.tzt tzt_reference_test_suite/cons_string_00.tzt tzt_reference_test_suite/contract_00.tzt tzt_reference_test_suite/contract_01.tzt tzt_reference_test_suite/contract_02.tzt tzt_reference_test_suite/contract_03.tzt tzt_reference_test_suite/contract_04.tzt tzt_reference_test_suite/contract_05.tzt tzt_reference_test_suite/createcontract_00.tzt tzt_reference_test_suite/createcontract_01.tzt tzt_reference_test_suite/dig_00.tzt tzt_reference_test_suite/dig_01.tzt tzt_reference_test_suite/dig_02.tzt tzt_reference_test_suite/dig_03.tzt tzt_reference_test_suite/dig_04.tzt tzt_reference_test_suite/dip_00.tzt tzt_reference_test_suite/dip_00.tc.tzt tzt_reference_test_suite/dip_01.tzt tzt_reference_test_suite/dip_02.tzt tzt_reference_test_suite/dipn_00.tzt tzt_reference_test_suite/dipn_00.tc.tzt tzt_reference_test_suite/dipn_01.tzt tzt_reference_test_suite/dipn_01.tc.tzt tzt_reference_test_suite/dipn_02.tzt tzt_reference_test_suite/dipn_02.tc.tzt tzt_reference_test_suite/dipn_03.tzt tzt_reference_test_suite/drop_00.tzt tzt_reference_test_suite/drop_00.tc.tzt tzt_reference_test_suite/dropn_00.tzt tzt_reference_test_suite/dropn_00.tc.tzt tzt_reference_test_suite/dropn_01.tzt tzt_reference_test_suite/dropn_02.tzt tzt_reference_test_suite/dropn_03.tzt tzt_reference_test_suite/dugn_00.tzt tzt_reference_test_suite/dup_00.tzt tzt_reference_test_suite/dup_00.tc.tzt tzt_reference_test_suite/dupn_00.tzt tzt_reference_test_suite/dupn_00.tc.tzt tzt_reference_test_suite/dupn_01.tzt tzt_reference_test_suite/dupn_01.tc.tzt tzt_reference_test_suite/dupn_02.tzt tzt_reference_test_suite/dupn_03.tzt tzt_reference_test_suite/dupn_04.tzt tzt_reference_test_suite/ediv_int-int_00.tzt tzt_reference_test_suite/ediv_int-int_01.tzt tzt_reference_test_suite/ediv_int-int_02.tzt tzt_reference_test_suite/ediv_int-int_03.tzt tzt_reference_test_suite/ediv_int-int_04.tzt tzt_reference_test_suite/ediv_int-int_05.tzt tzt_reference_test_suite/ediv_int-int_06.tzt tzt_reference_test_suite/ediv_int-int_07.tzt tzt_reference_test_suite/ediv_int-int_08.tzt tzt_reference_test_suite/ediv_int-nat_00.tzt tzt_reference_test_suite/ediv_int-nat_01.tzt tzt_reference_test_suite/ediv_int-nat_02.tzt tzt_reference_test_suite/ediv_int-nat_03.tzt tzt_reference_test_suite/ediv_int-nat_04.tzt tzt_reference_test_suite/ediv_int-nat_05.tzt tzt_reference_test_suite/ediv_mutez-mutez_00.tzt tzt_reference_test_suite/ediv_mutez-mutez_01.tzt tzt_reference_test_suite/ediv_mutez-mutez_02.tzt tzt_reference_test_suite/ediv_mutez-mutez_03.tzt tzt_reference_test_suite/ediv_mutez-mutez_04.tzt tzt_reference_test_suite/ediv_mutez-mutez_05.tzt tzt_reference_test_suite/ediv_mutez-nat_00.tzt tzt_reference_test_suite/ediv_mutez-nat_01.tzt tzt_reference_test_suite/ediv_mutez-nat_02.tzt tzt_reference_test_suite/ediv_mutez-nat_03.tzt tzt_reference_test_suite/ediv_mutez-nat_04.tzt tzt_reference_test_suite/ediv_mutez-nat_05.tzt tzt_reference_test_suite/ediv_mutez-nat_06.tzt tzt_reference_test_suite/ediv_nat-int_00.tzt tzt_reference_test_suite/ediv_nat-int_01.tzt tzt_reference_test_suite/ediv_nat-int_02.tzt tzt_reference_test_suite/ediv_nat-int_03.tzt tzt_reference_test_suite/ediv_nat-int_04.tzt tzt_reference_test_suite/ediv_nat-int_05.tzt tzt_reference_test_suite/ediv_nat-nat_00.tzt tzt_reference_test_suite/ediv_nat-nat_01.tzt tzt_reference_test_suite/ediv_nat-nat_02.tzt tzt_reference_test_suite/ediv_nat-nat_03.tzt tzt_reference_test_suite/ediv_nat-nat_04.tzt tzt_reference_test_suite/emptybigmap_nat-nat_00.tzt tzt_reference_test_suite/emptymap_nat-nat_00.tzt tzt_reference_test_suite/emptymap_string-string_00.tzt tzt_reference_test_suite/emptyset_00.tc.tzt tzt_reference_test_suite/emptyset_nat_00.tzt tzt_reference_test_suite/eq_00.tzt tzt_reference_test_suite/eq_01.tzt tzt_reference_test_suite/eq_02.tzt tzt_reference_test_suite/eq_03.tzt tzt_reference_test_suite/eq_04.tzt tzt_reference_test_suite/exec_00.tzt tzt_reference_test_suite/exec_01.tzt tzt_reference_test_suite/exec_02.tzt tzt_reference_test_suite/exec_03.tzt tzt_reference_test_suite/failwith_00.tzt tzt_reference_test_suite/failwith_00.tc.tzt tzt_reference_test_suite/gas_exhaustion.tzt tzt_reference_test_suite/ge_00.tzt tzt_reference_test_suite/ge_01.tzt tzt_reference_test_suite/ge_02.tzt tzt_reference_test_suite/ge_03.tzt tzt_reference_test_suite/ge_04.tzt tzt_reference_test_suite/get_00.tc.tzt tzt_reference_test_suite/get_bigmapstringstring_00.tzt tzt_reference_test_suite/get_bigmapstringstring_01.tzt tzt_reference_test_suite/get_bigmapstringstring_02.tzt tzt_reference_test_suite/get_map_00.tc.tzt tzt_reference_test_suite/get_mapintint_00.tzt tzt_reference_test_suite/get_mapintint_01.tzt tzt_reference_test_suite/get_mapstringstring_00.tzt tzt_reference_test_suite/get_mapstringstring_01.tzt tzt_reference_test_suite/get_mapstringstring_02.tzt tzt_reference_test_suite/gt_00.tzt tzt_reference_test_suite/gt_00.tc.tzt tzt_reference_test_suite/gt_01.tzt tzt_reference_test_suite/gt_02.tzt tzt_reference_test_suite/gt_03.tzt tzt_reference_test_suite/gt_04.tzt tzt_reference_test_suite/if_00.tzt tzt_reference_test_suite/if_00.tc.tzt tzt_reference_test_suite/if_01.tzt tzt_reference_test_suite/if_01.tc.tzt tzt_reference_test_suite/ifcons_00.tc.tzt tzt_reference_test_suite/ifcons_listint_00.tzt tzt_reference_test_suite/ifcons_listint_01.tzt tzt_reference_test_suite/ifcons_listnat_00.tzt tzt_reference_test_suite/ifcons_listnat_01.tzt tzt_reference_test_suite/ifleft_00.tc.tzt tzt_reference_test_suite/ifleft_orintstring_00.tzt tzt_reference_test_suite/ifleft_orstringint_00.tzt tzt_reference_test_suite/ifnone_00.tc.tzt tzt_reference_test_suite/ifnone_optionint_00.tzt tzt_reference_test_suite/ifnone_optionnat_00.tzt tzt_reference_test_suite/implicitaccount_00.tzt tzt_reference_test_suite/int_00.tc.tzt tzt_reference_test_suite/int_nat_00.tzt tzt_reference_test_suite/int_nat_01.tzt tzt_reference_test_suite/isnat_00.tzt tzt_reference_test_suite/isnat_01.tzt tzt_reference_test_suite/iter_00.tc.tzt tzt_reference_test_suite/iter_listint_00.tzt tzt_reference_test_suite/iter_listint_01.tzt tzt_reference_test_suite/iter_listint_02.tzt tzt_reference_test_suite/iter_listint_03.tzt tzt_reference_test_suite/iter_liststring_00.tzt tzt_reference_test_suite/iter_liststring_01.tzt tzt_reference_test_suite/iter_mapintint_00.tzt tzt_reference_test_suite/iter_mapintint_01.tzt tzt_reference_test_suite/iter_mapintint_02.tzt tzt_reference_test_suite/iter_mapintint_03.tzt tzt_reference_test_suite/iter_mapintint_04.tzt tzt_reference_test_suite/iter_mapstringstring_00.tzt tzt_reference_test_suite/iter_setint_00.tzt tzt_reference_test_suite/iter_setint_01.tzt tzt_reference_test_suite/iter_setint_02.tzt tzt_reference_test_suite/iter_setstring_00.tzt tzt_reference_test_suite/iter_setstring_01.tzt tzt_reference_test_suite/iter_setstring_02.tzt tzt_reference_test_suite/join_tickets_00.tzt tzt_reference_test_suite/join_tickets_01.tzt tzt_reference_test_suite/join_tickets_02.tzt tzt_reference_test_suite/join_tickets_03.tzt tzt_reference_test_suite/keccak_00.tzt tzt_reference_test_suite/keccak_01.tzt tzt_reference_test_suite/le_00.tzt tzt_reference_test_suite/le_01.tzt tzt_reference_test_suite/le_02.tzt tzt_reference_test_suite/le_03.tzt tzt_reference_test_suite/le_04.tzt tzt_reference_test_suite/left_int-nat_00.tzt tzt_reference_test_suite/legacy/sub_mutez-mutez_00.tzt tzt_reference_test_suite/legacy/sub_mutez-mutez_01.tzt tzt_reference_test_suite/loop_00.tzt tzt_reference_test_suite/loop_00.tc.tzt tzt_reference_test_suite/loop_01.tzt tzt_reference_test_suite/loop_01.tc.tzt tzt_reference_test_suite/loop_02.tzt tzt_reference_test_suite/loopleft_00.tzt tzt_reference_test_suite/loopleft_01.tzt tzt_reference_test_suite/loopleft_02.tzt tzt_reference_test_suite/loopleft_03.tzt tzt_reference_test_suite/loopleft_04.tzt tzt_reference_test_suite/lsl_bytes_00.tzt tzt_reference_test_suite/lsl_bytes_01.tzt tzt_reference_test_suite/lsl_bytes_02.tzt tzt_reference_test_suite/lsl_bytes_03.tzt tzt_reference_test_suite/lsl_bytes_04.tzt tzt_reference_test_suite/lsl_bytes_05.tzt tzt_reference_test_suite/lsl_bytes_06.tzt tzt_reference_test_suite/lsl_nat_00.tzt tzt_reference_test_suite/lsl_nat_01.tzt tzt_reference_test_suite/lsl_nat_02.tzt tzt_reference_test_suite/lsl_nat_03.tzt tzt_reference_test_suite/lsl_nat_04.tzt tzt_reference_test_suite/lsl_nat_05.tzt tzt_reference_test_suite/lsl_nat_06.tzt tzt_reference_test_suite/lsl_nat_07.tzt tzt_reference_test_suite/lsl_nat_08.tzt tzt_reference_test_suite/lsr_bytes_00.tzt tzt_reference_test_suite/lsr_bytes_01.tzt tzt_reference_test_suite/lsr_bytes_02.tzt tzt_reference_test_suite/lsr_bytes_03.tzt tzt_reference_test_suite/lsr_bytes_04.tzt tzt_reference_test_suite/lsr_bytes_05.tzt tzt_reference_test_suite/lsr_bytes_06.tzt tzt_reference_test_suite/lsr_bytes_07.tzt tzt_reference_test_suite/lsr_nat_00.tzt tzt_reference_test_suite/lsr_nat_01.tzt tzt_reference_test_suite/lsr_nat_02.tzt tzt_reference_test_suite/lsr_nat_03.tzt tzt_reference_test_suite/lsr_nat_04.tzt tzt_reference_test_suite/lsr_nat_05.tzt tzt_reference_test_suite/lsr_nat_06.tzt tzt_reference_test_suite/lsr_nat_07.tzt tzt_reference_test_suite/lt_00.tzt tzt_reference_test_suite/lt_01.tzt tzt_reference_test_suite/lt_02.tzt tzt_reference_test_suite/lt_03.tzt tzt_reference_test_suite/lt_04.tzt tzt_reference_test_suite/macro_pack/assert_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpeq_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpge_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpgt_00.tzt tzt_reference_test_suite/macro_pack/assert_cmple_00.tzt tzt_reference_test_suite/macro_pack/assert_cmplt_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpneq_00.tzt tzt_reference_test_suite/macro_pack/assert_eq_00.tzt tzt_reference_test_suite/macro_pack/assert_ge_00.tzt tzt_reference_test_suite/macro_pack/assert_gt_00.tzt tzt_reference_test_suite/macro_pack/assert_le_00.tzt tzt_reference_test_suite/macro_pack/assert_left_00.tzt tzt_reference_test_suite/macro_pack/assert_lt_00.tzt tzt_reference_test_suite/macro_pack/assert_neq_00.tzt tzt_reference_test_suite/macro_pack/assert_none_00.tzt tzt_reference_test_suite/macro_pack/assert_right_00.tzt tzt_reference_test_suite/macro_pack/assert_some_00.tzt tzt_reference_test_suite/macro_pack/cadr_00.tzt tzt_reference_test_suite/macro_pack/carn_00.tzt tzt_reference_test_suite/macro_pack/carn_01.tzt tzt_reference_test_suite/macro_pack/cdrn_00.tzt tzt_reference_test_suite/macro_pack/cdrn_01.tzt tzt_reference_test_suite/macro_pack/cmpeq_00.tzt tzt_reference_test_suite/macro_pack/cmpge_00.tzt tzt_reference_test_suite/macro_pack/cmpgt_00.tzt tzt_reference_test_suite/macro_pack/cmple_00.tzt tzt_reference_test_suite/macro_pack/cmplt_00.tzt tzt_reference_test_suite/macro_pack/cmpneq_00.tzt tzt_reference_test_suite/macro_pack/fail_00.tzt tzt_reference_test_suite/macro_pack/ifcmpeq_00.tzt tzt_reference_test_suite/macro_pack/ifcmpge_00.tzt tzt_reference_test_suite/macro_pack/ifcmpgt_00.tzt tzt_reference_test_suite/macro_pack/ifcmple_00.tzt tzt_reference_test_suite/macro_pack/ifcmplt_00.tzt tzt_reference_test_suite/macro_pack/ifcmpneq_00.tzt tzt_reference_test_suite/macro_pack/ifeq_00.tzt tzt_reference_test_suite/macro_pack/ifge_00.tzt tzt_reference_test_suite/macro_pack/ifgt_00.tzt tzt_reference_test_suite/macro_pack/ifle_00.tzt tzt_reference_test_suite/macro_pack/iflt_00.tzt tzt_reference_test_suite/macro_pack/ifneq_00.tzt tzt_reference_test_suite/macro_pack/ifright_00.tzt tzt_reference_test_suite/macro_pack/ifsome_00.tzt tzt_reference_test_suite/macro_pack/mapcadr_00.tzt tzt_reference_test_suite/macro_pack/mapcar_00.tzt tzt_reference_test_suite/macro_pack/mapcdr_00.tzt tzt_reference_test_suite/macro_pack/papair_00.tzt tzt_reference_test_suite/macro_pack/setcadr_00.tzt tzt_reference_test_suite/macro_pack/setcar_00.tzt tzt_reference_test_suite/macro_pack/setcdr_00.tzt tzt_reference_test_suite/macro_pack/unpapair_00.tzt tzt_reference_test_suite/map_listint_00.tzt tzt_reference_test_suite/map_listint_01.tzt tzt_reference_test_suite/map_listint_02.tzt tzt_reference_test_suite/map_listint_03.tzt tzt_reference_test_suite/map_listint_04.tzt tzt_reference_test_suite/map_listint_05.tzt tzt_reference_test_suite/map_listint_06.tzt tzt_reference_test_suite/map_liststring_00.tzt tzt_reference_test_suite/map_liststring_01.tzt tzt_reference_test_suite/map_liststring_02.tzt tzt_reference_test_suite/map_liststring_04.tzt tzt_reference_test_suite/map_liststring_05.tzt tzt_reference_test_suite/map_liststring_06.tzt tzt_reference_test_suite/map_liststring_07.tzt tzt_reference_test_suite/map_liststring_08.tzt tzt_reference_test_suite/map_mapintint_00.tzt tzt_reference_test_suite/map_mapintint_01.tzt tzt_reference_test_suite/map_mapintstring_00.tzt tzt_reference_test_suite/map_mapintstring_01.tzt tzt_reference_test_suite/map_mapstringnat_00.tzt tzt_reference_test_suite/map_mapstringnat_01.tzt tzt_reference_test_suite/map_mapstringnat_02.tzt tzt_reference_test_suite/mem_bigmapnatnat_00.tzt tzt_reference_test_suite/mem_bigmapnatnat_01.tzt tzt_reference_test_suite/mem_bigmapnatnat_02.tzt tzt_reference_test_suite/mem_bigmapnatnat_03.tzt tzt_reference_test_suite/mem_bigmapnatnat_04.tzt tzt_reference_test_suite/mem_bigmapnatnat_05.tzt tzt_reference_test_suite/mem_bigmapstringnat_00.tzt tzt_reference_test_suite/mem_bigmapstringnat_01.tzt tzt_reference_test_suite/mem_bigmapstringnat_02.tzt tzt_reference_test_suite/mem_bigmapstringnat_03.tzt tzt_reference_test_suite/mem_bigmapstringnat_04.tzt tzt_reference_test_suite/mem_bigmapstringnat_05.tzt tzt_reference_test_suite/mem_mapintint_00.tzt tzt_reference_test_suite/mem_mapnatnat_00.tzt tzt_reference_test_suite/mem_mapnatnat_01.tzt tzt_reference_test_suite/mem_mapnatnat_02.tzt tzt_reference_test_suite/mem_mapnatnat_03.tzt tzt_reference_test_suite/mem_mapnatnat_04.tzt tzt_reference_test_suite/mem_mapnatnat_05.tzt tzt_reference_test_suite/mem_mapstringnat_00.tzt tzt_reference_test_suite/mem_mapstringnat_01.tzt tzt_reference_test_suite/mem_mapstringnat_02.tzt tzt_reference_test_suite/mem_mapstringnat_03.tzt tzt_reference_test_suite/mem_mapstringnat_04.tzt tzt_reference_test_suite/mem_mapstringnat_05.tzt tzt_reference_test_suite/mem_setint_00.tzt tzt_reference_test_suite/mem_setint_01.tzt tzt_reference_test_suite/mem_setstring_00.tzt tzt_reference_test_suite/mem_setstring_01.tzt tzt_reference_test_suite/mem_setstring_02.tzt tzt_reference_test_suite/mul_int-int_00.tzt tzt_reference_test_suite/mul_int-nat_00.tzt tzt_reference_test_suite/mul_mutez-nat_00.tzt tzt_reference_test_suite/mul_mutez-nat_01.tzt tzt_reference_test_suite/mul_nat-int_00.tzt tzt_reference_test_suite/mul_nat-mutez_00.tzt tzt_reference_test_suite/mul_nat-mutez_01.tzt tzt_reference_test_suite/mul_nat-nat_00.tzt tzt_reference_test_suite/neg_int_00.tzt tzt_reference_test_suite/neg_int_01.tzt tzt_reference_test_suite/neg_int_02.tzt tzt_reference_test_suite/neg_nat_00.tzt tzt_reference_test_suite/neg_nat_01.tzt tzt_reference_test_suite/neq_00.tzt tzt_reference_test_suite/neq_01.tzt tzt_reference_test_suite/neq_02.tzt tzt_reference_test_suite/neq_03.tzt tzt_reference_test_suite/neq_04.tzt tzt_reference_test_suite/never_00.tzt tzt_reference_test_suite/never_00.tc.tzt tzt_reference_test_suite/nil_nat_00.tzt tzt_reference_test_suite/none_int_00.tzt tzt_reference_test_suite/none_pair-nat-string.tzt tzt_reference_test_suite/not_bool_00.tzt tzt_reference_test_suite/not_bool_01.tzt tzt_reference_test_suite/not_bytes_00.tzt tzt_reference_test_suite/not_bytes_01.tzt tzt_reference_test_suite/not_bytes_02.tzt tzt_reference_test_suite/not_bytes_03.tzt tzt_reference_test_suite/not_bytes_04.tzt tzt_reference_test_suite/not_bytes_05.tzt tzt_reference_test_suite/not_int_00.tzt tzt_reference_test_suite/not_nat_00.tzt tzt_reference_test_suite/not_nat_01.tzt tzt_reference_test_suite/not_nat_02.tzt tzt_reference_test_suite/not_nat_03.tzt tzt_reference_test_suite/not_nat_04.tzt tzt_reference_test_suite/not_nat_05.tzt tzt_reference_test_suite/not_nat_06.tzt tzt_reference_test_suite/not_nat_07.tzt tzt_reference_test_suite/now_00.tzt tzt_reference_test_suite/or_bool-bool_00.tzt tzt_reference_test_suite/or_bool-bool_01.tzt tzt_reference_test_suite/or_bool-bool_02.tzt tzt_reference_test_suite/or_bool-bool_03.tzt tzt_reference_test_suite/or_bytes-bytes_00.tzt tzt_reference_test_suite/or_bytes-bytes_01.tzt tzt_reference_test_suite/or_bytes-bytes_02.tzt tzt_reference_test_suite/or_bytes-bytes_03.tzt tzt_reference_test_suite/or_bytes-bytes_04.tzt tzt_reference_test_suite/or_bytes-bytes_05.tzt tzt_reference_test_suite/or_bytes-bytes_06.tzt tzt_reference_test_suite/or_nat-nat_00.tzt tzt_reference_test_suite/or_nat-nat_01.tzt tzt_reference_test_suite/or_nat-nat_02.tzt tzt_reference_test_suite/or_nat-nat_03.tzt tzt_reference_test_suite/or_nat-nat_04.tzt tzt_reference_test_suite/or_nat-nat_05.tzt tzt_reference_test_suite/or_nat-nat_06.tzt tzt_reference_test_suite/pack_address_00.tzt tzt_reference_test_suite/pack_address_01.tzt tzt_reference_test_suite/pack_address_02.tzt tzt_reference_test_suite/pack_address_03.tzt tzt_reference_test_suite/pack_address_04.tzt tzt_reference_test_suite/pack_address_05.tzt tzt_reference_test_suite/pack_bool_00.tzt tzt_reference_test_suite/pack_bool_01.tzt tzt_reference_test_suite/pack_bytes_00.tzt tzt_reference_test_suite/pack_bytes_01.tzt tzt_reference_test_suite/pack_bytes_02.tzt tzt_reference_test_suite/pack_chainid_00.tzt tzt_reference_test_suite/pack_contract_00.tzt tzt_reference_test_suite/pack_key_00.tzt tzt_reference_test_suite/pack_key_01.tzt tzt_reference_test_suite/pack_key_02.tzt tzt_reference_test_suite/pack_key_03.tzt tzt_reference_test_suite/pack_keyhash_01.tzt tzt_reference_test_suite/pack_keyhash_02.tzt tzt_reference_test_suite/pack_keyhash_03.tzt tzt_reference_test_suite/pack_keyhash_04.tzt tzt_reference_test_suite/pack_lambda_comb_pairs.tzt tzt_reference_test_suite/pack_list-bool_00.tzt tzt_reference_test_suite/pack_list-bool_01.tzt tzt_reference_test_suite/pack_list-list-bool.tzt tzt_reference_test_suite/pack_list_large_00.tzt tzt_reference_test_suite/pack_map-bool-unit_00.tzt tzt_reference_test_suite/pack_operation_00.tc.tzt tzt_reference_test_suite/pack_option-unit_00.tzt tzt_reference_test_suite/pack_option-unit_01.tzt tzt_reference_test_suite/pack_or-unit-bool_00.tzt tzt_reference_test_suite/pack_or-unit-bool_01.tzt tzt_reference_test_suite/pack_pair-bool-unit_00.tzt tzt_reference_test_suite/pack_signature_00.tzt tzt_reference_test_suite/pack_signature_01.tzt tzt_reference_test_suite/pack_signature_02.tzt tzt_reference_test_suite/pack_signature_03.tzt tzt_reference_test_suite/pack_string_00.tzt tzt_reference_test_suite/pack_string_01.tzt tzt_reference_test_suite/pack_string_02.tzt tzt_reference_test_suite/pack_string_03.tzt tzt_reference_test_suite/pack_unit_00.tzt tzt_reference_test_suite/packunpack_address_00.tzt tzt_reference_test_suite/packunpack_bool_00.tzt tzt_reference_test_suite/packunpack_bytes_00.tzt tzt_reference_test_suite/packunpack_int_00.tzt tzt_reference_test_suite/packunpack_keyhash_00.tzt tzt_reference_test_suite/packunpack_mutez_00.tzt tzt_reference_test_suite/packunpack_nat_00.tzt tzt_reference_test_suite/packunpack_string_00.tzt tzt_reference_test_suite/packunpack_timestamp_00.tzt tzt_reference_test_suite/pair_00.tc.tzt tzt_reference_test_suite/pair_int-int_00.tzt tzt_reference_test_suite/pair_nat-string_00.tzt tzt_reference_test_suite/pair_pair-nat-string-pair-string-nat_00.tzt tzt_reference_test_suite/push_00.tc.tzt tzt_reference_test_suite/push_int_00.tzt tzt_reference_test_suite/push_string_00.tzt tzt_reference_test_suite/read_ticket_00.tzt tzt_reference_test_suite/right_nat-int_00.tzt tzt_reference_test_suite/self_00.tzt tzt_reference_test_suite/self_01.tzt tzt_reference_test_suite/self_in_lambda.tc.tzt tzt_reference_test_suite/sender_00.tzt tzt_reference_test_suite/setdelegate_00.tzt tzt_reference_test_suite/setdelegate_00.tc.tzt tzt_reference_test_suite/sha256_00.tzt tzt_reference_test_suite/sha256_01.tzt tzt_reference_test_suite/sha3_00.tzt tzt_reference_test_suite/sha3_01.tzt tzt_reference_test_suite/sha512_00.tzt tzt_reference_test_suite/sha512_01.tzt tzt_reference_test_suite/size_bytes_00.tzt tzt_reference_test_suite/size_listint_00.tzt tzt_reference_test_suite/size_listint_01.tzt tzt_reference_test_suite/size_listint_02.tzt tzt_reference_test_suite/size_listint_03.tzt tzt_reference_test_suite/size_mapintint_00.tzt tzt_reference_test_suite/size_mapstringnat_00.tzt tzt_reference_test_suite/size_mapstringnat_01.tzt tzt_reference_test_suite/size_mapstringnat_02.tzt tzt_reference_test_suite/size_mapstringnat_03.tzt tzt_reference_test_suite/size_setint_00.tzt tzt_reference_test_suite/size_setint_01.tzt tzt_reference_test_suite/size_setint_02.tzt tzt_reference_test_suite/size_setint_03.tzt tzt_reference_test_suite/size_setstring_00.tzt tzt_reference_test_suite/size_string_00.tzt tzt_reference_test_suite/slice_bytes_00.tzt tzt_reference_test_suite/slice_bytes_01.tzt tzt_reference_test_suite/slice_bytes_02.tzt tzt_reference_test_suite/slice_bytes_03.tzt tzt_reference_test_suite/slice_bytes_04.tzt tzt_reference_test_suite/slice_string_00.tzt tzt_reference_test_suite/slice_string_01.tzt tzt_reference_test_suite/slice_string_02.tzt tzt_reference_test_suite/slice_string_03.tzt tzt_reference_test_suite/slice_string_04.tzt tzt_reference_test_suite/slice_string_05.tzt tzt_reference_test_suite/some_00.tc.tzt tzt_reference_test_suite/some_int_00.tzt tzt_reference_test_suite/some_pairintint_00.tzt tzt_reference_test_suite/some_string_00.tzt tzt_reference_test_suite/source_00.tzt tzt_reference_test_suite/split_ticket_00.tzt tzt_reference_test_suite/split_ticket_01.tzt tzt_reference_test_suite/split_ticket_02.tzt tzt_reference_test_suite/split_ticket_03.tzt tzt_reference_test_suite/split_ticket_04.tzt tzt_reference_test_suite/sub_int-int_00.tzt tzt_reference_test_suite/sub_int-int_01.tzt tzt_reference_test_suite/sub_int-int_02.tzt tzt_reference_test_suite/sub_int-int_03.tzt tzt_reference_test_suite/sub_int-int_04.tzt tzt_reference_test_suite/sub_int-int_05.tzt tzt_reference_test_suite/sub_int-nat_00.tzt tzt_reference_test_suite/sub_int-nat_01.tzt tzt_reference_test_suite/sub_int-nat_02.tzt tzt_reference_test_suite/sub_int-nat_03.tzt tzt_reference_test_suite/sub_int-nat_04.tzt tzt_reference_test_suite/sub_int-nat_05.tzt tzt_reference_test_suite/sub_mutez_00.tzt tzt_reference_test_suite/sub_mutez_01.tzt tzt_reference_test_suite/sub_nat-int_00.tzt tzt_reference_test_suite/sub_nat-int_01.tzt tzt_reference_test_suite/sub_nat-int_02.tzt tzt_reference_test_suite/sub_nat-int_03.tzt tzt_reference_test_suite/sub_nat-int_04.tzt tzt_reference_test_suite/sub_nat-int_05.tzt tzt_reference_test_suite/sub_nat-nat_00.tzt tzt_reference_test_suite/sub_nat-nat_01.tzt tzt_reference_test_suite/sub_nat-nat_02.tzt tzt_reference_test_suite/sub_nat-nat_03.tzt tzt_reference_test_suite/sub_nat-nat_04.tzt tzt_reference_test_suite/sub_timestamp-int_00.tzt tzt_reference_test_suite/sub_timestamp-int_01.tzt tzt_reference_test_suite/sub_timestamp-int_02.tzt tzt_reference_test_suite/sub_timestamp-int_03.tzt tzt_reference_test_suite/sub_timestamp-int_04.tzt tzt_reference_test_suite/sub_timestamp-int_05.tzt tzt_reference_test_suite/sub_timestamp-int_06.tzt tzt_reference_test_suite/sub_timestamp-timestamp_00.tzt tzt_reference_test_suite/sub_timestamp-timestamp_01.tzt tzt_reference_test_suite/sub_timestamp-timestamp_02.tzt tzt_reference_test_suite/sub_timestamp-timestamp_03.tzt tzt_reference_test_suite/sub_timestamp-timestamp_04.tzt tzt_reference_test_suite/swap_00.tzt tzt_reference_test_suite/swap_00.tc.tzt tzt_reference_test_suite/swap_01.tc.tzt tzt_reference_test_suite/ticket_00.tzt tzt_reference_test_suite/ticket_01.tzt tzt_reference_test_suite/transfertokens_00.tzt tzt_reference_test_suite/transfertokens_00.tc.tzt tzt_reference_test_suite/transfertokens_01.tzt tzt_reference_test_suite/unit_00.tzt tzt_reference_test_suite/unpair_00.tc.tzt tzt_reference_test_suite/unpair_pairstringstring_00.tzt tzt_reference_test_suite/update_00.tc.tzt tzt_reference_test_suite/update_bigmapstringstring_00.tzt tzt_reference_test_suite/update_bigmapstringstring_01.tzt tzt_reference_test_suite/update_bigmapstringstring_02.tzt tzt_reference_test_suite/update_bigmapstringstring_03.tzt tzt_reference_test_suite/update_bigmapstringstring_04.tzt tzt_reference_test_suite/update_bigmapstringstring_05.tzt tzt_reference_test_suite/update_bigmapstringstring_06.tzt tzt_reference_test_suite/update_bigmapstringstring_07.tzt tzt_reference_test_suite/update_mapintint_00.tzt tzt_reference_test_suite/update_mapintint_01.tzt tzt_reference_test_suite/update_setint_00.tzt tzt_reference_test_suite/update_setint_01.tzt tzt_reference_test_suite/update_setint_02.tzt tzt_reference_test_suite/xor_bool-bool_00.tzt tzt_reference_test_suite/xor_bool-bool_01.tzt tzt_reference_test_suite/xor_bool-bool_02.tzt tzt_reference_test_suite/xor_bool-bool_03.tzt tzt_reference_test_suite/xor_bytes-bytes_00.tzt tzt_reference_test_suite/xor_bytes-bytes_01.tzt tzt_reference_test_suite/xor_bytes-bytes_02.tzt tzt_reference_test_suite/xor_bytes-bytes_03.tzt tzt_reference_test_suite/xor_bytes-bytes_04.tzt tzt_reference_test_suite/xor_bytes-bytes_05.tzt tzt_reference_test_suite/xor_bytes-bytes_06.tzt tzt_reference_test_suite/xor_nat-nat_00.tzt tzt_reference_test_suite/xor_nat-nat_01.tzt tzt_reference_test_suite/xor_nat-nat_02.tzt tzt_reference_test_suite/xor_nat-nat_03.tzt tzt_reference_test_suite/xor_nat-nat_04.tzt tzt_reference_test_suite/xor_nat-nat_05.tzt tzt_reference_test_suite/xor_nat-nat_06.tzt +./octez-client --protocol PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT --mode mockup --no-base-dir-warnings run unit tests from tzt_reference_test_suite/abs_00.tzt tzt_reference_test_suite/abs_01.tzt tzt_reference_test_suite/abs_02.tzt tzt_reference_test_suite/add_00.tc.tzt tzt_reference_test_suite/add_01.tc.tzt tzt_reference_test_suite/add_int-int_00.tzt tzt_reference_test_suite/add_int-nat_00.tzt tzt_reference_test_suite/add_int-nat_01.tzt tzt_reference_test_suite/add_int-timestamp_00.tzt tzt_reference_test_suite/add_mutez-mutez_00.tzt tzt_reference_test_suite/add_mutez-mutez_01.tzt tzt_reference_test_suite/add_nat-int_00.tzt tzt_reference_test_suite/add_nat-nat_00.tzt tzt_reference_test_suite/add_timestamp-int_00.tzt tzt_reference_test_suite/add_timestamp-int_01.tzt tzt_reference_test_suite/add_timestamp-int_02.tzt tzt_reference_test_suite/add_timestamp-int_03.tzt tzt_reference_test_suite/address_00.tzt tzt_reference_test_suite/address_00.tc.tzt tzt_reference_test_suite/address_01.tzt tzt_reference_test_suite/address_02.tzt tzt_reference_test_suite/amount_00.tzt tzt_reference_test_suite/and_bool-bool_00.tzt tzt_reference_test_suite/and_bool-bool_01.tzt tzt_reference_test_suite/and_bool-bool_02.tzt tzt_reference_test_suite/and_bool-bool_03.tzt tzt_reference_test_suite/and_bytes-bytes_00.tzt tzt_reference_test_suite/and_bytes-bytes_01.tzt tzt_reference_test_suite/and_bytes-bytes_02.tzt tzt_reference_test_suite/and_bytes-bytes_03.tzt tzt_reference_test_suite/and_bytes-bytes_04.tzt tzt_reference_test_suite/and_bytes-bytes_05.tzt tzt_reference_test_suite/and_bytes-bytes_06.tzt tzt_reference_test_suite/and_int-nat_00.tzt tzt_reference_test_suite/and_int-nat_01.tzt tzt_reference_test_suite/and_int-nat_02.tzt tzt_reference_test_suite/and_int-nat_03.tzt tzt_reference_test_suite/and_int-nat_04.tzt tzt_reference_test_suite/and_int-nat_05.tzt tzt_reference_test_suite/and_int-nat_06.tzt tzt_reference_test_suite/and_nat-nat_00.tzt tzt_reference_test_suite/and_nat-nat_01.tzt tzt_reference_test_suite/and_nat-nat_02.tzt tzt_reference_test_suite/apply_00.tzt tzt_reference_test_suite/apply_01.tzt tzt_reference_test_suite/apply_02.tzt tzt_reference_test_suite/balance_00.tzt tzt_reference_test_suite/blake2b_00.tzt tzt_reference_test_suite/blake2b_01.tzt tzt_reference_test_suite/car_00.tzt tzt_reference_test_suite/car_00.tc.tzt tzt_reference_test_suite/car_01.tzt tzt_reference_test_suite/cdr_00.tzt tzt_reference_test_suite/cdr_00.tc.tzt tzt_reference_test_suite/cdr_01.tzt tzt_reference_test_suite/chain_id_00.tzt tzt_reference_test_suite/chain_id_01.tzt tzt_reference_test_suite/checksignature_00.tzt tzt_reference_test_suite/checksignature_00.tc.tzt tzt_reference_test_suite/checksignature_01.tzt tzt_reference_test_suite/compare_00.tc.tzt tzt_reference_test_suite/compare_01.tc.tzt tzt_reference_test_suite/compare_02.tc.tzt tzt_reference_test_suite/compare_bool_00.tzt tzt_reference_test_suite/compare_bool_01.tzt tzt_reference_test_suite/compare_bool_02.tzt tzt_reference_test_suite/compare_bool_03.tzt tzt_reference_test_suite/compare_bytes_00.tzt tzt_reference_test_suite/compare_bytes_01.tzt tzt_reference_test_suite/compare_bytes_02.tzt tzt_reference_test_suite/compare_bytes_03.tzt tzt_reference_test_suite/compare_bytes_04.tzt tzt_reference_test_suite/compare_int_00.tzt tzt_reference_test_suite/compare_int_01.tzt tzt_reference_test_suite/compare_int_02.tzt tzt_reference_test_suite/compare_int_03.tzt tzt_reference_test_suite/compare_int_04.tzt tzt_reference_test_suite/compare_keyhash_00.tzt tzt_reference_test_suite/compare_keyhash_01.tzt tzt_reference_test_suite/compare_keyhash_02.tzt tzt_reference_test_suite/compare_mutez_00.tzt tzt_reference_test_suite/compare_mutez_01.tzt tzt_reference_test_suite/compare_mutez_02.tzt tzt_reference_test_suite/compare_mutez_03.tzt tzt_reference_test_suite/compare_mutez_04.tzt tzt_reference_test_suite/compare_mutez_05.tzt tzt_reference_test_suite/compare_nat_00.tzt tzt_reference_test_suite/compare_nat_01.tzt tzt_reference_test_suite/compare_nat_02.tzt tzt_reference_test_suite/compare_nat_03.tzt tzt_reference_test_suite/compare_nat_04.tzt tzt_reference_test_suite/compare_nat_05.tzt tzt_reference_test_suite/compare_never_00.tzt tzt_reference_test_suite/compare_pairintint_00.tzt tzt_reference_test_suite/compare_pairintint_01.tzt tzt_reference_test_suite/compare_pairintint_02.tzt tzt_reference_test_suite/compare_pairintint_03.tzt tzt_reference_test_suite/compare_string_00.tzt tzt_reference_test_suite/compare_string_01.tzt tzt_reference_test_suite/compare_string_02.tzt tzt_reference_test_suite/compare_string_03.tzt tzt_reference_test_suite/compare_string_04.tzt tzt_reference_test_suite/compare_timestamp_00.tzt tzt_reference_test_suite/compare_timestamp_01.tzt tzt_reference_test_suite/compare_timestamp_02.tzt tzt_reference_test_suite/compare_timestamp_03.tzt tzt_reference_test_suite/compare_timestamp_04.tzt tzt_reference_test_suite/compare_timestamp_05.tzt tzt_reference_test_suite/concat_00.tc.tzt tzt_reference_test_suite/concat_bytes_00.tzt tzt_reference_test_suite/concat_bytes_01.tzt tzt_reference_test_suite/concat_listbytes_00.tzt tzt_reference_test_suite/concat_listbytes_01.tzt tzt_reference_test_suite/concat_listbytes_02.tzt tzt_reference_test_suite/concat_liststring_00.tzt tzt_reference_test_suite/concat_liststring_01.tzt tzt_reference_test_suite/concat_liststring_02.tzt tzt_reference_test_suite/concat_liststring_03.tzt tzt_reference_test_suite/concat_liststring_04.tzt tzt_reference_test_suite/concat_string_00.tzt tzt_reference_test_suite/concat_string_01.tzt tzt_reference_test_suite/concat_string_02.tzt tzt_reference_test_suite/cons_int_00.tzt tzt_reference_test_suite/cons_int_01.tzt tzt_reference_test_suite/cons_int_02.tzt tzt_reference_test_suite/cons_lists_00.tc.tzt tzt_reference_test_suite/cons_string_00.tzt tzt_reference_test_suite/contract_00.tzt tzt_reference_test_suite/contract_01.tzt tzt_reference_test_suite/contract_02.tzt tzt_reference_test_suite/contract_03.tzt tzt_reference_test_suite/contract_04.tzt tzt_reference_test_suite/contract_05.tzt tzt_reference_test_suite/createcontract_00.tzt tzt_reference_test_suite/createcontract_01.tzt tzt_reference_test_suite/dig_00.tzt tzt_reference_test_suite/dig_01.tzt tzt_reference_test_suite/dig_02.tzt tzt_reference_test_suite/dig_03.tzt tzt_reference_test_suite/dig_04.tzt tzt_reference_test_suite/dip_00.tzt tzt_reference_test_suite/dip_00.tc.tzt tzt_reference_test_suite/dip_01.tzt tzt_reference_test_suite/dip_02.tzt tzt_reference_test_suite/dipn_00.tzt tzt_reference_test_suite/dipn_00.tc.tzt tzt_reference_test_suite/dipn_01.tzt tzt_reference_test_suite/dipn_01.tc.tzt tzt_reference_test_suite/dipn_02.tzt tzt_reference_test_suite/dipn_02.tc.tzt tzt_reference_test_suite/dipn_03.tzt tzt_reference_test_suite/drop_00.tzt tzt_reference_test_suite/drop_00.tc.tzt tzt_reference_test_suite/dropn_00.tzt tzt_reference_test_suite/dropn_00.tc.tzt tzt_reference_test_suite/dropn_01.tzt tzt_reference_test_suite/dropn_02.tzt tzt_reference_test_suite/dropn_03.tzt tzt_reference_test_suite/dugn_00.tzt tzt_reference_test_suite/dup_00.tzt tzt_reference_test_suite/dup_00.tc.tzt tzt_reference_test_suite/dupn_00.tzt tzt_reference_test_suite/dupn_00.tc.tzt tzt_reference_test_suite/dupn_01.tzt tzt_reference_test_suite/dupn_01.tc.tzt tzt_reference_test_suite/dupn_02.tzt tzt_reference_test_suite/dupn_03.tzt tzt_reference_test_suite/dupn_04.tzt tzt_reference_test_suite/ediv_int-int_00.tzt tzt_reference_test_suite/ediv_int-int_01.tzt tzt_reference_test_suite/ediv_int-int_02.tzt tzt_reference_test_suite/ediv_int-int_03.tzt tzt_reference_test_suite/ediv_int-int_04.tzt tzt_reference_test_suite/ediv_int-int_05.tzt tzt_reference_test_suite/ediv_int-int_06.tzt tzt_reference_test_suite/ediv_int-int_07.tzt tzt_reference_test_suite/ediv_int-int_08.tzt tzt_reference_test_suite/ediv_int-nat_00.tzt tzt_reference_test_suite/ediv_int-nat_01.tzt tzt_reference_test_suite/ediv_int-nat_02.tzt tzt_reference_test_suite/ediv_int-nat_03.tzt tzt_reference_test_suite/ediv_int-nat_04.tzt tzt_reference_test_suite/ediv_int-nat_05.tzt tzt_reference_test_suite/ediv_mutez-mutez_00.tzt tzt_reference_test_suite/ediv_mutez-mutez_01.tzt tzt_reference_test_suite/ediv_mutez-mutez_02.tzt tzt_reference_test_suite/ediv_mutez-mutez_03.tzt tzt_reference_test_suite/ediv_mutez-mutez_04.tzt tzt_reference_test_suite/ediv_mutez-mutez_05.tzt tzt_reference_test_suite/ediv_mutez-nat_00.tzt tzt_reference_test_suite/ediv_mutez-nat_01.tzt tzt_reference_test_suite/ediv_mutez-nat_02.tzt tzt_reference_test_suite/ediv_mutez-nat_03.tzt tzt_reference_test_suite/ediv_mutez-nat_04.tzt tzt_reference_test_suite/ediv_mutez-nat_05.tzt tzt_reference_test_suite/ediv_mutez-nat_06.tzt tzt_reference_test_suite/ediv_nat-int_00.tzt tzt_reference_test_suite/ediv_nat-int_01.tzt tzt_reference_test_suite/ediv_nat-int_02.tzt tzt_reference_test_suite/ediv_nat-int_03.tzt tzt_reference_test_suite/ediv_nat-int_04.tzt tzt_reference_test_suite/ediv_nat-int_05.tzt tzt_reference_test_suite/ediv_nat-nat_00.tzt tzt_reference_test_suite/ediv_nat-nat_01.tzt tzt_reference_test_suite/ediv_nat-nat_02.tzt tzt_reference_test_suite/ediv_nat-nat_03.tzt tzt_reference_test_suite/ediv_nat-nat_04.tzt tzt_reference_test_suite/emptybigmap_nat-nat_00.tzt tzt_reference_test_suite/emptymap_nat-nat_00.tzt tzt_reference_test_suite/emptymap_string-string_00.tzt tzt_reference_test_suite/emptyset_00.tc.tzt tzt_reference_test_suite/emptyset_nat_00.tzt tzt_reference_test_suite/eq_00.tzt tzt_reference_test_suite/eq_01.tzt tzt_reference_test_suite/eq_02.tzt tzt_reference_test_suite/eq_03.tzt tzt_reference_test_suite/eq_04.tzt tzt_reference_test_suite/exec_00.tzt tzt_reference_test_suite/exec_01.tzt tzt_reference_test_suite/exec_02.tzt tzt_reference_test_suite/exec_03.tzt tzt_reference_test_suite/failwith_00.tzt tzt_reference_test_suite/failwith_00.tc.tzt tzt_reference_test_suite/gas_exhaustion.tzt tzt_reference_test_suite/ge_00.tzt tzt_reference_test_suite/ge_01.tzt tzt_reference_test_suite/ge_02.tzt tzt_reference_test_suite/ge_03.tzt tzt_reference_test_suite/ge_04.tzt tzt_reference_test_suite/get_00.tc.tzt tzt_reference_test_suite/get_bigmapstringstring_00.tzt tzt_reference_test_suite/get_bigmapstringstring_01.tzt tzt_reference_test_suite/get_bigmapstringstring_02.tzt tzt_reference_test_suite/get_map_00.tc.tzt tzt_reference_test_suite/get_mapintint_00.tzt tzt_reference_test_suite/get_mapintint_01.tzt tzt_reference_test_suite/get_mapstringstring_00.tzt tzt_reference_test_suite/get_mapstringstring_01.tzt tzt_reference_test_suite/get_mapstringstring_02.tzt tzt_reference_test_suite/gt_00.tzt tzt_reference_test_suite/gt_00.tc.tzt tzt_reference_test_suite/gt_01.tzt tzt_reference_test_suite/gt_02.tzt tzt_reference_test_suite/gt_03.tzt tzt_reference_test_suite/gt_04.tzt tzt_reference_test_suite/if_00.tzt tzt_reference_test_suite/if_00.tc.tzt tzt_reference_test_suite/if_01.tzt tzt_reference_test_suite/if_01.tc.tzt tzt_reference_test_suite/ifcons_00.tc.tzt tzt_reference_test_suite/ifcons_listint_00.tzt tzt_reference_test_suite/ifcons_listint_01.tzt tzt_reference_test_suite/ifcons_listnat_00.tzt tzt_reference_test_suite/ifcons_listnat_01.tzt tzt_reference_test_suite/ifleft_00.tc.tzt tzt_reference_test_suite/ifleft_orintstring_00.tzt tzt_reference_test_suite/ifleft_orstringint_00.tzt tzt_reference_test_suite/ifnone_00.tc.tzt tzt_reference_test_suite/ifnone_optionint_00.tzt tzt_reference_test_suite/ifnone_optionnat_00.tzt tzt_reference_test_suite/implicitaccount_00.tzt tzt_reference_test_suite/int_00.tc.tzt tzt_reference_test_suite/int_nat_00.tzt tzt_reference_test_suite/int_nat_01.tzt tzt_reference_test_suite/isnat_00.tzt tzt_reference_test_suite/isnat_01.tzt tzt_reference_test_suite/iter_00.tc.tzt tzt_reference_test_suite/iter_listint_00.tzt tzt_reference_test_suite/iter_listint_01.tzt tzt_reference_test_suite/iter_listint_02.tzt tzt_reference_test_suite/iter_listint_03.tzt tzt_reference_test_suite/iter_liststring_00.tzt tzt_reference_test_suite/iter_liststring_01.tzt tzt_reference_test_suite/iter_mapintint_00.tzt tzt_reference_test_suite/iter_mapintint_01.tzt tzt_reference_test_suite/iter_mapintint_02.tzt tzt_reference_test_suite/iter_mapintint_03.tzt tzt_reference_test_suite/iter_mapintint_04.tzt tzt_reference_test_suite/iter_mapstringstring_00.tzt tzt_reference_test_suite/iter_setint_00.tzt tzt_reference_test_suite/iter_setint_01.tzt tzt_reference_test_suite/iter_setint_02.tzt tzt_reference_test_suite/iter_setstring_00.tzt tzt_reference_test_suite/iter_setstring_01.tzt tzt_reference_test_suite/iter_setstring_02.tzt tzt_reference_test_suite/join_tickets_00.tzt tzt_reference_test_suite/join_tickets_01.tzt tzt_reference_test_suite/join_tickets_02.tzt tzt_reference_test_suite/join_tickets_03.tzt tzt_reference_test_suite/keccak_00.tzt tzt_reference_test_suite/keccak_01.tzt tzt_reference_test_suite/le_00.tzt tzt_reference_test_suite/le_01.tzt tzt_reference_test_suite/le_02.tzt tzt_reference_test_suite/le_03.tzt tzt_reference_test_suite/le_04.tzt tzt_reference_test_suite/left_int-nat_00.tzt tzt_reference_test_suite/legacy/sub_mutez-mutez_00.tzt tzt_reference_test_suite/legacy/sub_mutez-mutez_01.tzt tzt_reference_test_suite/loop_00.tzt tzt_reference_test_suite/loop_00.tc.tzt tzt_reference_test_suite/loop_01.tzt tzt_reference_test_suite/loop_01.tc.tzt tzt_reference_test_suite/loop_02.tzt tzt_reference_test_suite/loopleft_00.tzt tzt_reference_test_suite/loopleft_01.tzt tzt_reference_test_suite/loopleft_02.tzt tzt_reference_test_suite/loopleft_03.tzt tzt_reference_test_suite/loopleft_04.tzt tzt_reference_test_suite/lsl_bytes_00.tzt tzt_reference_test_suite/lsl_bytes_01.tzt tzt_reference_test_suite/lsl_bytes_02.tzt tzt_reference_test_suite/lsl_bytes_03.tzt tzt_reference_test_suite/lsl_bytes_04.tzt tzt_reference_test_suite/lsl_bytes_05.tzt tzt_reference_test_suite/lsl_bytes_06.tzt tzt_reference_test_suite/lsl_nat_00.tzt tzt_reference_test_suite/lsl_nat_01.tzt tzt_reference_test_suite/lsl_nat_02.tzt tzt_reference_test_suite/lsl_nat_03.tzt tzt_reference_test_suite/lsl_nat_04.tzt tzt_reference_test_suite/lsl_nat_05.tzt tzt_reference_test_suite/lsl_nat_06.tzt tzt_reference_test_suite/lsl_nat_07.tzt tzt_reference_test_suite/lsl_nat_08.tzt tzt_reference_test_suite/lsr_bytes_00.tzt tzt_reference_test_suite/lsr_bytes_01.tzt tzt_reference_test_suite/lsr_bytes_02.tzt tzt_reference_test_suite/lsr_bytes_03.tzt tzt_reference_test_suite/lsr_bytes_04.tzt tzt_reference_test_suite/lsr_bytes_05.tzt tzt_reference_test_suite/lsr_bytes_06.tzt tzt_reference_test_suite/lsr_bytes_07.tzt tzt_reference_test_suite/lsr_nat_00.tzt tzt_reference_test_suite/lsr_nat_01.tzt tzt_reference_test_suite/lsr_nat_02.tzt tzt_reference_test_suite/lsr_nat_03.tzt tzt_reference_test_suite/lsr_nat_04.tzt tzt_reference_test_suite/lsr_nat_05.tzt tzt_reference_test_suite/lsr_nat_06.tzt tzt_reference_test_suite/lsr_nat_07.tzt tzt_reference_test_suite/lt_00.tzt tzt_reference_test_suite/lt_01.tzt tzt_reference_test_suite/lt_02.tzt tzt_reference_test_suite/lt_03.tzt tzt_reference_test_suite/lt_04.tzt tzt_reference_test_suite/macro_pack/assert_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpeq_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpge_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpgt_00.tzt tzt_reference_test_suite/macro_pack/assert_cmple_00.tzt tzt_reference_test_suite/macro_pack/assert_cmplt_00.tzt tzt_reference_test_suite/macro_pack/assert_cmpneq_00.tzt tzt_reference_test_suite/macro_pack/assert_eq_00.tzt tzt_reference_test_suite/macro_pack/assert_ge_00.tzt tzt_reference_test_suite/macro_pack/assert_gt_00.tzt tzt_reference_test_suite/macro_pack/assert_le_00.tzt tzt_reference_test_suite/macro_pack/assert_left_00.tzt tzt_reference_test_suite/macro_pack/assert_lt_00.tzt tzt_reference_test_suite/macro_pack/assert_neq_00.tzt tzt_reference_test_suite/macro_pack/assert_none_00.tzt tzt_reference_test_suite/macro_pack/assert_right_00.tzt tzt_reference_test_suite/macro_pack/assert_some_00.tzt tzt_reference_test_suite/macro_pack/cadr_00.tzt tzt_reference_test_suite/macro_pack/carn_00.tzt tzt_reference_test_suite/macro_pack/carn_01.tzt tzt_reference_test_suite/macro_pack/cdrn_00.tzt tzt_reference_test_suite/macro_pack/cdrn_01.tzt tzt_reference_test_suite/macro_pack/cmpeq_00.tzt tzt_reference_test_suite/macro_pack/cmpge_00.tzt tzt_reference_test_suite/macro_pack/cmpgt_00.tzt tzt_reference_test_suite/macro_pack/cmple_00.tzt tzt_reference_test_suite/macro_pack/cmplt_00.tzt tzt_reference_test_suite/macro_pack/cmpneq_00.tzt tzt_reference_test_suite/macro_pack/fail_00.tzt tzt_reference_test_suite/macro_pack/ifcmpeq_00.tzt tzt_reference_test_suite/macro_pack/ifcmpge_00.tzt tzt_reference_test_suite/macro_pack/ifcmpgt_00.tzt tzt_reference_test_suite/macro_pack/ifcmple_00.tzt tzt_reference_test_suite/macro_pack/ifcmplt_00.tzt tzt_reference_test_suite/macro_pack/ifcmpneq_00.tzt tzt_reference_test_suite/macro_pack/ifeq_00.tzt tzt_reference_test_suite/macro_pack/ifge_00.tzt tzt_reference_test_suite/macro_pack/ifgt_00.tzt tzt_reference_test_suite/macro_pack/ifle_00.tzt tzt_reference_test_suite/macro_pack/iflt_00.tzt tzt_reference_test_suite/macro_pack/ifneq_00.tzt tzt_reference_test_suite/macro_pack/ifright_00.tzt tzt_reference_test_suite/macro_pack/ifsome_00.tzt tzt_reference_test_suite/macro_pack/mapcadr_00.tzt tzt_reference_test_suite/macro_pack/mapcar_00.tzt tzt_reference_test_suite/macro_pack/mapcdr_00.tzt tzt_reference_test_suite/macro_pack/papair_00.tzt tzt_reference_test_suite/macro_pack/setcadr_00.tzt tzt_reference_test_suite/macro_pack/setcar_00.tzt tzt_reference_test_suite/macro_pack/setcdr_00.tzt tzt_reference_test_suite/macro_pack/unpapair_00.tzt tzt_reference_test_suite/map_listint_00.tzt tzt_reference_test_suite/map_listint_01.tzt tzt_reference_test_suite/map_listint_02.tzt tzt_reference_test_suite/map_listint_03.tzt tzt_reference_test_suite/map_listint_04.tzt tzt_reference_test_suite/map_listint_05.tzt tzt_reference_test_suite/map_listint_06.tzt tzt_reference_test_suite/map_liststring_00.tzt tzt_reference_test_suite/map_liststring_01.tzt tzt_reference_test_suite/map_liststring_02.tzt tzt_reference_test_suite/map_liststring_04.tzt tzt_reference_test_suite/map_liststring_05.tzt tzt_reference_test_suite/map_liststring_06.tzt tzt_reference_test_suite/map_liststring_07.tzt tzt_reference_test_suite/map_liststring_08.tzt tzt_reference_test_suite/map_mapintint_00.tzt tzt_reference_test_suite/map_mapintint_01.tzt tzt_reference_test_suite/map_mapintstring_00.tzt tzt_reference_test_suite/map_mapintstring_01.tzt tzt_reference_test_suite/map_mapstringnat_00.tzt tzt_reference_test_suite/map_mapstringnat_01.tzt tzt_reference_test_suite/map_mapstringnat_02.tzt tzt_reference_test_suite/mem_bigmapnatnat_00.tzt tzt_reference_test_suite/mem_bigmapnatnat_01.tzt tzt_reference_test_suite/mem_bigmapnatnat_02.tzt tzt_reference_test_suite/mem_bigmapnatnat_03.tzt tzt_reference_test_suite/mem_bigmapnatnat_04.tzt tzt_reference_test_suite/mem_bigmapnatnat_05.tzt tzt_reference_test_suite/mem_bigmapstringnat_00.tzt tzt_reference_test_suite/mem_bigmapstringnat_01.tzt tzt_reference_test_suite/mem_bigmapstringnat_02.tzt tzt_reference_test_suite/mem_bigmapstringnat_03.tzt tzt_reference_test_suite/mem_bigmapstringnat_04.tzt tzt_reference_test_suite/mem_bigmapstringnat_05.tzt tzt_reference_test_suite/mem_mapintint_00.tzt tzt_reference_test_suite/mem_mapnatnat_00.tzt tzt_reference_test_suite/mem_mapnatnat_01.tzt tzt_reference_test_suite/mem_mapnatnat_02.tzt tzt_reference_test_suite/mem_mapnatnat_03.tzt tzt_reference_test_suite/mem_mapnatnat_04.tzt tzt_reference_test_suite/mem_mapnatnat_05.tzt tzt_reference_test_suite/mem_mapstringnat_00.tzt tzt_reference_test_suite/mem_mapstringnat_01.tzt tzt_reference_test_suite/mem_mapstringnat_02.tzt tzt_reference_test_suite/mem_mapstringnat_03.tzt tzt_reference_test_suite/mem_mapstringnat_04.tzt tzt_reference_test_suite/mem_mapstringnat_05.tzt tzt_reference_test_suite/mem_setint_00.tzt tzt_reference_test_suite/mem_setint_01.tzt tzt_reference_test_suite/mem_setstring_00.tzt tzt_reference_test_suite/mem_setstring_01.tzt tzt_reference_test_suite/mem_setstring_02.tzt tzt_reference_test_suite/mul_int-int_00.tzt tzt_reference_test_suite/mul_int-nat_00.tzt tzt_reference_test_suite/mul_mutez-nat_00.tzt tzt_reference_test_suite/mul_mutez-nat_01.tzt tzt_reference_test_suite/mul_nat-int_00.tzt tzt_reference_test_suite/mul_nat-mutez_00.tzt tzt_reference_test_suite/mul_nat-mutez_01.tzt tzt_reference_test_suite/mul_nat-nat_00.tzt tzt_reference_test_suite/neg_int_00.tzt tzt_reference_test_suite/neg_int_01.tzt tzt_reference_test_suite/neg_int_02.tzt tzt_reference_test_suite/neg_nat_00.tzt tzt_reference_test_suite/neg_nat_01.tzt tzt_reference_test_suite/neq_00.tzt tzt_reference_test_suite/neq_01.tzt tzt_reference_test_suite/neq_02.tzt tzt_reference_test_suite/neq_03.tzt tzt_reference_test_suite/neq_04.tzt tzt_reference_test_suite/never_00.tzt tzt_reference_test_suite/never_00.tc.tzt tzt_reference_test_suite/nil_nat_00.tzt tzt_reference_test_suite/none_int_00.tzt tzt_reference_test_suite/none_pair-nat-string.tzt tzt_reference_test_suite/not_bool_00.tzt tzt_reference_test_suite/not_bool_01.tzt tzt_reference_test_suite/not_bytes_00.tzt tzt_reference_test_suite/not_bytes_01.tzt tzt_reference_test_suite/not_bytes_02.tzt tzt_reference_test_suite/not_bytes_03.tzt tzt_reference_test_suite/not_bytes_04.tzt tzt_reference_test_suite/not_bytes_05.tzt tzt_reference_test_suite/not_int_00.tzt tzt_reference_test_suite/not_nat_00.tzt tzt_reference_test_suite/not_nat_01.tzt tzt_reference_test_suite/not_nat_02.tzt tzt_reference_test_suite/not_nat_03.tzt tzt_reference_test_suite/not_nat_04.tzt tzt_reference_test_suite/not_nat_05.tzt tzt_reference_test_suite/not_nat_06.tzt tzt_reference_test_suite/not_nat_07.tzt tzt_reference_test_suite/now_00.tzt tzt_reference_test_suite/or_bool-bool_00.tzt tzt_reference_test_suite/or_bool-bool_01.tzt tzt_reference_test_suite/or_bool-bool_02.tzt tzt_reference_test_suite/or_bool-bool_03.tzt tzt_reference_test_suite/or_bytes-bytes_00.tzt tzt_reference_test_suite/or_bytes-bytes_01.tzt tzt_reference_test_suite/or_bytes-bytes_02.tzt tzt_reference_test_suite/or_bytes-bytes_03.tzt tzt_reference_test_suite/or_bytes-bytes_04.tzt tzt_reference_test_suite/or_bytes-bytes_05.tzt tzt_reference_test_suite/or_bytes-bytes_06.tzt tzt_reference_test_suite/or_nat-nat_00.tzt tzt_reference_test_suite/or_nat-nat_01.tzt tzt_reference_test_suite/or_nat-nat_02.tzt tzt_reference_test_suite/or_nat-nat_03.tzt tzt_reference_test_suite/or_nat-nat_04.tzt tzt_reference_test_suite/or_nat-nat_05.tzt tzt_reference_test_suite/or_nat-nat_06.tzt tzt_reference_test_suite/pack_address_00.tzt tzt_reference_test_suite/pack_address_01.tzt tzt_reference_test_suite/pack_address_02.tzt tzt_reference_test_suite/pack_address_03.tzt tzt_reference_test_suite/pack_address_04.tzt tzt_reference_test_suite/pack_address_05.tzt tzt_reference_test_suite/pack_bool_00.tzt tzt_reference_test_suite/pack_bool_01.tzt tzt_reference_test_suite/pack_bytes_00.tzt tzt_reference_test_suite/pack_bytes_01.tzt tzt_reference_test_suite/pack_bytes_02.tzt tzt_reference_test_suite/pack_chainid_00.tzt tzt_reference_test_suite/pack_contract_00.tzt tzt_reference_test_suite/pack_key_00.tzt tzt_reference_test_suite/pack_key_01.tzt tzt_reference_test_suite/pack_key_02.tzt tzt_reference_test_suite/pack_key_03.tzt tzt_reference_test_suite/pack_keyhash_01.tzt tzt_reference_test_suite/pack_keyhash_02.tzt tzt_reference_test_suite/pack_keyhash_03.tzt tzt_reference_test_suite/pack_keyhash_04.tzt tzt_reference_test_suite/pack_lambda_comb_pairs.tzt tzt_reference_test_suite/pack_list-bool_00.tzt tzt_reference_test_suite/pack_list-bool_01.tzt tzt_reference_test_suite/pack_list-list-bool.tzt tzt_reference_test_suite/pack_list_large_00.tzt tzt_reference_test_suite/pack_map-bool-unit_00.tzt tzt_reference_test_suite/pack_operation_00.tc.tzt tzt_reference_test_suite/pack_option-unit_00.tzt tzt_reference_test_suite/pack_option-unit_01.tzt tzt_reference_test_suite/pack_or-unit-bool_00.tzt tzt_reference_test_suite/pack_or-unit-bool_01.tzt tzt_reference_test_suite/pack_pair-bool-unit_00.tzt tzt_reference_test_suite/pack_signature_00.tzt tzt_reference_test_suite/pack_signature_01.tzt tzt_reference_test_suite/pack_signature_02.tzt tzt_reference_test_suite/pack_signature_03.tzt tzt_reference_test_suite/pack_string_00.tzt tzt_reference_test_suite/pack_string_01.tzt tzt_reference_test_suite/pack_string_02.tzt tzt_reference_test_suite/pack_string_03.tzt tzt_reference_test_suite/pack_unit_00.tzt tzt_reference_test_suite/packunpack_address_00.tzt tzt_reference_test_suite/packunpack_bool_00.tzt tzt_reference_test_suite/packunpack_bytes_00.tzt tzt_reference_test_suite/packunpack_int_00.tzt tzt_reference_test_suite/packunpack_keyhash_00.tzt tzt_reference_test_suite/packunpack_mutez_00.tzt tzt_reference_test_suite/packunpack_nat_00.tzt tzt_reference_test_suite/packunpack_string_00.tzt tzt_reference_test_suite/packunpack_timestamp_00.tzt tzt_reference_test_suite/pair_00.tc.tzt tzt_reference_test_suite/pair_int-int_00.tzt tzt_reference_test_suite/pair_nat-string_00.tzt tzt_reference_test_suite/pair_pair-nat-string-pair-string-nat_00.tzt tzt_reference_test_suite/push_00.tc.tzt tzt_reference_test_suite/push_int_00.tzt tzt_reference_test_suite/push_string_00.tzt tzt_reference_test_suite/read_ticket_00.tzt tzt_reference_test_suite/right_nat-int_00.tzt tzt_reference_test_suite/self_00.tzt tzt_reference_test_suite/self_01.tzt tzt_reference_test_suite/self_in_lambda.tc.tzt tzt_reference_test_suite/sender_00.tzt tzt_reference_test_suite/setdelegate_00.tzt tzt_reference_test_suite/setdelegate_00.tc.tzt tzt_reference_test_suite/sha256_00.tzt tzt_reference_test_suite/sha256_01.tzt tzt_reference_test_suite/sha3_00.tzt tzt_reference_test_suite/sha3_01.tzt tzt_reference_test_suite/sha512_00.tzt tzt_reference_test_suite/sha512_01.tzt tzt_reference_test_suite/size_bytes_00.tzt tzt_reference_test_suite/size_listint_00.tzt tzt_reference_test_suite/size_listint_01.tzt tzt_reference_test_suite/size_listint_02.tzt tzt_reference_test_suite/size_listint_03.tzt tzt_reference_test_suite/size_mapintint_00.tzt tzt_reference_test_suite/size_mapstringnat_00.tzt tzt_reference_test_suite/size_mapstringnat_01.tzt tzt_reference_test_suite/size_mapstringnat_02.tzt tzt_reference_test_suite/size_mapstringnat_03.tzt tzt_reference_test_suite/size_setint_00.tzt tzt_reference_test_suite/size_setint_01.tzt tzt_reference_test_suite/size_setint_02.tzt tzt_reference_test_suite/size_setint_03.tzt tzt_reference_test_suite/size_setstring_00.tzt tzt_reference_test_suite/size_string_00.tzt tzt_reference_test_suite/slice_bytes_00.tzt tzt_reference_test_suite/slice_bytes_01.tzt tzt_reference_test_suite/slice_bytes_02.tzt tzt_reference_test_suite/slice_bytes_03.tzt tzt_reference_test_suite/slice_bytes_04.tzt tzt_reference_test_suite/slice_string_00.tzt tzt_reference_test_suite/slice_string_01.tzt tzt_reference_test_suite/slice_string_02.tzt tzt_reference_test_suite/slice_string_03.tzt tzt_reference_test_suite/slice_string_04.tzt tzt_reference_test_suite/slice_string_05.tzt tzt_reference_test_suite/some_00.tc.tzt tzt_reference_test_suite/some_int_00.tzt tzt_reference_test_suite/some_pairintint_00.tzt tzt_reference_test_suite/some_string_00.tzt tzt_reference_test_suite/source_00.tzt tzt_reference_test_suite/split_ticket_00.tzt tzt_reference_test_suite/split_ticket_01.tzt tzt_reference_test_suite/split_ticket_02.tzt tzt_reference_test_suite/split_ticket_03.tzt tzt_reference_test_suite/split_ticket_04.tzt tzt_reference_test_suite/sub_int-int_00.tzt tzt_reference_test_suite/sub_int-int_01.tzt tzt_reference_test_suite/sub_int-int_02.tzt tzt_reference_test_suite/sub_int-int_03.tzt tzt_reference_test_suite/sub_int-int_04.tzt tzt_reference_test_suite/sub_int-int_05.tzt tzt_reference_test_suite/sub_int-nat_00.tzt tzt_reference_test_suite/sub_int-nat_01.tzt tzt_reference_test_suite/sub_int-nat_02.tzt tzt_reference_test_suite/sub_int-nat_03.tzt tzt_reference_test_suite/sub_int-nat_04.tzt tzt_reference_test_suite/sub_int-nat_05.tzt tzt_reference_test_suite/sub_mutez_00.tzt tzt_reference_test_suite/sub_mutez_01.tzt tzt_reference_test_suite/sub_nat-int_00.tzt tzt_reference_test_suite/sub_nat-int_01.tzt tzt_reference_test_suite/sub_nat-int_02.tzt tzt_reference_test_suite/sub_nat-int_03.tzt tzt_reference_test_suite/sub_nat-int_04.tzt tzt_reference_test_suite/sub_nat-int_05.tzt tzt_reference_test_suite/sub_nat-nat_00.tzt tzt_reference_test_suite/sub_nat-nat_01.tzt tzt_reference_test_suite/sub_nat-nat_02.tzt tzt_reference_test_suite/sub_nat-nat_03.tzt tzt_reference_test_suite/sub_nat-nat_04.tzt tzt_reference_test_suite/sub_timestamp-int_00.tzt tzt_reference_test_suite/sub_timestamp-int_01.tzt tzt_reference_test_suite/sub_timestamp-int_02.tzt tzt_reference_test_suite/sub_timestamp-int_03.tzt tzt_reference_test_suite/sub_timestamp-int_04.tzt tzt_reference_test_suite/sub_timestamp-int_05.tzt tzt_reference_test_suite/sub_timestamp-int_06.tzt tzt_reference_test_suite/sub_timestamp-timestamp_00.tzt tzt_reference_test_suite/sub_timestamp-timestamp_01.tzt tzt_reference_test_suite/sub_timestamp-timestamp_02.tzt tzt_reference_test_suite/sub_timestamp-timestamp_03.tzt tzt_reference_test_suite/sub_timestamp-timestamp_04.tzt tzt_reference_test_suite/swap_00.tzt tzt_reference_test_suite/swap_00.tc.tzt tzt_reference_test_suite/swap_01.tc.tzt tzt_reference_test_suite/ticket_00.tzt tzt_reference_test_suite/ticket_01.tzt tzt_reference_test_suite/transfertokens_00.tzt tzt_reference_test_suite/transfertokens_00.tc.tzt tzt_reference_test_suite/transfertokens_01.tzt tzt_reference_test_suite/unit_00.tzt tzt_reference_test_suite/unpair_00.tc.tzt tzt_reference_test_suite/unpair_pairstringstring_00.tzt tzt_reference_test_suite/update_00.tc.tzt tzt_reference_test_suite/update_bigmapstringstring_00.tzt tzt_reference_test_suite/update_bigmapstringstring_01.tzt tzt_reference_test_suite/update_bigmapstringstring_02.tzt tzt_reference_test_suite/update_bigmapstringstring_03.tzt tzt_reference_test_suite/update_bigmapstringstring_04.tzt tzt_reference_test_suite/update_bigmapstringstring_05.tzt tzt_reference_test_suite/update_bigmapstringstring_06.tzt tzt_reference_test_suite/update_bigmapstringstring_07.tzt tzt_reference_test_suite/update_mapintint_00.tzt tzt_reference_test_suite/update_mapintint_01.tzt tzt_reference_test_suite/update_setint_00.tzt tzt_reference_test_suite/update_setint_01.tzt tzt_reference_test_suite/update_setint_02.tzt tzt_reference_test_suite/xor_bool-bool_00.tzt tzt_reference_test_suite/xor_bool-bool_01.tzt tzt_reference_test_suite/xor_bool-bool_02.tzt tzt_reference_test_suite/xor_bool-bool_03.tzt tzt_reference_test_suite/xor_bytes-bytes_00.tzt tzt_reference_test_suite/xor_bytes-bytes_01.tzt tzt_reference_test_suite/xor_bytes-bytes_02.tzt tzt_reference_test_suite/xor_bytes-bytes_03.tzt tzt_reference_test_suite/xor_bytes-bytes_04.tzt tzt_reference_test_suite/xor_bytes-bytes_05.tzt tzt_reference_test_suite/xor_bytes-bytes_06.tzt tzt_reference_test_suite/xor_nat-nat_00.tzt tzt_reference_test_suite/xor_nat-nat_01.tzt tzt_reference_test_suite/xor_nat-nat_02.tzt tzt_reference_test_suite/xor_nat-nat_03.tzt tzt_reference_test_suite/xor_nat-nat_04.tzt tzt_reference_test_suite/xor_nat-nat_05.tzt tzt_reference_test_suite/xor_nat-nat_06.tzt tzt_reference_test_suite/transfertokens_01.tzt: Got output: { Stack_elt operation @@ -22,7 +22,7 @@ tzt_reference_test_suite/ticket_00.tzt: Got output: StaticError "Error:\n Contract_storage.Failure \"get_balance\"\n" Expected: { Stack_elt (option (ticket string)) - (Some (Ticket "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" string "Blue" 42)) } + (Some (Pair "KT1Q36KWPSba7dHsH5E4ZsQHehrChc51e19d" "Blue" 42)) } tzt_reference_test_suite/setdelegate_00.tzt: Got output: { Stack_elt diff --git a/tezt/tests/tickets.ml b/tezt/tests/tickets.ml index 225712a09706e7c62104ceb840f81b617f149ec6..a780a89ac21c0055e28929b85144da3bd32ab86f 100644 --- a/tezt/tests/tickets.ml +++ b/tezt/tests/tickets.ml @@ -350,7 +350,7 @@ let test_direct_transfer_tickets_from_implicit_account_to_originated_with_pair_c ~__FILE__ ~title:"Send Pair tickets from implicit account to originated directly" ~tags:["client"; "michelson"; "implicit"; "ticket"; "originated"] - ~supports:(Protocol.From_protocol 21) + ~supports:(Protocol.From_protocol 22) @@ fun protocol -> test_direct_transfer_tickets_from_implicit_account_to_originated protocol @@ -554,7 +554,7 @@ let test_direct_transfer_tickets_from_implicit_account_to_originated_complex_wit "Send Pair tickets (with complex parameters) from implicit account to \ originated directly" ~tags:["client"; "michelson"; "implicit"; "ticket"; "originated"] - ~supports:(Protocol.From_protocol 21) + ~supports:(Protocol.From_protocol 22) @@ fun protocol -> test_direct_transfer_tickets_from_implicit_account_to_originated_complex protocol