Skip to content

Commit c9d912e

Browse files
authored
Updated bindings (#33)
* Updated bindings * restored lost create_encryption_box functionality * removed java8 support
1 parent c8f00ba commit c9d912e

File tree

15 files changed

+84
-57
lines changed

15 files changed

+84
-57
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
docker:
3737
- image: 'circleci/openjdk:11-jdk'
3838

39-
build-linux-8:
40-
<<: *build-linux
41-
docker:
42-
- image: 'circleci/openjdk:8-jdk'
43-
4439
build-windows:
4540
executor: win/default
4641

@@ -64,7 +59,6 @@ jobs:
6459
workflows:
6560
build:
6661
jobs:
67-
- build-linux-8
6862
- build-linux-11
6963
- build-linux-16
7064

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Release Notes
22
All notable changes to this project will be documented in this file.
33

4-
\## [1.21.4] – 2021-09-10
4+
## [1.21.5] – 2021-09-15
5+
6+
### Featured
7+
- Support for TON-Client ([1.21.5] – 2021-09-15)
8+
9+
## [1.21.4] – 2021-09-10
510

611
### Featured
712
- Support for TON-Client ([1.21.4] – 2021-09-08)

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ Following systems confirmed to be compatible:
2828
- Ubuntu Linux (bionic 18-04)
2929
- Windows 10 x64
3030
- MacOs X (Catalina 10.15)
31-
- macOs (Big Sur 11.2)
32-
- OpenJDK 8
31+
- macOs Big Sur
32+
- macOs Monterey
3333
- OpenJDK 11
3434
- OpenJDK 16
35-
- OracleJDK 1.8.0
3635

3736

3837
## Prerequisites

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "freeton-sdk-client-scala-binding"
22

3-
version := "1.21.4-M1"
3+
version := "1.21.5-M1"
44

55
organization := "com.dancingcode"
66

-112 KB
Binary file not shown.
2.16 KB
Binary file not shown.
-48.3 KB
Binary file not shown.

src/main/resources/ton_client.dll

-159 KB
Binary file not shown.

src/main/scala/ton/sdk/client/modules/Crypto.scala

Lines changed: 48 additions & 43 deletions
Large diffs are not rendered by default.

src/test/resources/aes.iv.bin

16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)