Skip to content

Commit

Permalink
Merge pull request #18 from freetonsurfer/sdk-1.37.0
Browse files Browse the repository at this point in the history
sdk 1.37.0
  • Loading branch information
freetonsurfer committed Aug 4, 2022
2 parents 0367975 + 2d5c091 commit 3a0082c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/src/client_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class NetworkConfig extends TonSdkStructure {
int _next_remp_status_timeout;
int get next_remp_status_timeout => _next_remp_status_timeout;

///At the moment is not used in production.
///You can specify here Evercloud project secret ot serialized JWT.
String _access_key;
String get access_key => _access_key;
NetworkConfig({
Expand Down
Binary file modified libraries/libton_client_dart.so
Binary file not shown.
4 changes: 2 additions & 2 deletions test/src/client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ client_test(TonClient client) {
group('client', () {
test('version', () async {
var res = await client.version();
expect(res.version, equals('1.36.1'));
expect(res.version, equals('1.37.0'));
});

test('get_api_reference_api', () async {
var res = await client.get_api_reference();
expect(res.api['version'], equals('1.36.1'));
expect(res.api['version'], equals('1.37.0'));
});

test('build_info', () async {
Expand Down
4 changes: 2 additions & 2 deletions tools/code_generator/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.36.0",
"version": "1.37.0",
"modules": [
{
"name": "client",
Expand Down Expand Up @@ -540,7 +540,7 @@
"type": "String"
},
"summary": "Access key to GraphQL API.",
"description": "At the moment is not used in production."
"description": "You can specify here Evercloud project secret ot serialized JWT."
}
],
"summary": null,
Expand Down

0 comments on commit 3a0082c

Please sign in to comment.