Skip to content

Releases: neodix42/MyLocalTon

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.

MyLocalTon v110

14 Jun 12:38
Compare
Choose a tag to compare

Changes in this release

  • Update TON binaries as of v2024.06 mainnet
  • Update TON binaries as of v2024.06 testnet

MyLocalTon v109

14 Jun 10:52
Compare
Choose a tag to compare
MyLocalTon v109 Pre-release
Pre-release

Changes in this release

  • Update TON binaries as of v2024.06 mainnet
  • Update TON binaries as of v2024.06 testnet

MyLocalTon v108

13 Jun 12:24
Compare
Choose a tag to compare
MyLocalTon v108 Pre-release
Pre-release

Changes in this release

  • Update TON binaries as of v2024.06 mainnet
  • Update TON binaries as of v2024.06 testnet

MyLocalTon v107

16 May 13:23
Compare
Choose a tag to compare
MyLocalTon v107 Pre-release
Pre-release

Changes in this release

  • Update TON binaries as of v2024.04 mainnet
  • Update TON binaries as of v2024.04 testnet

MyLocalTon v106

19 Mar 15:28
Compare
Choose a tag to compare
MyLocalTon v106 Pre-release
Pre-release

Changes in this release

  • added support of headless java
  • added nogui argument
  • added argument in order to listen on specified ip address

MyLocalTon v105

14 Mar 17:52
Compare
Choose a tag to compare
MyLocalTon v105 Pre-release
Pre-release

Changes in this release

update binaries as of TON release 2024.03;
update global config of mainnet and testnet for tests;

MyLocalTon v104

30 Jan 22:14
Compare
Choose a tag to compare
MyLocalTon v104 Pre-release
Pre-release

Changes in this release

  • fix missing smartcont/auto in artifacts

MyLocalTon v103

25 Jan 09:18
Compare
Choose a tag to compare
MyLocalTon v103 Pre-release
Pre-release

Changes in this release

  • Update TON binaries as of 17.01.2024 mainnet
  • Update TON binaries as of 24.01.2024 testnet
  • Refactor release strategy

MyLocalTon v94-arm64-aarch64

23 Nov 14:10
Compare
Choose a tag to compare
Pre-release

Changes in this release

  • Reduce final jar size by 100 MB by including only x86_64 binaries to x86_64 version of MyLocalTon;
  • Reduce final jar size by 200 MB by including only arm64 binaries to arm64 version of MyLocalTon;
  • Download latest ton binaries from GitHub release master branch at mvn compile stage.
  • Integrate TON-HTTP-API (https://github.com/toncenter/ton-http-api)