OpenST / openst-contracts

OpenST is a framework for building token economies on Ethereum
Apache License 2.0
26 stars 19 forks source link

Test to verify call prefixes #185

Closed gulshanvasnani closed 5 years ago

gulshanvasnani commented 5 years ago

PR contains :-

  1. Test cases to verify the call prefix for EXECUTE_REDEMPTION_CALLPREFIX, EXECUTE_RULE_CALLPREFIX and TOKENHOLDER_SETUP_CALLPREFIX.
  2. Added verifyCallPrefixConstant in utils.js which will generate the call prefix for abi and verify it with expected callprefix.

Fixes #182

benjaminbollen commented 5 years ago

LGTM! very nicely done! thanks a lot