Lucio M. Tato
Lucio M. Tato
fixes #99
If the staking pool is created on an account with balance = 1_000_000_000_000, then total_stake_shares is 0, and several view functions start to panic **Note:** I'm preparing a PR to...
***Describe the bug*** If you execute `yarn test` and the test is cancelled or fails, all future `yarn test` will fail at the start ***To Reproduce*** Steps to reproduce the...
NEP-141 difference: In several places, documentation and tutorials, this is the signature of ft_transfer_call: ```` fn ft_transfer_call( &mut self, receiver_id: ValidAccountId, amount: U128, msg: String, memo: Option ) -> PromiseOrValue...
I'm thinking of an auction platform where you can package assets in an account and deploy a smart contract in the account to handle the auction in a trustless way....