Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From etherpoker #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants