Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

SuperCS92
Copy link

Hello, this project is really interesting. I would like to help to maintain the base code up to date. Following is a list of proposed changes with a brief explanation:

  • Input parameters uint8[] sigV, bytes32[] sigR, bytes32[] sigS, were replaced by a single array bytes [] memory sig, just to make it more user-friendly. Notice that the signatures are properly split with the internal splitSignature() method.
  • Refactor of execute method to separate responsibilities. recoverMulti() now handles the whole validation of signature process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant