Releases: neodix42/MyLocalTon
Releases · neodix42/MyLocalTon
MyLocalTon v124
reduce logs on exit
MyLocalTon v123
- use deterministic validator-engine-console and lite-server keys;
- upgrade TON binaries to 2024.09 release.
MyLocalTon v122
- This is a beta version of MyLocalTon with portable TON binaries, that are build without using NixPkgs.
- TON binaries, as always, are taken from master and testnet branches of ton-blockchain/ton repository as of 01.09.2024.
MyLocalTon v120
Changes in this release
- ton binaries replaced by no-jemalloc version of binaries. The code base is the same as at ton-blockchain/ton repo.
- added additional flags to validator-engine (-disable-rocksdb-stats=true, --celldb-preload-all=false)
- upgraded ton4j to version 0.5.3
MyLocalTon v119
Changes in this release
- fixing tonlib missing on mac arm64
- added [test-tonlib] argument for internal purposes
MyLocalTon v118
Changes in this release
-
upgraded ton binaries to version 2024.08
-
upgraded ton4j to version 0.5.1
-
internal changes
- reworked maven resource handling, so to allow development within one branch for all architectures.
MyLocalTon v117
Changes in this release
- draft release
MyLocalTon v113
Changes in this release
Added creation of faucet wallet on start with constant mnemonic and address. v3r2, subWalletId=42, initialBalance =
1mio.
Faucet wallet raw address and mnemonic will be printed on console. You can find more details in
MyLocalTonSettings.FaucetWalletSettings too.
MyLocalTon v112
Changes in this release
- new [with-validators-N] parameter (where N must in range of 1..6) allows in nogui mode to add up to 6 additional
validators on start. - pooling rate of node status reduced to 10 seconds.
MyLocalTon v111
Changes in this release
- Introduced new command line startup parameters: [ton-http-api], [explorer]. If specified MyLocalTon will be started with ton-http-api and blockchain explorer enabled.
- The new [test-binaries] parameter is used to test binaries' integrity and used solely in github workflows.