Skip to content

Commit

Permalink
Upgrade to SDK version 1.27.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-a-o committed Dec 10, 2021
1 parent 2832d8d commit dfdcb1b
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion generator/api.index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.27.0
1.27.1
TYPES
client.ClientErrorCode
client.ClientError
Expand Down
2 changes: 1 addition & 1 deletion generator/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.27.0",
"version": "1.27.1",
"modules": [
{
"name": "client",
Expand Down
Binary file modified runtimes/linux-x64/native/libton_client.so
Binary file not shown.
Binary file modified runtimes/osx-x64/native/libton_client.dylib
Binary file not shown.
Binary file modified runtimes/win-x64/native/ton_client.dll
Binary file not shown.
Binary file modified runtimes/win-x86/native/ton_client.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/TonClient/Modules/AbiModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, abi module.
* TON API version 1.27.1, abi module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/BocModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, boc module.
* TON API version 1.27.1, boc module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/ClientModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, client module.
* TON API version 1.27.1, client module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/CryptoModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, crypto module.
* TON API version 1.27.1, crypto module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/DebotModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, debot module.
* TON API version 1.27.1, debot module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/NetModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, net module.
* TON API version 1.27.1, net module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/ProcessingModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, processing module.
* TON API version 1.27.1, processing module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/ProofsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, proofs module.
* TON API version 1.27.1, proofs module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/TvmModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, tvm module.
* TON API version 1.27.1, tvm module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/TonClient/Modules/UtilsModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using TonSdk.Modules;

/*
* TON API version 1.27.0, utils module.
* TON API version 1.27.1, utils module.
* THIS FILE WAS GENERATED AUTOMATICALLY.
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/Modules/ClientModuleTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public async Task Should_Return_Version()
var result = await _client.Client.VersionAsync();
Assert.NotEmpty(result.Version);
Assert.Matches(@"\d+\.\d+\.\d+", result.Version);
Assert.Equal("1.27.0", result.Version);
Assert.Equal("1.27.1", result.Version);
}

[Fact]
Expand Down

0 comments on commit dfdcb1b

Please sign in to comment.