Joystream / Joystream/joystream
vestedTransfer not working as expected for past blocks
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Tried to do a vestedTransfer between my accounts with the following parameters.
- locked : 30 JOY
- per block : 0.00004 JOY
- startingBlock : 1

Expectation was to create a vesting that happened between blocks 1 to 750,000.
At the moment of this extrinsic transaction, the block number was 726,787.
So if my expectations were met, claimable tokens should be 29 JOY.

Pioneer account info shows exactly this, but if I click "Claim", it shows I have only <0.01 JOY to claim.
I believe vestedTransfer doesn't work for past blocks. And if such is the case, the input should be restricted to stop users from making mistakes and losing funds.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.