account.approve(spenderAddress, amount) to approve a spender to spend staked RLC from the user account
account.checkAllowance(ownerAddress, spenderAddress) to check the amount of allowance approved for the specified spender to use the account of the owner
account.revokeApproval(spenderAddress) to revoke the approval for the spender to use the account
Changed
fix --gas-price option not being enforced on every command
provider options for ethers provider are loosely type-checked to allow better control
Typescript fixes
move tests to the local fork of bellecour
cache secrets' existence when confirmed by the SMS
[8.7.0]
Added
account.approve(spenderAddress, amount)
to approve a spender to spend staked RLC from the user accountaccount.checkAllowance(ownerAddress, spenderAddress)
to check the amount of allowance approved for the specified spender to use the account of the owneraccount.revokeApproval(spenderAddress)
to revoke the approval for the spender to use the accountChanged
--gas-price
option not being enforced on every command