What's Changed
- Adds Safety and Codecov CI by @gupnik in #4408
- Adds flutter bindings by @gupnik in #4412
- [TON]: Fixes issue with large transfers by @gupnik in #4413
- [Solana]: Support adding instruction at specified index by @10gic in #4415
BREAKING CHANGES
- #4413 PR changes the amount type in TON API to accept big-endian bytes instead of uint64 to support large amount transfers.
tw_solana_transaction_add_instruction
has been renamed totw_solana_transaction_insert_instruction
within #4415
Full Changelog: 4.3.4...4.3.5