Skip to content

Releases: neodix42/MyLocalTon

MyLocalTon v124

24 Oct 10:44
Compare
Choose a tag to compare
reduce logs on exit

MyLocalTon v123

13 Sep 13:30
Compare
Choose a tag to compare
  • use deterministic validator-engine-console and lite-server keys;
  • upgrade TON binaries to 2024.09 release.

MyLocalTon v122

02 Sep 07:17
Compare
Choose a tag to compare
MyLocalTon v122 Pre-release
Pre-release
  • 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

28 Aug 17:53
Compare
Choose a tag to compare

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

15 Aug 09:54
Compare
Choose a tag to compare

Changes in this release

  • fixing tonlib missing on mac arm64
  • added [test-tonlib] argument for internal purposes

MyLocalTon v118

11 Aug 14:24
Compare
Choose a tag to compare

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

11 Aug 11:52
Compare
Choose a tag to compare

Changes in this release

  • draft release

MyLocalTon v113

08 Aug 12:34
Compare
Choose a tag to compare

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

08 Aug 10:31
Compare
Choose a tag to compare

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

05 Aug 20:03
Compare
Choose a tag to compare

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.