|
188 | 188 | "description": "Unique identifier for this event, based on the [TOID](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0035.md#specification) format. It combines a 19-character TOID and a 10-character, zero-padded event index, separated by a hyphen. \n\n- For example: `0000000000000123456-0000000001`", |
189 | 189 | "type": "string" |
190 | 190 | }, |
191 | | - "pagingToken": { |
192 | | - "description": "Duplicate of `id` field. This field is deprecated, please use the `cursor` field at the top level of the getEvents response for pagination.", |
193 | | - "type": "string" |
194 | | - }, |
195 | 191 | "inSuccessfulContractCall": { |
196 | 192 | "description": "If true the event was emitted during a successful contract call.", |
| 193 | + "deprecated": true, |
197 | 194 | "type": "boolean" |
198 | 195 | }, |
199 | 196 | "topic": { |
|
1203 | 1200 | "description": "A nested array of base64-encoded [xdr.ContractEvent](https://github.com/stellar/stellar-xdr/blob/v23.0/Stellar-ledger.x#L371-L390). Each inner array represents the contract events emitted by a single operation within the transaction.", |
1204 | 1201 | "items": { |
1205 | 1202 | "type": "array", |
1206 | | - "description": "Base64-encoded contract events emitted by a single operation within the transaction.", |
| 1203 | + "description": "Base64-encoded [xdr.ContractEvent]([xdr.ContractEvent](https://github.com/stellar/stellar-xdr/blob/v23.0/Stellar-ledger.x#L371-L390) emitted by a single operation within the transaction.", |
1207 | 1204 | "items": { |
1208 | 1205 | "type": "string" |
1209 | 1206 | } |
|
1448 | 1445 | "description": "A nested array of base64-encoded [xdr.ContractEvent](https://github.com/stellar/stellar-xdr/blob/v23.0/Stellar-ledger.x#L371-L390). Each inner array represents the contract events emitted by a single operation within the transaction.", |
1449 | 1446 | "items": { |
1450 | 1447 | "type": "array", |
1451 | | - "description": "Base64-encoded contract events emitted by a single operation within the transaction.", |
| 1448 | + "description": "Base64-encoded [xdr.ContractEvent]([xdr.ContractEvent](https://github.com/stellar/stellar-xdr/blob/v23.0/Stellar-ledger.x#L371-L390) emitted by a single operation within the transaction.", |
1452 | 1449 | "items": { |
1453 | 1450 | "type": "string" |
1454 | 1451 | } |
|
1916 | 1913 | "name": "getVersionInfoResult", |
1917 | 1914 | "schema": { |
1918 | 1915 | "type": "object", |
1919 | | - "required": [ |
1920 | | - "version", |
1921 | | - "commit_hash", |
1922 | | - "build_time_stamp", |
1923 | | - "captive_core_version", |
1924 | | - "protocol_version" |
1925 | | - ], |
1926 | 1916 | "properties": { |
1927 | 1917 | "version": { |
1928 | 1918 | "type": "string", |
1929 | 1919 | "description": "The version of the RPC server.", |
1930 | | - "example": "21.1.0" |
| 1920 | + "example": "23.0.1" |
1931 | 1921 | }, |
1932 | 1922 | "commitHash": { |
1933 | 1923 | "type": "string", |
|
1937 | 1927 | "buildTimestamp": { |
1938 | 1928 | "type": "string", |
1939 | 1929 | "description": "The build timestamp of the RPC server.", |
1940 | | - "example": "2024-05-10T11:18:38" |
| 1930 | + "example": "2025-05-10T11:18:38" |
1941 | 1931 | }, |
1942 | 1932 | "captiveCoreVersion": { |
1943 | 1933 | "type": "string", |
1944 | 1934 | "description": "The version of the Captive Core.", |
1945 | | - "example": "stellar-core 21.0.0.rc2 (c6f474133738ae5f6d11b07963ca841909210273)" |
| 1935 | + "example": "stellar-core 23.0.1 (050eacf11a15afb2e95560dfb5723dfdcf78070f)" |
1946 | 1936 | }, |
1947 | 1937 | "protocolVersion": { |
1948 | 1938 | "type": "integer", |
1949 | 1939 | "description": "The protocol version.", |
1950 | | - "example": 21 |
| 1940 | + "example": 23 |
1951 | 1941 | } |
1952 | 1942 | } |
1953 | 1943 | } |
|
1960 | 1950 | "result": { |
1961 | 1951 | "name": "getVersionInfoResult", |
1962 | 1952 | "value": { |
1963 | | - "version": "21.1.0", |
| 1953 | + "version": "23.0.1", |
1964 | 1954 | "commit_hash": "fcd2f0523f04279bae4502f3e3fa00ca627e6f6a", |
1965 | | - "build_time_stamp": "2024-05-10T11:18:38", |
1966 | | - "captive_core_version": "stellar-core 21.0.0.rc2 (c6f474133738ae5f6d11b07963ca841909210273)", |
1967 | | - "protocol_version": 21 |
| 1955 | + "build_time_stamp": "2025-05-10T11:18:38", |
| 1956 | + "captive_core_version": "stellar-core 23.0.1 (050eacf11a15afb2e95560dfb5723dfdcf78070f)", |
| 1957 | + "protocol_version": 23 |
1968 | 1958 | } |
1969 | 1959 | } |
1970 | 1960 | } |
|
0 commit comments