Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Contract deploy hangs with an array parameter in constructor #3414

Closed
DennisBPeterson opened this issue Nov 13, 2016 · 2 comments
Closed

Contract deploy hangs with an array parameter in constructor #3414

DennisBPeterson opened this issue Nov 13, 2016 · 2 comments
Labels
Z1-question 🙋‍♀️ Issue is a question. Closer should answer.

Comments

@DennisBPeterson
Copy link

Attempt to deploy any contract with an array parameter in constructor, and Parity hangs at "Preparing transaction for network transmission".

For example, this contract:

contract W { 
    function W(uint[] x) { }
}

I've tried various formats for putting in array data (with and without brackets, skipping entirely, empty brackets). I'm not having any trouble with other contracts.

@tomusdrw
Copy link
Collaborator

Most probably a duplicate of https://github.com/ethcore/parity/issues/3314
@jacogr ?

@tomusdrw tomusdrw added M7-ui Z1-question 🙋‍♀️ Issue is a question. Closer should answer. labels Nov 14, 2016
@jacogr
Copy link
Contributor

jacogr commented Nov 14, 2016

Yes, we enhancing/fixing that in #3314 - currently the basic interface doesn't quite cater for array parameters as it should.

@jacogr jacogr closed this as completed Nov 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Z1-question 🙋‍♀️ Issue is a question. Closer should answer.
Projects
None yet
Development

No branches or pull requests

3 participants