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

Fixed build, Network selection and smart contract function execution bugs. #3

Merged
merged 2 commits into from
Nov 24, 2018

Conversation

SerendipityDoDa
Copy link

createErrorMiddleware.js

  • Edited createErrorMiddleware function to return done() even on error so web3 contract function calls can complete properly.

network.js

 - Updated dependency gulp to use the default npm gulp 4.0.0 package because the "github:gulpjs/gulp#4.0" path seems to be dead.

createErrorMiddleware.js
 - Edited createErrorMiddleware function to return done() even on error so web3 contract function calls can complete properly.

network.js
 - Restored the MAINNET constant in the INFURA_PROVIDER_TYPES array to fix mainnet selection.
 - Modified NetworkController::_configureProvider method to skip Infuria provider evaluation.  Nuko needs to be setup with Infuria and we can go back to using it.
 - Spelled infura wrong in NetworkController::_configureProvider method comment.
@nekonium nekonium merged commit 6fe05a8 into nekonium:master Nov 24, 2018
@nekonium
Copy link
Owner

Thank you for maintenance.

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.

Can't select Main Nekonium Network after connecting to Private Network.
2 participants