Releases: neodix42/MyLocalTon
Releases Β· neodix42/MyLocalTon
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.
MyLocalTon v110
Changes in this release
- Update TON binaries as of v2024.06 mainnet
- Update TON binaries as of v2024.06 testnet
MyLocalTon v109
Changes in this release
- Update TON binaries as of v2024.06 mainnet
- Update TON binaries as of v2024.06 testnet
MyLocalTon v108
Changes in this release
- Update TON binaries as of v2024.06 mainnet
- Update TON binaries as of v2024.06 testnet
MyLocalTon v107
Changes in this release
- Update TON binaries as of v2024.04 mainnet
- Update TON binaries as of v2024.04 testnet
MyLocalTon v106
Changes in this release
- added support of headless java
- added nogui argument
- added argument in order to listen on specified ip address
MyLocalTon v105
Changes in this release
update binaries as of TON release 2024.03;
update global config of mainnet and testnet for tests;
MyLocalTon v104
Changes in this release
- fix missing smartcont/auto in artifacts
MyLocalTon v103
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
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)