Skip to content

Commit

Permalink
[v1.44.1-rc] Add support for SDK 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
risentveber committed Aug 8, 2023
1 parent 2965a26 commit a2ed68a
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TON SDK client Golang

[![EVER-SDK](https://img.shields.io/badge/EVER_SDK-1.43.3-green.svg)](https://github.com/tonlabs/EVER-SDK/tree/1.43.3)
[![EVER-SDK](https://img.shields.io/badge/EVER_SDK-1.44.1-green.svg)](https://github.com/tonlabs/EVER-SDK/tree/1.44.1)
[![TON local-node docker image](https://img.shields.io/badge/TON_local_node-0.33.0-green.svg)](https://hub.docker.com/layers/local-node/tonlabs/local-node/0.33.0/images/sha256-40a544432089f2d730f3dd0542fcb59bef6c5192b5d374fdae3a7ea6417070c4)
[![Chat Telegram](https://img.shields.io/badge/chat-Telegram-9cf.svg)](https://t.me/RADIANCE_EVER_SDK)
[![Documentation](https://godoc.org/github.com/radianceteam/everscale-client-go/client?status.svg)](https://godoc.org/github.com/radianceteam/everscale-client-go/client)
Expand Down
69 changes: 39 additions & 30 deletions api-spec.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.43.3",
"version": "1.44.1",
"modules": [
{
"name": "client",
Expand Down Expand Up @@ -10755,8 +10755,11 @@
},
{
"name": "send_events",
"type": "Boolean",
"summary": "Flag for requesting events sending",
"type": "Optional",
"optional_inner": {
"type": "Boolean"
},
"summary": "Flag for requesting events sending. Default is `false`.",
"description": null
}
],
Expand Down Expand Up @@ -10814,8 +10817,11 @@
},
{
"name": "send_events",
"type": "Boolean",
"summary": "Flag that enables/disables intermediate events",
"type": "Optional",
"optional_inner": {
"type": "Boolean"
},
"summary": "Flag that enables/disables intermediate events. Default is `false`.",
"description": null
},
{
Expand Down Expand Up @@ -10847,8 +10853,11 @@
},
{
"name": "send_events",
"type": "Boolean",
"summary": "Flag for requesting events sending",
"type": "Optional",
"optional_inner": {
"type": "Boolean"
},
"summary": "Flag for requesting events sending. Default is `false`.",
"description": null
}
],
Expand Down Expand Up @@ -14397,7 +14406,7 @@
},
{
"name": "debot",
"summary": "[UNSTABLE](UNSTABLE.md) Module for working with debot.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Module for working with debot.",
"description": null,
"types": [
{
Expand Down Expand Up @@ -14504,7 +14513,7 @@
"type": "Number",
"number_type": "UInt",
"number_size": 32,
"summary": "[UNSTABLE](UNSTABLE.md) Handle of registered in SDK debot",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Handle of registered in SDK debot",
"description": null
},
{
Expand Down Expand Up @@ -14552,7 +14561,7 @@
"description": "Used by debot only."
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Describes a debot action in a Debot Context.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Describes a debot action in a Debot Context.",
"description": null
},
{
Expand Down Expand Up @@ -14665,7 +14674,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Describes DeBot metadata.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Describes DeBot metadata.",
"description": null
},
{
Expand Down Expand Up @@ -14731,7 +14740,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Describes the operation that the DeBot wants to perform.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Describes the operation that the DeBot wants to perform.",
"description": null
},
{
Expand All @@ -14753,7 +14762,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Describes how much funds will be debited from the target contract balance as a result of the transaction.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Describes how much funds will be debited from the target contract balance as a result of the transaction.",
"description": null
},
{
Expand All @@ -14767,7 +14776,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Parameters to init DeBot.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Parameters to init DeBot.",
"description": null
},
{
Expand Down Expand Up @@ -14795,7 +14804,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Structure for storing debot handle returned from `init` function.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Structure for storing debot handle returned from `init` function.",
"description": null
},
{
Expand Down Expand Up @@ -14926,7 +14935,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Debot Browser callbacks",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Debot Browser callbacks",
"description": "Called by debot engine to communicate with debot browser."
},
{
Expand Down Expand Up @@ -14984,7 +14993,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Returning values from Debot Browser callbacks.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Returning values from Debot Browser callbacks.",
"description": null
},
{
Expand All @@ -14999,7 +15008,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Parameters to start DeBot. DeBot must be already initialized with init() function.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Parameters to start DeBot. DeBot must be already initialized with init() function.",
"description": null
},
{
Expand All @@ -15013,7 +15022,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Parameters to fetch DeBot metadata.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Parameters to fetch DeBot metadata.",
"description": null
},
{
Expand All @@ -15028,7 +15037,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md)",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md)",
"description": null
},
{
Expand All @@ -15050,7 +15059,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Parameters for executing debot action.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Parameters for executing debot action.",
"description": null
},
{
Expand All @@ -15071,7 +15080,7 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md) Parameters of `send` function.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Parameters of `send` function.",
"description": null
},
{
Expand All @@ -15086,14 +15095,14 @@
"description": null
}
],
"summary": "[UNSTABLE](UNSTABLE.md)",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md)",
"description": null
}
],
"functions": [
{
"name": "init",
"summary": "[UNSTABLE](UNSTABLE.md) Creates and instance of DeBot.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Creates and instance of DeBot.",
"description": "Downloads debot smart contract (code and data) from blockchain and creates\nan instance of Debot Engine for it.\n\n# Remarks\nIt does not switch debot to context 0. Browser Callbacks are not called.",
"params": [
{
Expand Down Expand Up @@ -15148,7 +15157,7 @@
},
{
"name": "start",
"summary": "[UNSTABLE](UNSTABLE.md) Starts the DeBot.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Starts the DeBot.",
"description": "Downloads debot smart contract from blockchain and switches it to\ncontext zero.\n\nThis function must be used by Debot Browser to start a dialog with debot.\nWhile the function is executing, several Browser Callbacks can be called,\nsince the debot tries to display all actions from the context 0 to the user.\n\nWhen the debot starts SDK registers `BrowserCallbacks` AppObject.\nTherefore when `debote.remove` is called the debot is being deleted and the callback is called\nwith `finish`=`true` which indicates that it will never be used again.",
"params": [
{
Expand Down Expand Up @@ -15185,7 +15194,7 @@
},
{
"name": "fetch",
"summary": "[UNSTABLE](UNSTABLE.md) Fetches DeBot metadata from blockchain.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Fetches DeBot metadata from blockchain.",
"description": "Downloads DeBot from blockchain and creates and fetches its metadata.",
"params": [
{
Expand Down Expand Up @@ -15223,7 +15232,7 @@
},
{
"name": "execute",
"summary": "[UNSTABLE](UNSTABLE.md) Executes debot action.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Executes debot action.",
"description": "Calls debot engine referenced by debot handle to execute input action.\nCalls Debot Browser Callbacks if needed.\n\n# Remarks\nChain of actions can be executed if input action generates a list of subactions.",
"params": [
{
Expand Down Expand Up @@ -15260,7 +15269,7 @@
},
{
"name": "send",
"summary": "[UNSTABLE](UNSTABLE.md) Sends message to Debot.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Sends message to Debot.",
"description": "Used by Debot Browser to send response on Dinterface call or from other Debots.",
"params": [
{
Expand Down Expand Up @@ -15297,7 +15306,7 @@
},
{
"name": "remove",
"summary": "[UNSTABLE](UNSTABLE.md) Destroys debot handle.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Destroys debot handle.",
"description": "Removes handle from Client Context and drops debot engine referenced by that handle.",
"params": [
{
Expand Down Expand Up @@ -15336,7 +15345,7 @@
},
{
"name": "proofs",
"summary": "[UNSTABLE](UNSTABLE.md) Module for proving data, retrieved from TONOS API.",
"summary": "[UNSTABLE](UNSTABLE.md) [DEPRECATED](DEPRECATED.md) Module for proving data, retrieved from TONOS API.",
"description": null,
"types": [
{
Expand Down
2 changes: 1 addition & 1 deletion client/mod_abi.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Jun 23 09:46 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 08 Aug 23 16:44 UTC
//
// Mod abi
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_boc.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Jun 23 09:46 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 08 Aug 23 16:44 UTC
//
// Mod boc
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_client.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Jun 23 09:46 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 08 Aug 23 16:44 UTC
//
// Mod client
//
Expand Down
2 changes: 1 addition & 1 deletion client/mod_crypto.gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package client

// DON'T EDIT THIS FILE! It is generated via 'task generate' at 26 Jun 23 09:46 UTC
// DON'T EDIT THIS FILE! It is generated via 'task generate' at 08 Aug 23 16:44 UTC
//
// Mod crypto
//
Expand Down
Loading

0 comments on commit a2ed68a

Please sign in to comment.