Update contracts, Ethereum/IPFS configs #65
Reference in New Issue
Block a user
Delete Branch "feature/switch_to_infura"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
looks good.
did you test it without metamask? I have #61 open which is kinda related.
but in anycase this looks good and I will merge it.
actually I am not sure about this one. by default we run the local ganache network as network ID 100.
This change requires to always provide that network ID for development with a local network.
maybe we can add some npm scripts for that?
npm run localnpm run kovanor something similar?The reason for this is that the default is to not develop contracts, when developing the Web UI, so one shouldn't have to deal with ganache and have to use minimal seed data by default. Scripts would be nice, but I don't think it should be part of the same PR.
Things are quite broken for me in both master and this one, when not logged in to a metamask account. The init and loading stuff broke at some point since I last wrote any code for kredits-web. So it's also broken in this PR/branch.
Edit: meaning there's no loading indicator, And I often have a race condition, where I have to load the page twice, because the first load does literally nothing, with no console log whatsoever. And our alert about opening the wallet seems to be gone.
actually it seems to work well for me with:
NETWORK_ID=100 WEB3_PROVIDER_URL=http://localhost:7545 ember srunning the app without metamask using my local network
So it's broken when using a real node. Maybe that helps with debugging.
you mean no metamask and default settings meaning kovan network and contract addresses from the kredits-contracts package?