ton
ton copied to clipboard
TON (The Open Network) SDK
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.2.0 to 1.3.0. Release notes Sourced from dialyxir's releases. 1.3 Added Elixir 1.15 support. Support for warning :callback_not_exported. Changed Several improvements to documentation, particularly Github CI documentation....
Hello @ayrat555 , and thank you for your effort to build this library. Looks like the `Ton.generate_mnemonic/0` function is generating invalid mnemonics. Maybe I doing something wrong, but when I...
Thank you for your great work on this library. Do you have any plans to support transferring Jetton?
``` warning: Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention (ton...