diff --git a/etherlink/tezt/tests/evm_sequencer.ml b/etherlink/tezt/tests/evm_sequencer.ml index 3da3f825aa64126e8146d9fdc8e5b8764c59d3b3..c81eb298fe787e07b8cdbdf582d421d2f4a98b9c 100644 --- a/etherlink/tezt/tests/evm_sequencer.ml +++ b/etherlink/tezt/tests/evm_sequencer.ml @@ -12903,7 +12903,7 @@ let () = test_websocket_heartbeat_monitoring () ; test_websocket_newPendingTransactions_event [Protocol.Alpha] ; test_websocket_logs_event [Protocol.Alpha] ; - test_describe_endpoint protocols ; + test_describe_endpoint [Alpha] ; test_node_correctly_uses_batcher_heap [Protocol.Alpha] ; test_init_config_mainnet "mainnet" ; test_init_config_mainnet "testnet" ; diff --git a/etherlink/tezt/tests/expected/evm_sequencer.ml/Quebec- Test the -describe endpoint.out b/etherlink/tezt/tests/expected/evm_sequencer.ml/Quebec- Test the -describe endpoint.out deleted file mode 100644 index a08b05e6fea92f65cb69a7cf4a9156c7b694e29c..0000000000000000000000000000000000000000 --- a/etherlink/tezt/tests/expected/evm_sequencer.ml/Quebec- Test the -describe endpoint.out +++ /dev/null @@ -1,74 +0,0 @@ - -./octez-client rpc list - -Available services: - - - POST / - JSONRPC endpoint - - GET /configuration - configuration - + evm/ - - GET /evm/blueprint/ - Fetch the contents of a blueprint - - GET /evm/blueprints - Watch for new blueprints - - GET /evm/blueprints/range - Fetch a sequence of consecutive blueprints, starting from (and - containing at least the blueprint for) a given level - - GET /evm/messages - Watch for new messages - - GET /evm/smart_rollup_address - Get the address of the smart rollup hosting the chain - - GET /evm/time_between_blocks - Get the maximum time between two blocks - - GET /health_check - Assess the health of the RPC server - + tezlink/ - + chains//blocks// - - GET /tezlink/chains//blocks//context/constants - All constants - - GET /tezlink/chains//blocks//context/contracts//balance - The spendable balance of a contract (in mutez), also known as - liquid balance. Corresponds to tez owned by the contract that are - neither staked, nor in unstaked requests, nor in frozen bonds. - Identical to the 'spendable' RPC. - - GET /tezlink/chains//blocks//helpers/current_level - Returns the level of the interrogated block, or the one of a block - located `offset` blocks after it in the chain. For instance, the - next block if `offset` is 1. The offset cannot be negative. - - GET /tezlink/chains//blocks//protocols - Current and next protocol. - - GET /tezlink/describe - RPCs documentation and input/output schema - - GET /tezlink/version - Get information on the node version - - GET /version - version - - -Dynamic parameter description: - - - A contract identifier encoded in b58check. - - A block identifier. This can take one of the following - values: - 1.Block-hash - Hash in Base58Check notation. - 2.Alias - One of - the following:'genesis/ head/ caboose/ savepoint/ - checkpoint'. - 3.Block-level - index(integer) in the chain. - One can - also specify the relative positions of block with respect to above - three block identifiers. For ex. 'checkpoint~N' or checkpoint+N, where - N is an integer, denotes the Nth block before(~) or after (+) the - checkpoint. - - A chain identifier. This is either a chain hash in Base58Check notation - or a one the predefined aliases: 'main', 'test'. - uint63 - -Warning: - Failed to acquire the protocol version from the node - Did not find service: GET http://[HOST]:[PORT]/chains/main/blocks/head/protocols - diff --git a/etherlink/tezt/tests/expected/evm_sequencer.ml/R022-- Test the -describe endpoint.out b/etherlink/tezt/tests/expected/evm_sequencer.ml/R022-- Test the -describe endpoint.out deleted file mode 100644 index a08b05e6fea92f65cb69a7cf4a9156c7b694e29c..0000000000000000000000000000000000000000 --- a/etherlink/tezt/tests/expected/evm_sequencer.ml/R022-- Test the -describe endpoint.out +++ /dev/null @@ -1,74 +0,0 @@ - -./octez-client rpc list - -Available services: - - - POST / - JSONRPC endpoint - - GET /configuration - configuration - + evm/ - - GET /evm/blueprint/ - Fetch the contents of a blueprint - - GET /evm/blueprints - Watch for new blueprints - - GET /evm/blueprints/range - Fetch a sequence of consecutive blueprints, starting from (and - containing at least the blueprint for) a given level - - GET /evm/messages - Watch for new messages - - GET /evm/smart_rollup_address - Get the address of the smart rollup hosting the chain - - GET /evm/time_between_blocks - Get the maximum time between two blocks - - GET /health_check - Assess the health of the RPC server - + tezlink/ - + chains//blocks// - - GET /tezlink/chains//blocks//context/constants - All constants - - GET /tezlink/chains//blocks//context/contracts//balance - The spendable balance of a contract (in mutez), also known as - liquid balance. Corresponds to tez owned by the contract that are - neither staked, nor in unstaked requests, nor in frozen bonds. - Identical to the 'spendable' RPC. - - GET /tezlink/chains//blocks//helpers/current_level - Returns the level of the interrogated block, or the one of a block - located `offset` blocks after it in the chain. For instance, the - next block if `offset` is 1. The offset cannot be negative. - - GET /tezlink/chains//blocks//protocols - Current and next protocol. - - GET /tezlink/describe - RPCs documentation and input/output schema - - GET /tezlink/version - Get information on the node version - - GET /version - version - - -Dynamic parameter description: - - - A contract identifier encoded in b58check. - - A block identifier. This can take one of the following - values: - 1.Block-hash - Hash in Base58Check notation. - 2.Alias - One of - the following:'genesis/ head/ caboose/ savepoint/ - checkpoint'. - 3.Block-level - index(integer) in the chain. - One can - also specify the relative positions of block with respect to above - three block identifiers. For ex. 'checkpoint~N' or checkpoint+N, where - N is an integer, denotes the Nth block before(~) or after (+) the - checkpoint. - - A chain identifier. This is either a chain hash in Base58Check notation - or a one the predefined aliases: 'main', 'test'. - uint63 - -Warning: - Failed to acquire the protocol version from the node - Did not find service: GET http://[HOST]:[PORT]/chains/main/blocks/head/protocols -