Skip to content

Commit

Permalink
Upd deps, fix conflicts (#1053)
Browse files Browse the repository at this point in the history
* Upd deps, fix conflicts

* renames

* Up api version

* Update changelog

---------

Co-authored-by: AtomXY <[email protected]>
  • Loading branch information
IgorKoval and AtomXY authored Jul 12, 2024
1 parent b8759c3 commit 5088c96
Show file tree
Hide file tree
Showing 1,280 changed files with 12,150 additions and 12,173 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ build/
.idea
.vscode
.DS_Store
/ton_client/**/*.a
/ton_client/**/*.so
/ton_client/**/*.gz
/ton_client/**/*.dylib
/ton_client/client/bin/
/ton_client/client/build/
/ton_client/src/build_info.json
/ever_client/**/*.a
/ever_client/**/*.so
/ever_client/**/*.gz
/ever_client/**/*.dylib
/ever_client/client/bin/
/ever_client/client/build/
/ever_client/src/build_info.json
/examples/c/libton_client.dylib
/tools/node_modules/
/tools/**/*.map
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [1.47.0] – 2024-07-12

### New

- Updated project dependencies

- Some project folders were renamed in accordance with the rebranding:
- ton_client -> ever_client
- ton_client_processing -> ever_client_processing
- ton_sdk -> ever_sdk
- toncli -> evercli

- Removed create `failure`, now we use `anyhow` and `thiserror` creates

## [1.46.1] – 2024-05-16

### New
Expand Down Expand Up @@ -1365,7 +1379,7 @@ from Graphql API.
- `contracts.run.local` and `contracts.run.local` functions now have `fullRun` flag to emulate
node transaction processing and calculate fees
- `tonsdk` command line tool.
- `ton_client` function `get_method_names`.
- `ever_client` function `get_method_names`.

## May 22, 2020

Expand Down
Loading

0 comments on commit 5088c96

Please sign in to comment.