Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from near/add-lockup-methods
Fixes: #93 ### `1.0.0` - Fix a bug with the prepaid gas exceeded during the foundation callback by increasing base gas. - Include minimum amount of gas needed for every call. - Add new helper methods for the owner for staking. - `deposit_and_stake`, `unstake_all`, `withdraw_all_from_staking_pool` - Add a new view method to `get_balance` of the account, that includes all tokens on this account and all tokens deposited to a staking pool. - Cover foundation termination flow with the integration tests. - Cover release schedule flow with integration tests. - Updated `near-sdk` to `2.0.0`
- Loading branch information