-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added validation of moving funds proposal (#757)
#Refs: keep-network/keep-core#3733. This PR adds moving funds proposal validation to the wallet proposal validator smart contract. The validation performs several checks: - the source wallet's state must be MovingFunds, - the source wallet's commitment hash must be submitted, - the target wallets from the proposal must match the submitted commitment hash, - the proposed fee must be greater than zero, - the transaction proposed fee must not exceed the maximum fee.
- Loading branch information
Showing
2 changed files
with
313 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters