everscale-client-ruby 1.1.28 → 1.1.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02004364bdc99b10b5d54b95e8f1215189ec9698c147e5cca10b89de20e801b7
4
- data.tar.gz: cf365a553241442768bee5f17c1507c9c38a872e1ce2fbca474aafdd90f46f96
3
+ metadata.gz: e290afda3f35f3d71062e3fb40c286af66f78cdbd840782e681490c63e97a87c
4
+ data.tar.gz: ab8e679763070e6a872256ed69f75f09a9888fd0ecb76ec12bb0786502a1fdb2
5
5
  SHA512:
6
- metadata.gz: 07ee9f04575ddea0e95f083b05fdd23a7281eefc8188f5e0277e6b62596a5778f0f771d1a1b9bdc60b7993d15113627b0a02088370bf9528d141290b93eceb7c
7
- data.tar.gz: 8f94ae8fb2888c296df8c491a2a06c6ee49c242ef40cfa2718abee0b689cf94c556aa4751f10514581efc9d7060a297f642c7fce2a12af42a854d0c07af9bc00
6
+ metadata.gz: a65a3910bdcc290df1282c6e90e151dabe1bc000776a555801e3c23cc804c5bca51dbb54e562edda9543cf4da8618dd14e97341968c8c05f9ebc7f12ceb234c0
7
+ data.tar.gz: e46552e46894da972afe0a2f0388d9bd4ee041b69090cd97a7ab9dbb1016589626f563c59d5397ca1a61a10a71740beed7b708b0e57ebe62a4c992c572956b71
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.33.0",
2
+ "version": "1.34.0",
3
3
  "modules": [
4
4
  {
5
5
  "name": "client",
@@ -904,6 +904,37 @@
904
904
  },
905
905
  "errors": null
906
906
  },
907
+ {
908
+ "name": "config",
909
+ "summary": "Returns Core Library API reference",
910
+ "description": null,
911
+ "params": [
912
+ {
913
+ "name": "context",
914
+ "type": "Generic",
915
+ "generic_name": "Arc",
916
+ "generic_args": [
917
+ {
918
+ "type": "Ref",
919
+ "ref_name": "ClientContext"
920
+ }
921
+ ],
922
+ "summary": null,
923
+ "description": null
924
+ }
925
+ ],
926
+ "result": {
927
+ "type": "Generic",
928
+ "generic_name": "ClientResult",
929
+ "generic_args": [
930
+ {
931
+ "type": "Ref",
932
+ "ref_name": "client.ClientConfig"
933
+ }
934
+ ]
935
+ },
936
+ "errors": null
937
+ },
907
938
  {
908
939
  "name": "build_info",
909
940
  "summary": "Returns detailed information about this build.",
@@ -10540,15 +10571,15 @@
10540
10571
  "type": "BigInt",
10541
10572
  "number_type": "UInt",
10542
10573
  "number_size": 64,
10543
- "summary": null,
10544
- "description": null
10574
+ "summary": "Deprecated.",
10575
+ "description": "Left for backward compatibility. Does not participate in account transaction fees calculation."
10545
10576
  },
10546
10577
  {
10547
10578
  "name": "storage_fee",
10548
10579
  "type": "BigInt",
10549
10580
  "number_type": "UInt",
10550
10581
  "number_size": 64,
10551
- "summary": null,
10582
+ "summary": "Fee for account storage",
10552
10583
  "description": null
10553
10584
  },
10554
10585
  {
@@ -10556,7 +10587,7 @@
10556
10587
  "type": "BigInt",
10557
10588
  "number_type": "UInt",
10558
10589
  "number_size": 64,
10559
- "summary": null,
10590
+ "summary": "Fee for processing",
10560
10591
  "description": null
10561
10592
  },
10562
10593
  {
@@ -10564,23 +10595,47 @@
10564
10595
  "type": "BigInt",
10565
10596
  "number_type": "UInt",
10566
10597
  "number_size": 64,
10567
- "summary": null,
10568
- "description": null
10598
+ "summary": "Deprecated.",
10599
+ "description": "Contains the same data as total_fwd_fees field. Deprecated because of its confusing name, that is not the same with GraphQL API Transaction type's field."
10569
10600
  },
10570
10601
  {
10571
10602
  "name": "total_account_fees",
10572
10603
  "type": "BigInt",
10573
10604
  "number_type": "UInt",
10574
10605
  "number_size": 64,
10575
- "summary": null,
10576
- "description": null
10606
+ "summary": "Deprecated.",
10607
+ "description": "This is the field that is named as `total_fees` in GraphQL API Transaction type. `total_account_fees` name is misleading, because it does not mean account fees, instead it means\nvalidators total fees received for the transaction execution. It does not include some forward fees that account\nactually pays now, but validators will receive later during value delivery to another account (not even in the receiving\ntransaction).\nBecause of all of this, this field is not interesting for those who wants to understand\nthe real account fees, this is why it is deprecated and left for backward compatibility."
10577
10608
  },
10578
10609
  {
10579
10610
  "name": "total_output",
10580
10611
  "type": "BigInt",
10581
10612
  "number_type": "UInt",
10582
10613
  "number_size": 64,
10583
- "summary": null,
10614
+ "summary": "Deprecated because it means total value sent in the transaction, which does not relate to any fees.",
10615
+ "description": null
10616
+ },
10617
+ {
10618
+ "name": "ext_in_msg_fee",
10619
+ "type": "BigInt",
10620
+ "number_type": "UInt",
10621
+ "number_size": 64,
10622
+ "summary": "Fee for inbound external message import.",
10623
+ "description": null
10624
+ },
10625
+ {
10626
+ "name": "total_fwd_fees",
10627
+ "type": "BigInt",
10628
+ "number_type": "UInt",
10629
+ "number_size": 64,
10630
+ "summary": "Total fees the account pays for message forwarding",
10631
+ "description": null
10632
+ },
10633
+ {
10634
+ "name": "account_fees",
10635
+ "type": "BigInt",
10636
+ "number_type": "UInt",
10637
+ "number_size": 64,
10638
+ "summary": "Total account fees for the transaction execution. Compounds of storage_fee + gas_fee + ext_in_msg_fee + total_fwd_fees",
10584
10639
  "description": null
10585
10640
  }
10586
10641
  ],
@@ -64,6 +64,17 @@ module TonClient
64
64
  core.requestLibrary(context: context.id, method_name: full_method_name(MODULE, __method__.to_s), payload: {}, &block)
65
65
  end
66
66
 
67
+ # RESPONSE: ClientConfig
68
+ # network: NetworkConfig<Optional> -
69
+ # crypto: CryptoConfig<Optional> -
70
+ # abi: Value -
71
+ # boc: BocConfig<Optional> -
72
+ # proofs: ProofsConfig<Optional> -
73
+ # local_storage_path: String<Optional> - # # For file based storage is a folder name where SDK will store its data. For browser based is a browser async storage key prefix. Default (recommended) value is "~/.tonclient" for native environments and ".tonclient" for web-browser.
74
+ def config(&block)
75
+ core.requestLibrary(context: context.id, method_name: full_method_name(MODULE, __method__.to_s), payload: {}, &block)
76
+ end
77
+
67
78
  # RESPONSE: ResultOfBuildInfo
68
79
  # build_number: Number - # # Build number assigned to this build by the CI.
69
80
  # dependencies: Array - # # Fingerprint of the most important dependencies.
@@ -1,4 +1,4 @@
1
1
  module TonClient
2
- VERSION = "1.1.28"
2
+ VERSION = "1.1.29"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: everscale-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.28
4
+ version: 1.1.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - nerzh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-03 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi