Releases: everx-labs/everdev
Releases · everx-labs/everdev
Version: 0.10.4
[0.10.4] - 2021-09-27
tondev contract run-local
now checks the contract state before execution and generates user friendly error, if contract does not exist or is in uninit or frozen state.
Improved
- Dependabot cannot update ssh2 to a non-vulnerable version
Version: 0.10.3
[0.10.3] - 2021-09-27
Fixed
-
Dependabot cannot update ssh2 to a non-vulnerable version
-
tondev sol set
can now install any existing binaries by version number, not just one of the last ten
Version: 0.10.2
[0.10.2] - 2021-09-24
Fixed
tondev signed add <seed-phase>
didn't store seed phrase in signer registry.
Version: 0.10.1
[0.10.1] - 2021-09-17
Fixed
- Build with new typescript version
- lib-node's bridge crashed on
client.close()
Version: 0.10.0
[0.10.0] - 2021-09-10
New
- Added new option
--code, -c
for solidity compiler to save*.code
file.
Example:tondev sol compile --code hello.sol
Version: 0.9.0
[0.9.0] - 2021-08-20
New
- Extraton Debot Browser supported! Now you can test your debots in web with ease - even offline. Just run SE and Extraton Debot Browser together. They perfectly fit!
Improved
- We changed the prepay logic of deploy operation. Account is not prepaid automatically from the giver any more. Now you need to specify -v explicitly. Get predictible behaviour and results!
- Error messages in case of insufficiant balance were improved.
Fixed
- An error that occurred when a contract was deployed to an account with a positive balance less than the default (10 tokens) and Giver was not set properly.
Version: 0.8.1
[0.8.1] - 2021-07-26
Fixed
- problem with contracts/ folder
Version: 0.8.0
[0.8.0] - 2021-07-26
New
value
option of thecontract
commands can accept values with "t" suffix.
Such values will be properly converted to nano tokens.run-signer
option of the thecontract
commands allows to sign messages with alternative keys different fromsigner
meanwhile address is still calculated fromsigner
parameter (or from defaultsigner
). It should be useful forrun-local
(withNone
value) so that it is not needed to specify address explicitly any more.tondev
commands that produce files (e.g.sol create
) create output folders if required.tondev signer add
command'ssecret
option can accept a path to the keys file.tondev se set
optionsimage
andcontainer
allow use existing docker
images and containers to register SE instances.tondev se delete
deletes registered SE instance fromtondev
SE registry.--version
or-v
or-V
global option prints current tondev version.
Fixed
- "tondev clang set --compiler" didn't change installed compiler version https://github.com/tonlabs/tondev/issues/42
tondev
did not not fill the command args with default values when user ran commands programmatically.tondev info
stopped if one of the tools failed.
Improved
- In case of errors with giver
tondev
prints new detailed errors describing
that there is a giver problem (not in users contract). - Component version table prints "not installed" text if some component is missing. Footnote about on demand installation is added.
- Account balance check is added before deploy.
- All commands that require abi file (e.g.
js wrap
) now accepts any input file name. tondev se version
now prints version from the latest to the eldest order.tondev sol compile
now hides linker output in case of success.
0.7.4
[0.7.4] - 2021-06-25
New
- Column
used
was added tosigner list
with reference to the giver that uses this signer; - Column
giver
was added tonetwork list
with information about giver's contract and signer. - Printed tables now supports multiline cell values.
Fixed
- "Error: Signer not found:" in case when the default signer has upper letters in name.
- Giver didn't use default signer. From now the giver uses default signer when User calls the
network giver
command without--signer
option.