Daniel Izdebski

Results 5 issues of Daniel Izdebski

Hey, I was reading through the [warp-contracts](https://www.npmjs.com/package/warp-contracts) NPM package readme and I've noticed that multiple images and hyperlinks are broken. To be exact, images of state evaluation diagram, warp transaction...

bug
documentation

This PR restricts internal transactions for crucial SC methods that require parsed data from the calldata. This is a temporary solution until a better one is provided as described in...

contracts

Currently, anyone can call `processWithdrawCommitment` multiple times which may lead to permanent lock up of tokens in the `WithdrawManager`. This PR fixes it and removes redundant code from the `Vault`...

contracts

This fixes #683 and should be merged after #679.

contracts