Skip to content

Commit

Permalink
Merge pull request #552 from tonlabs/1.44.1-rc
Browse files Browse the repository at this point in the history
Version 1.44.1
  • Loading branch information
d3p authored Jul 27, 2023
2 parents 9a8014e + c2b9bb0 commit e062826
Show file tree
Hide file tree
Showing 53 changed files with 2,250 additions and 588 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
All notable changes to this project will be documented in this file.


## [1.44.1] – 2023-07-25

### New

- functions with callbacks (e.g. `processing.process_messages`) can be called as sync.
- `send_event` parameter is now optional with default value `false`.

### Deprecated

- Debot module is [DEPRECATED](https://github.com/tonlabs/ever-sdk/blob/master/docs/reference/types-and-methods/DEPRECATED.md)

## [1.44.0] – 2023-07-12

### New
Expand All @@ -17,11 +28,6 @@ All notable changes to this project will be documented in this file.
`boc::encode_external_in_message`, `boc::get_compiler_version`, `processing::monitor_messages`,
`processing::get_monitor_info`, `processing::cancel_monitor`
- Code generator for `modules.ts` produces `_sync` wrapper for all API functions.

## [1.44.3] – 2023-06-24

### New

- Added `_sync` version for each SDK function.
So SDK can be used in utility scripts in sync manner.
Not all bindings are support sync calls.
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

158 changes: 141 additions & 17 deletions docs/classes/AbiModule.html

Large diffs are not rendered by default.

128 changes: 107 additions & 21 deletions docs/classes/BocModule.html

Large diffs are not rendered by default.

31 changes: 25 additions & 6 deletions docs/classes/ClientModule.html

Large diffs are not rendered by default.

370 changes: 318 additions & 52 deletions docs/classes/CryptoModule.html

Large diffs are not rendered by default.

73 changes: 59 additions & 14 deletions docs/classes/DebotModule.html

Large diffs are not rendered by default.

357 changes: 333 additions & 24 deletions docs/classes/NetModule.html

Large diffs are not rendered by default.

113 changes: 104 additions & 9 deletions docs/classes/ProcessingModule.html

Large diffs are not rendered by default.

88 changes: 83 additions & 5 deletions docs/classes/ProofsModule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/TonClient.html

Large diffs are not rendered by default.

55 changes: 51 additions & 4 deletions docs/classes/TvmModule.html

Large diffs are not rendered by default.

39 changes: 33 additions & 6 deletions docs/classes/UtilsModule.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/AbiErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/AccountAddressType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/AggregationFn.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/BocErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/CipherMode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/ClientErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/CryptoErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/DebotErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/MessageBodyType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/NetErrorCode.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/enums/NetworkQueriesProtocol.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>NetworkQueriesProtocol | @eversdk/core</title><meta name="description" content="Documentation for @eversdk/core"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@eversdk/core</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@eversdk/core</a></li><li><a href="NetworkQueriesProtocol.html">NetworkQueriesProtocol</a></li></ul><h1>Enumeration NetworkQueriesProtocol </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
<p>Network protocol used to perform GraphQL queries.</p>
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#HTTP" class="tsd-kind-icon">HTTP</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#WS" class="tsd-kind-icon">WS</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="HTTP" class="tsd-anchor"></a><h3 class="tsd-anchor-link">HTTP<a href="#HTTP" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">HTTP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;HTTP&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tonlabs/ever-sdk-js/blob/9574758/packages/core/src/modules.ts#L249">modules.ts:249</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="WS" class="tsd-anchor"></a><h3 class="tsd-anchor-link">WS<a href="#WS" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">WS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;WS&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tonlabs/ever-sdk-js/blob/9574758/packages/core/src/modules.ts#L250">modules.ts:250</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="NetworkQueriesProtocol.html" class="tsd-kind-icon">Network<wbr/>Queries<wbr/>Protocol</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#HTTP" class="tsd-kind-icon">HTTP</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#WS" class="tsd-kind-icon">WS</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
</div></div></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration Members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#HTTP" class="tsd-kind-icon">HTTP</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#WS" class="tsd-kind-icon">WS</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration Members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="HTTP" class="tsd-anchor"></a><h3 class="tsd-anchor-link">HTTP<a href="#HTTP" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">HTTP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;HTTP&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tonlabs/ever-sdk-js/blob/73e194c/packages/core/src/modules.ts#L253">modules.ts:253</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="WS" class="tsd-anchor"></a><h3 class="tsd-anchor-link">WS<a href="#WS" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">WS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;WS&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tonlabs/ever-sdk-js/blob/73e194c/packages/core/src/modules.ts#L254">modules.ts:254</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum"><a href="NetworkQueriesProtocol.html" class="tsd-kind-icon">Network<wbr/>Queries<wbr/>Protocol</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#HTTP" class="tsd-kind-icon">HTTP</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="NetworkQueriesProtocol.html#WS" class="tsd-kind-icon">WS</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/enums/ProcessingErrorCode.html

Large diffs are not rendered by default.

Loading

0 comments on commit e062826

Please sign in to comment.