Skip to content

Commit

Permalink
v1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vasilev committed Aug 2, 2023
1 parent dc2de5f commit fb932de
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 45 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java library for Everscale Client

[![SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.43.3-green)](https://github.com/tonlabs/TON-SDK/tree/1.43.3)
[![SDK version](https://img.shields.io/badge/Ever%20SDK%20version-1.44.1-green)](https://github.com/tonlabs/TON-SDK/tree/1.44.1)

The Library is a binding for [Everscale Client](https://github.com/tonlabs/EVER-SDK) written in Java
that act as a bridge between Everscale Client and a Java application. The library includes original
Expand Down Expand Up @@ -42,7 +42,7 @@ Follow installation instructions from https://docs.docker.com/engine/install/
```
$ mvn test
```
- If succeed, you can find "everscale-client-binding-1.43.3-jar-with-dependencies.jar" file located under ${Project_basedir}/binding/target
- If succeed, you can find "everscale-client-binding-1.44.1-jar-with-dependencies.jar" file located under ${Project_basedir}/binding/target


### Clean
Expand All @@ -60,7 +60,7 @@ To use it in your projects, add the dependency to `pom.xml`
<dependency>
<groupId>com.radiance.tonclient</groupId>
<artifactId>everscale-client-binding</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>
...
```
Expand Down
69 changes: 39 additions & 30 deletions binding/api.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 binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.radiance.tonclient</groupId>
<artifactId>everscale-client-binding</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>

<name>everscale-client-binding</name>
<!-- FIXME change it to the project's website -->
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SET PROJECT_DIR=%~dp0
SET TON_DIR=%PROJECT_DIR%\target\TON-SDK

IF NOT EXIST %TON_DIR% (
git clone --single-branch --branch 1.43.3 https://github.com/tonlabs/TON-SDK.git %TON_DIR%
git clone --single-branch --branch 1.44.1 https://github.com/tonlabs/TON-SDK.git %TON_DIR%
)

cd jni
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tondir=target/TON-SDK

projectdir=`pwd`
branch=1.43.3
branch=1.44.1
#`git rev-parse --abbrev-ref HEAD`

[ -d "$tondir" ] || git clone --single-branch --branch $branch https://github.com/tonlabs/TON-SDK.git $tondir
Expand Down
2 changes: 1 addition & 1 deletion examples/Crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.radiance.tonclient</groupId>
<artifactId>everscale-client-binding</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions jni/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "everscale-client-jni"
version = "1.43.3"
version = "1.44.1"
authors = ["Igor Vasilev"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.radiance.tonclient</groupId>
<artifactId>everscale-client</artifactId>
<version>1.43.3</version>
<version>1.44.1</version>
<packaging>pom</packaging>

<name>everscale-client</name>
Expand Down

0 comments on commit fb932de

Please sign in to comment.