🛠 Improvements
- Sets minimum default account balance to zero by default. (Tesnet and mainnet is
0.001 FLOW
). (#107) - Upgrades to the locked tokens contract for staking assertions and remove stake functions. (#118)
- Upgrades to the locked tokens contract subtract the account minimum balance when getting the locked token balance (#136)
- Adds
FlowStorageFees
method to get the usable balance of an account (#154) - Updates the
FungibleToken
dependency to get the latest version of the interface with added pre-condition. (#167)