You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file.
30
30
31
31
### New
32
32
33
-
- Added [support of Signature ID](https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md) on the networks with
33
+
- Added [support of Signature ID](https://github.com/everx-labs/ever-sdk/blob/master/CHANGELOG.md) on the networks with
34
34
`CapSignatureWithId` capability enabled.
35
35
- Added new option `everdev contract deploy --workchain` to specify in which workchain to deploy a contract.
36
36
-`everdev contract decode-tvc` command renamed to `everdev contract decode-stateinit`.
@@ -84,7 +84,7 @@ All notable changes to this project will be documented in this file.
84
84
85
85
### New
86
86
87
-
-`sold` - [Solidity Compiler Driver](https://github.com/tonlabs/TON-Solidity-Compiler/tree/master/sold) - version management added. Try it with `everdev sold install`.
87
+
-`sold` - [Solidity Compiler Driver](https://github.com/everx-labs/TVM-Solidity-Compiler/tree/master/sold) - version management added. Try it with `everdev sold install`.
88
88
89
89
- Added a new `everdev sol compile` option `-i [ --include-path ] path/to/dir` to make an additional source directory available
90
90
to the default import callback.\
@@ -195,7 +195,7 @@ All notable changes to this project will be documented in this file.
195
195
196
196
## [1.1.1] - 2022-02-11
197
197
### Fixed
198
-
- An error "TON Client binary bridge is not set" that occurred when using `js wrap` command as a module
198
+
- An error "EVER Client binary bridge is not set" that occurred when using `js wrap` command as a module
199
199
200
200
### Improved
201
201
- Command parameter parsing when using tondev as a module.
@@ -251,7 +251,7 @@ Now its version is always equal to the compiler's version.
251
251
252
252
## [0.10.5] - 2021-11-11
253
253
### NEW
254
-
- Added the ability to compile [SafeMultisigWallet](https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/safemultisig) for Linux platform. The size of the compiled contract will be different from the original due to a different linker, but the compiler is the same
254
+
- Added the ability to compile [SafeMultisigWallet](https://github.com/everx-labs/ton-labs-contracts/tree/master/solidity/safemultisig) for Linux platform. The size of the compiled contract will be different from the original due to a different linker, but the compiler is the same
255
255
256
256
Install the appropriate compiler, linker, and stdlib versions:
257
257
```
@@ -333,7 +333,7 @@ ls -l SafeMultisigWallet.tvc
333
333
- `--version` or `-v` or `-V` global option prints current tondev version.
334
334
335
335
### Fixed
336
-
- "tondev clang set --compiler" didn't change installed compiler version https://github.com/tonlabs/tondev/issues/42
336
+
- "tondev clang set --compiler" didn't change installed compiler version https://github.com/everx-labs/tondev/issues/42
337
337
- `tondev` did not not fill the command args with default values when user ran commands programmatically.
338
338
- `tondev info` stopped if one of the tools failed.
339
339
@@ -389,7 +389,7 @@ ls -l SafeMultisigWallet.tvc
389
389
## [0.5.0] - 2021-04-23
390
390
391
391
### New
392
-
- `clang` controller for [C++ compiler](https://github.com/tonlabs/TON-Compiler):
392
+
- `clang` controller for [C++ compiler](https://github.com/everx-labs/TON-Compiler):
393
393
install, compile with 1 command, manage versions, etc.
394
394
- `signer` controller for signer registry management:
395
395
generate keys, import keys and mnemonics, specify default signer, etc.
@@ -433,7 +433,7 @@ ls -l SafeMultisigWallet.tvc
433
433
- SDK functionality added
434
434
- [See the list of available demo projects](README.md#see-the-list-of-available-demo-projects)
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ If you see an EACCESS error when you try to install a package globally on Mac or
75
75
76
76
### Using pre-compiled binaries
77
77
78
-
You can download precompiled binaries for your platform from [the latest release](https://github.com/tonlabs/everdev/releases/). After download you need to create directory if it does not exists.
78
+
You can download precompiled binaries for your platform from [the latest release](https://github.com/everx-labs/everdev/releases/). After download you need to create directory if it does not exists.
79
79
80
80
For linux/macos:
81
81
@@ -116,7 +116,7 @@ Select a base image that provides GLIBC ver. 2.29 or higher if you want to use t
This command switches Evernode SE to the specified version and port and downloads it, if it is missing. **Attention! This command does not start TON OS SE, you need to run `start` command separately.**
26
+
This command switches Evernode SE to the specified version and port and downloads it, if it is missing. **Attention! This command does not start EVER OS SE, you need to run `start` command separately.**
Copy file name to clipboardExpand all lines: docs/command-line-interface/testsuite4.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
TestSuite4 is a framework designed to simplify development and testing of TON Contracts. It contains lightweight blockchain emulator making it easy to develop contracts in a TDD-friendly style.
4
4
5
-
For more information, visit [TestSuite4's documentation](https://tonlabs.github.io/TestSuite4/).
5
+
For more information, visit [TestSuite4's documentation](https://everx-labs.github.io/TestSuite4/).
6
6
7
7
:information_source:`Python 3.6 - 3.9` and `pip` required.
Set Local Blockchain [SE (Simple Emulator)](https://github.com/tonlabs/evernode-se) as the default network:
90
+
Set Local Blockchain [SE (Simple Emulator)](https://github.com/everx-labs/evernode-se) as the default network:
91
91
92
92
```bash
93
93
$ everdev network default se
94
94
```
95
95
96
96
### Configure Giver wallet that will sponsor deploy operation
97
97
98
-
Here we use address and private key of [SE High Load Giver](https://github.com/tonlabs/evernode-se/tree/master/contracts/giver\_v3). 
98
+
Here we use address and private key of [SE High Load Giver](https://github.com/everx-labs/evernode-se/tree/master/contracts/giver\_v3). 
99
99
100
100
Note: it may be already configured if you make a clean install of the latest Everdev. Then you can skip this step. If you are updating from some old version, it is necessary.
0 commit comments