Skip to content

Commit 5088c96

Browse files
IgorKovalAtomXY
andauthored
Upd deps, fix conflicts (#1053)
* Upd deps, fix conflicts * renames * Up api version * Update changelog --------- Co-authored-by: AtomXY <[email protected]>
1 parent b8759c3 commit 5088c96

File tree

1,280 files changed

+12150
-12173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,280 files changed

+12150
-12173
lines changed

.gitignore

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ build/
1818
.idea
1919
.vscode
2020
.DS_Store
21-
/ton_client/**/*.a
22-
/ton_client/**/*.so
23-
/ton_client/**/*.gz
24-
/ton_client/**/*.dylib
25-
/ton_client/client/bin/
26-
/ton_client/client/build/
27-
/ton_client/src/build_info.json
21+
/ever_client/**/*.a
22+
/ever_client/**/*.so
23+
/ever_client/**/*.gz
24+
/ever_client/**/*.dylib
25+
/ever_client/client/bin/
26+
/ever_client/client/build/
27+
/ever_client/src/build_info.json
2828
/examples/c/libton_client.dylib
2929
/tools/node_modules/
3030
/tools/**/*.map

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [1.47.0] – 2024-07-12
6+
7+
### New
8+
9+
- Updated project dependencies
10+
11+
- Some project folders were renamed in accordance with the rebranding:
12+
- ton_client -> ever_client
13+
- ton_client_processing -> ever_client_processing
14+
- ton_sdk -> ever_sdk
15+
- toncli -> evercli
16+
17+
- Removed create `failure`, now we use `anyhow` and `thiserror` creates
18+
519
## [1.46.1] – 2024-05-16
620

721
### New
@@ -1365,7 +1379,7 @@ from Graphql API.
13651379
- `contracts.run.local` and `contracts.run.local` functions now have `fullRun` flag to emulate
13661380
node transaction processing and calculate fees
13671381
- `tonsdk` command line tool.
1368-
- `ton_client` function `get_method_names`.
1382+
- `ever_client` function `get_method_names`.
13691383

13701384
## May 22, 2020
13711385

0 commit comments

Comments
 (0)