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

resizable buttons for deploy&run -> contract functions #2204

Merged
merged 6 commits into from
Jul 24, 2019
Merged

Conversation

LianaHus
Copy link
Collaborator

src/app/tabs/runTab/contractDropdown.js Outdated Show resolved Hide resolved
src/app/tabs/runTab/contractDropdown.js Show resolved Hide resolved
src/app/tabs/styles/run-tab-styles.js Show resolved Hide resolved
src/app/ui/multiParamManager.js Show resolved Hide resolved
src/app/ui/multiParamManager.js Outdated Show resolved Hide resolved
src/app/ui/multiParamManager.js Outdated Show resolved Hide resolved
@LianaHus LianaHus force-pushed the toasterIssue branch 3 times, most recently from f66e55c to afdcc2a Compare July 19, 2019 07:24
var createConstructorInstance = new MultiParamManager(0, selectedContract.getConstructorInterface(), (valArray, inputsValues) => {
this.createInstance(inputsValues)
}, selectedContract.getConstructorInputs(), 'Deploy', selectedContract.bytecodeObject)
const selectedContract = this.getSelectedContract()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

const createConstructorInstance = new MultiParamManager(
0,
selectedContract.getConstructorInterface(),
(valArray, inputsValues) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the above comment was also for this argument. I should have precise.

src/app/ui/multiParamManager.js Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants