Changes to Create Transaction And Wait

POST /api/v1/transactions/create-and-wait

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 7 revisions of this API.57

  1. db7771f9800d1
  2. c8a1ae10fefc4
  3. 61a784d585502
  4. c4c28d2331055

What changed

    • added the new custom_rpc_node_unavailable enum value to the error_type response property for the response status 400

      response-property-enum-value-added

    • changed the pattern of the request property oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateSuiTransferRequest]/gas_config/payment/items/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/gas_config/payment/items/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #1: SuiImmOrOwnedObjectRefInputArgument]/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • changed the pattern of the request property oneOf[subschema #19: CreateSuiTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateSuiProgrammableTransactionBlockRequest]/inputs/items/oneOf[subschema #2: SuiObjectInputArgument]/details/oneOf[subschema #2: SuiReceivingObjectRefInputArgument]/version from ^0*[1-9]\d*$ to ^\d+$

      request-property-pattern-changed

    • added ripple_transaction mapping keys to the request discriminator

      request-body-discriminator-mapping-added

    • added CreateRippleTransactionWithWaitRequest to the request body oneOf list

      request-body-one-of-added

    • added the new -3.00 enum value to the request property oneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/transaction_payload/network

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #19: CreateTonMessageWithWaitRequest]/details/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #1: TonNativeAssetIdentifierRequest]/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #1: CreateTonTransferRequest]/asset_identifier/details/oneOf[subschema #2: TonJettonAssetIdentifierRequest]/jetton/chain

      request-property-enum-value-added

    • added the new ton_testnet enum value to the request property oneOf[subschema #20: CreateTonTransactionWithWaitRequest]/details/oneOf[subschema #2: CreateTonSerializedRawTransactionRequest]/chain

      request-property-enum-value-added