Skip to content

Commit

Permalink
Merge pull request #825 from vegaprotocol/mainnet-073.4
Browse files Browse the repository at this point in the history
bump mainnet version to 0.73.4
  • Loading branch information
edd authored Nov 14, 2023
2 parents 7c8d729 + 46d6158 commit 6199b90
Show file tree
Hide file tree
Showing 137 changed files with 166 additions and 147 deletions.
3 changes: 3 additions & 0 deletions docs/tutorials/proposals/new-perpetuals-market.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ import NewPerpetualMarketAnnotated from './_generated-proposals/_newPerpetualMar
import NewPerpetualMarketJSON from './_generated-proposals/_newPerpetualMarket_json.md';
import NewPerpetualMarketCMD from './_generated-proposals/_newPerpetualMarket_cmd.md';
import NewPerpetualMarketWin from './_generated-proposals/_newPerpetualMarket_win.md';
import NewMarketJSONLiquidityMonitoring from './_generated-proposals/_newMarket_json_liqparams.md';
import NewMarketJSONPriceMonitoring from './_generated-proposals/_newMarket_json_priceparams.md';
import NewMarketJSONRisk from './_generated-proposals/_newMarket_json_risk.md';

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vega-documentation",
"version": "0.73.4",
"mainnetVersion": "0.73.1",
"mainnetVersion": "0.73.4",
"license": "MIT",
"engines": {
"node": ">=16.14"
Expand Down
2 changes: 1 addition & 1 deletion specs/mainnet_network_parameters.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specs/v0.73.4/core.openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specs/v0.73.4/corestate.openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion specs/v0.73.4/trading_data_v2.openapi.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is useful for checking the validity of a potential transaction before submi
sidebar_label: "Check raw transaction"
hide_title: true
hide_table_of_contents: true
api: {"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"info":{"title":"Unused","type":"string"},"code":{"description":"Error code to indicate the category of failure if the transaction was not successfully submitted.","format":"int64","type":"integer"},"data":{"description":"Further details for why the transaction was not successfully checked.","type":"string"},"gasUsed":{"description":"Unused.","format":"int64","type":"string"},"gasWanted":{"description":"Amount of space in a block that the transaction will fill. This does not relate to any monetary cost for submitting the transaction.","format":"int64","type":"string"},"log":{"description":"Further details for the underlying consensus layer of the result of the transaction.","type":"string"},"success":{"description":"Whether or not the transaction passed the submission checks.","type":"boolean"}},"title":"Response for checking a version agnostic transaction on Vega","type":"object"}}},"description":"A successful response."},"default":{"content":{"application/json":{"schema":{"properties":{"code":{"format":"int32","type":"integer"},"details":{"items":{"additionalProperties":{},"properties":{"@type":{"type":"string"}},"type":"object","title":"protobufAny"},"type":"array"},"message":{"type":"string"}},"type":"object","title":"googlerpcStatus"}}},"description":"An unexpected error response."}},"tags":["CoreService"],"description":"Send a pre-serialised transaction containing a command to the network to be checked, but then not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","operationId":"CoreService_CheckRawTransaction","requestBody":{"content":{"application/json":{"schema":{"properties":{"tx":{"format":"byte","required":["tx"],"title":"Bundle of signed payload and signature marshalled into a byte array, to form a transaction that would be submitted to the Vega blockchain","type":"string"}},"required":["tx"],"title":"Request for checking a version agnostic transaction on Vega","type":"object"}}},"required":true},"method":"post","path":"/transaction/raw/check","servers":[{"url":"https://vega-mainnet-data.commodum.io","description":"vega-mainnet-data.commodum.io"},{"url":"https://vega-data.nodes.guru:3008","description":"vega-data.nodes.guru"},{"url":"https://vega-data.bharvest.io","description":"vega-data.bharvest.io"},{"url":"https://vega.aurora-edge.com","description":"vega.aurora-edge.com"},{"url":"https://darling.network","description":"darling.network"},{"url":"https://graphqlvega.gpvalidator.com","description":"graphqlvega.gpvalidator.com"},{"url":"https://vega-mainnet.anyvalid.com","description":"vega-mainnet.anyvalid.com"}],"jsonRequestBodyExample":{"tx":"string"},"info":{"title":"Vega core APIs","version":"v0.73.1"},"postman":{"name":"Check raw transaction","description":{"content":"Send a pre-serialised transaction containing a command to the network to be checked, but then not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","type":"text/plain"},"url":{"path":["transaction","raw","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
api: {"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"info":{"title":"Unused","type":"string"},"code":{"description":"Error code to indicate the category of failure if the transaction was not successfully submitted.","format":"int64","type":"integer"},"data":{"description":"Further details for why the transaction was not successfully checked.","type":"string"},"gasUsed":{"description":"Unused.","format":"int64","type":"string"},"gasWanted":{"description":"Amount of space in a block that the transaction will fill. This does not relate to any monetary cost for submitting the transaction.","format":"int64","type":"string"},"log":{"description":"Further details for the underlying consensus layer of the result of the transaction.","type":"string"},"success":{"description":"Whether or not the transaction passed the submission checks.","type":"boolean"}},"title":"Response for checking a version agnostic transaction on Vega","type":"object"}}},"description":"A successful response."},"default":{"content":{"application/json":{"schema":{"properties":{"code":{"format":"int32","type":"integer"},"details":{"items":{"additionalProperties":{},"properties":{"@type":{"type":"string"}},"type":"object","title":"protobufAny"},"type":"array"},"message":{"type":"string"}},"type":"object","title":"googlerpcStatus"}}},"description":"An unexpected error response."}},"tags":["CoreService"],"description":"Send a pre-serialised transaction containing a command to the network to be checked, but then not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","operationId":"CoreService_CheckRawTransaction","requestBody":{"content":{"application/json":{"schema":{"properties":{"tx":{"format":"byte","required":["tx"],"title":"Bundle of signed payload and signature marshalled into a byte array, to form a transaction that would be submitted to the Vega blockchain","type":"string"}},"required":["tx"],"title":"Request for checking a version agnostic transaction on Vega","type":"object"}}},"required":true},"method":"post","path":"/transaction/raw/check","servers":[{"url":"https://vega-mainnet-data.commodum.io","description":"vega-mainnet-data.commodum.io"},{"url":"https://vega-data.nodes.guru:3008","description":"vega-data.nodes.guru"},{"url":"https://vega-data.bharvest.io","description":"vega-data.bharvest.io"},{"url":"https://vega.aurora-edge.com","description":"vega.aurora-edge.com"},{"url":"https://darling.network","description":"darling.network"},{"url":"https://graphqlvega.gpvalidator.com","description":"graphqlvega.gpvalidator.com"},{"url":"https://vega-mainnet.anyvalid.com","description":"vega-mainnet.anyvalid.com"},{"url":"https://vega.mainnet.stakingcabin.com:3008","description":"vega.mainnet.stakingcabin.com"}],"jsonRequestBodyExample":{"tx":"string"},"info":{"title":"Vega core APIs","version":"v0.73.4"},"postman":{"name":"Check raw transaction","description":{"content":"Send a pre-serialised transaction containing a command to the network to be checked, but then not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","type":"text/plain"},"url":{"path":["transaction","raw","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: version-v0.73/api/rest/core/vega-core-apis
custom_edit_url: "https://github.com/vegaprotocol/documentation/issues/new?labels=documentation&title=[Documentation] Requesting changes to 'Check raw transaction' (core-service-check-raw-transaction)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is useful for checking the validity of a potential transaction before submi
sidebar_label: "Check transaction"
hide_title: true
hide_table_of_contents: true
api: {"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"info":{"description":"Unused.","type":"string"},"code":{"description":"Error code to indicate the category of failure if the transaction was not successfully checked.","format":"int64","type":"integer"},"data":{"description":"Further details for why the transaction was not successfully submitted.","type":"string"},"gasUsed":{"description":"Unused.","format":"int64","type":"string"},"gasWanted":{"description":"Amount of space in a block that the transaction will fill. This does not relate to any monetary cost for submitting the transaction.","format":"int64","type":"string"},"log":{"description":"Further details for the underlying consensus layer of the result of the transaction.","type":"string"},"success":{"description":"Whether or not the transaction passed the submission checks.","type":"boolean"}},"type":"object","title":"v1CheckTransactionResponse"}}},"description":"A successful response."},"default":{"content":{"application/json":{"schema":{"properties":{"code":{"format":"int32","type":"integer"},"details":{"items":{"additionalProperties":{},"properties":{"@type":{"type":"string"}},"type":"object","title":"protobufAny"},"type":"array"},"message":{"type":"string"}},"type":"object","title":"googlerpcStatus"}}},"description":"An unexpected error response."}},"tags":["CoreService"],"description":"Send a signed transaction containing a command to the network to be checked, but not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","operationId":"CoreService_CheckTransaction","requestBody":{"content":{"application/json":{"schema":{"properties":{"tx":{"description":"Transaction containing a command to be checked on the network, and not added to the chain's mempool.","properties":{"address":{"description":"Hex-encoded address of the sender. Not supported yet.","type":"string"},"inputData":{"description":"Protobuf message of type `InputData` marshalled into bytes. If the transaction version is V3 or higher then this bytes\nstring must be prepended with `chain_id_as_byes + \\0`.","format":"byte","type":"string"},"pow":{"description":"Proof-of-work containing the random transaction ID used by the client and the nonce.","properties":{"nonce":{"description":"Number which, combined with the transaction identifier, will produce a hash with the required number of leading zeros to be accepted by the network.","format":"uint64","type":"string"},"tid":{"description":"Unique transaction identifier used to seed the proof-of-work hash.","type":"string"}},"type":"object","title":"v1ProofOfWork"},"pubKey":{"description":"Hex-encoded public key of the sender.","type":"string"},"signature":{"description":"Signature of the input data field, signed by the sender of this transaction.","properties":{"algo":{"description":"Algorithm used to create the signature.","type":"string"},"value":{"description":"Hex encoded bytes of the signature.","type":"string"},"version":{"description":"Version of the algorithm used to create the signature.","format":"int64","type":"integer"}},"type":"object","title":"v1Signature"},"version":{"description":"Version of the transaction.","default":"TX_VERSION_UNSPECIFIED","enum":["TX_VERSION_UNSPECIFIED","TX_VERSION_V2","TX_VERSION_V3"],"type":"string","title":"v1TxVersion"}},"type":"object","title":"v1Transaction"}},"title":"Request for checking a transaction v2 on Vega","type":"object"}}},"required":true},"method":"post","path":"/transaction/check","servers":[{"url":"https://vega-mainnet-data.commodum.io","description":"vega-mainnet-data.commodum.io"},{"url":"https://vega-data.nodes.guru:3008","description":"vega-data.nodes.guru"},{"url":"https://vega-data.bharvest.io","description":"vega-data.bharvest.io"},{"url":"https://vega.aurora-edge.com","description":"vega.aurora-edge.com"},{"url":"https://darling.network","description":"darling.network"},{"url":"https://graphqlvega.gpvalidator.com","description":"graphqlvega.gpvalidator.com"},{"url":"https://vega-mainnet.anyvalid.com","description":"vega-mainnet.anyvalid.com"}],"jsonRequestBodyExample":{"tx":{"address":"string","inputData":"string","pow":{"nonce":"string","tid":"string"},"pubKey":"string","signature":{"algo":"string","value":"string","version":0},"version":"TX_VERSION_UNSPECIFIED"}},"info":{"title":"Vega core APIs","version":"v0.73.1"},"postman":{"name":"Check transaction","description":{"content":"Send a signed transaction containing a command to the network to be checked, but not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","type":"text/plain"},"url":{"path":["transaction","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
api: {"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"info":{"description":"Unused.","type":"string"},"code":{"description":"Error code to indicate the category of failure if the transaction was not successfully checked.","format":"int64","type":"integer"},"data":{"description":"Further details for why the transaction was not successfully submitted.","type":"string"},"gasUsed":{"description":"Unused.","format":"int64","type":"string"},"gasWanted":{"description":"Amount of space in a block that the transaction will fill. This does not relate to any monetary cost for submitting the transaction.","format":"int64","type":"string"},"log":{"description":"Further details for the underlying consensus layer of the result of the transaction.","type":"string"},"success":{"description":"Whether or not the transaction passed the submission checks.","type":"boolean"}},"type":"object","title":"v1CheckTransactionResponse"}}},"description":"A successful response."},"default":{"content":{"application/json":{"schema":{"properties":{"code":{"format":"int32","type":"integer"},"details":{"items":{"additionalProperties":{},"properties":{"@type":{"type":"string"}},"type":"object","title":"protobufAny"},"type":"array"},"message":{"type":"string"}},"type":"object","title":"googlerpcStatus"}}},"description":"An unexpected error response."}},"tags":["CoreService"],"description":"Send a signed transaction containing a command to the network to be checked, but not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","operationId":"CoreService_CheckTransaction","requestBody":{"content":{"application/json":{"schema":{"properties":{"tx":{"description":"Transaction containing a command to be checked on the network, and not added to the chain's mempool.","properties":{"address":{"description":"Hex-encoded address of the sender. Not supported yet.","type":"string"},"inputData":{"description":"Protobuf message of type `InputData` marshalled into bytes. If the transaction version is V3 or higher then this bytes\nstring must be prepended with `chain_id_as_byes + \\0`.","format":"byte","type":"string"},"pow":{"description":"Proof-of-work containing the random transaction ID used by the client and the nonce.","properties":{"nonce":{"description":"Number which, combined with the transaction identifier, will produce a hash with the required number of leading zeros to be accepted by the network.","format":"uint64","type":"string"},"tid":{"description":"Unique transaction identifier used to seed the proof-of-work hash.","type":"string"}},"type":"object","title":"v1ProofOfWork"},"pubKey":{"description":"Hex-encoded public key of the sender.","type":"string"},"signature":{"description":"Signature of the input data field, signed by the sender of this transaction.","properties":{"algo":{"description":"Algorithm used to create the signature.","type":"string"},"value":{"description":"Hex encoded bytes of the signature.","type":"string"},"version":{"description":"Version of the algorithm used to create the signature.","format":"int64","type":"integer"}},"type":"object","title":"v1Signature"},"version":{"description":"Version of the transaction.","default":"TX_VERSION_UNSPECIFIED","enum":["TX_VERSION_UNSPECIFIED","TX_VERSION_V2","TX_VERSION_V3"],"type":"string","title":"v1TxVersion"}},"type":"object","title":"v1Transaction"}},"title":"Request for checking a transaction v2 on Vega","type":"object"}}},"required":true},"method":"post","path":"/transaction/check","servers":[{"url":"https://vega-mainnet-data.commodum.io","description":"vega-mainnet-data.commodum.io"},{"url":"https://vega-data.nodes.guru:3008","description":"vega-data.nodes.guru"},{"url":"https://vega-data.bharvest.io","description":"vega-data.bharvest.io"},{"url":"https://vega.aurora-edge.com","description":"vega.aurora-edge.com"},{"url":"https://darling.network","description":"darling.network"},{"url":"https://graphqlvega.gpvalidator.com","description":"graphqlvega.gpvalidator.com"},{"url":"https://vega-mainnet.anyvalid.com","description":"vega-mainnet.anyvalid.com"},{"url":"https://vega.mainnet.stakingcabin.com:3008","description":"vega.mainnet.stakingcabin.com"}],"jsonRequestBodyExample":{"tx":{"address":"string","inputData":"string","pow":{"nonce":"string","tid":"string"},"pubKey":"string","signature":{"algo":"string","value":"string","version":0},"version":"TX_VERSION_UNSPECIFIED"}},"info":{"title":"Vega core APIs","version":"v0.73.4"},"postman":{"name":"Check transaction","description":{"content":"Send a signed transaction containing a command to the network to be checked, but not added to the chain's mempool.\nThis is useful for checking the validity of a potential transaction before submitting it.","type":"text/plain"},"url":{"path":["transaction","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: version-v0.73/api/rest/core/vega-core-apis
custom_edit_url: "https://github.com/vegaprotocol/documentation/issues/new?labels=documentation&title=[Documentation] Requesting changes to 'Check transaction' (core-service-check-transaction)"
Expand Down
Loading

0 comments on commit 6199b90

Please sign in to comment.