Skip to content

Commit

Permalink
1.46.1 (#1050)
Browse files Browse the repository at this point in the history
* Rebranding
ton_* -> ever_*
Remove types as dependency

* Update lock file

* Fix build errors

* Try to fix wasm

* Revert "Try to fix wasm"

This reverts commit 7a14c74.

* Refresh dependencies

* Supported a common message

* Update changelog and Cargo.lock

---------

Co-authored-by: Slava <[email protected]>
Co-authored-by: Sumrachek <[email protected]>
  • Loading branch information
3 people authored May 17, 2024
1 parent b1a003b commit b8759c3
Show file tree
Hide file tree
Showing 175 changed files with 1,098 additions and 1,191 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [1.46.1] – 2024-05-16

### New

- Updated dependencies version

- Removed ever-types from list of dependencies

### Fixed

- Some fixes in WASM build

## [1.45.1] – 2023-12-19

### Fixed
Expand Down Expand Up @@ -104,7 +116,7 @@ State init should be finalized and ready to be used in message as is.
- Message monitor buffers new messages for delayed start of the subscription. New subscription
starts when 1 second has passed since the last addition or when 5 seconds has passed since last sending
- Message monitor uses more than one subscription.
- Version of `ton_types` upped to 2.0.0
- Version of `ever_block` upped to 2.0.0
- Fixed code for changed dependencies api
- Removed logic related to client-server clock sync
- `boc.encode_tvc` and `boc.decode_tvc` are renamed to `boc.encode_state_init`
Expand Down Expand Up @@ -176,8 +188,8 @@ fallback scenario together with REMP statuses processing while REMP is not prope
- `message_id` and `message_dst` fields are added to all `ProcessingEvent` variants
- Config parameter `binding: { library: string, version: string }`. Binding authors should define
this parameter at context initialization.
- `tonclient-binding-library` and `tonclient-binding-version` GraphQL request headers. [Read more here](https://github.com/tonlabs/ever-sdk/blob/master/docs/for-binding-developers/json_interface.md#bindings)
- `Error.data.binding_library` and `Error.data.binding_version` error data fields. [Read more here](https://github.com/tonlabs/ever-sdk/blob/master/docs/for-binding-developers/json_interface.md#bindings)
- `tonclient-binding-library` and `tonclient-binding-version` GraphQL request headers. [Read more here](https://github.com/everx-labs/ever-sdk/blob/master/docs/for-binding-developers/json_interface.md#bindings)
- `Error.data.binding_library` and `Error.data.binding_version` error data fields. [Read more here](https://github.com/everx-labs/ever-sdk/blob/master/docs/for-binding-developers/json_interface.md#bindings)

### Client breaking changes
- `abi.get_signature_data` function ouput parameter `hash` is renamed to `unsigned` for consistency with other crypto functions parameters
Expand Down Expand Up @@ -389,7 +401,7 @@ connection
### New

- supported removing Copy interface from UInt256
- supported changed interface of `ton_types::Cell`
- supported changed interface of `ever_block::Cell`

## [1.34.0] – 2022-05-18

Expand Down Expand Up @@ -627,7 +639,7 @@ from Graphql API.
### New

- ABI v2.2 with fixed message body layout
supported. [See the specification](https://github.com/tonlabs/ton-labs-abi/blob/master/docs/ABI_2.2_spec.md)
supported. [See the specification](https://github.com/everx-labs/ton-labs-abi/blob/master/docs/ABI_2.2_spec.md)
.

Now, for contracts with ABI version < 2.2 compact layout will still be used for compatibility, for
Expand Down Expand Up @@ -698,7 +710,7 @@ from Graphql API.

### Fixed

- Fixed problem with WASM binaries (https://github.com/tonlabs/ton-labs-types/pull/42)
- Fixed problem with WASM binaries (https://github.com/everx-labs/ton-labs-types/pull/42)

## [1.20.0] – 2021-07-16

Expand Down Expand Up @@ -921,7 +933,7 @@ from Graphql API.
- [`tvm` module](docs/mod_tvm.md) functions download current blockchain configuration if `net` is
initialized with
DApp Server endpoints.
Otherwise, [default configuration](https://github.com/tonlabs/ton-executor/blob/11f46c416ebf1f145eacfb996587891a0a3cb940/src/blockchain_config.rs#L214)
Otherwise, [default configuration](https://github.com/everx-labs/ton-executor/blob/11f46c416ebf1f145eacfb996587891a0a3cb940/src/blockchain_config.rs#L214)
is used.
- **Debot Module**:
- Support for debot invoking in Debot Engine. `send` browser callback is used not only for
Expand Down
Loading

0 comments on commit b8759c3

Please sign in to comment.