Skip to content

Conversation

@jimkberry
Copy link

install_contract():

  • added "ctor_sig=None, ctor_params=None"
    if these are specified then the contract constructor is called with the given parameters
  • added ",byte_data=None" - If byte_data is specified then it is used as-is and no attempt is made to compile the contract code.

contract_instant_call:

  • added "from_address=None" - without this, msg.sender in contract code accessed via eth_call() is ill-defined
@maurycyp
Copy link
Contributor

Constructor args implemented here 4f9e2f3 per this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants