Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 0.4.8 (2024-07-17)
* Fix friendly_address_to_raw_address - [#63](https://github.com/ayrat555/ton/pull/63)
## 0.4.7 (2024-07-17)
* Add friendly_address_to_raw_address - [#61](https://github.com/ayrat555/ton/pull/61)
## 0.4.6 (2024-04-08)
* Update `cafezinho`, `ex_pbkdf2` and `evil_crc32c` - [#58](https://github.com/ayrat555/ton/pull/58)
## 0.4.5 (2023-09-06)
* Update `cafezinho`, `ex_pbkdf2` and `evil_crc32c` - [#56](https://github.com/ayrat555/ton/pull/56)
## 0.4.4 (2023-08-31)
* Provide send_mode when creating a transfer - [#55](https://github.com/ayrat555/ton/pull/55)
## 0.4.3 (2023-08-09)
* Convert raw addresses to friendly addresses - [#54](https://github.com/ayrat555/ton/pull/54)
## 0.4.2 (2023-08-07)
* Generate raw addresses from wallets - [#53](https://github.com/ayrat555/ton/pull/53)
## 0.4.1 (2023-03-26)
* Update mnemoniac (fix warnings) - [#38](https://github.com/ayrat555/ton/pull/38)
## 0.4.0 (2023-03-24)
* Use precompiled rust nifs. Rust is not required anymore
## 0.3.4 (2023-01-22)
* Update `cafezinho` to 0.3.1 - [#26](https://github.com/ayrat555/ton/pull/26)
## 0.3.3 (2023-01-12)
* Improve comment serialization - [#24](https://github.com/ayrat555/ton/pull/24)
## 0.3.2 (2023-01-12)
* Add mnemonic generation - [#23](https://github.com/ayrat555/ton/pull/23)
## 0.3.1 (2023-01-11)
* Add support of tx comments - [#22](https://github.com/ayrat555/ton/pull/22)
## 0.3.0 (2023-01-09)
* Use Rust nif instead of C nif for Ed25519
## 0.2.2 (2023-01-09)
* Fix rust files
## 0.2.1 (2023-01-07)
* Fix docs formatting
## 0.2.0 (2023-01-07)
* Initial release