-
Notifications
You must be signed in to change notification settings - Fork 75
Failed to start DWH #1174
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
Comments
Hello! Seems like you should set the registry contract address in the DWH config, like this
|
@sshaman1101 Thanks for your reply. Actually, I have added the contract_registry address in the config file, but I don't know whether it is correct. Because I didn't find the contract registry address in the deployed contract list, so I use market contract address as the contract registry address. That's why I got that result. By the way, I didn't find any contents related to contract registry address in the blockchain/source/migration doirection. I guess you may miss something. |
@sokel @quasisamurai can you please join the discussion and help with the ContractRegistry? |
@chen0031 Hi. You can't replace one contract by another, that's why DWH fails.
If you have more quesions - feel free to ask. |
@quasisamurai Thanks for your advice. I can run SONM with the default contract registry. Currently, I am trying SONM in a private chain environment with Ethereum. But I came across some problems. Therefore, could your provide some guides to set up a test private chain and deploy the contracts on it? Thanks a lot! |
What does you mean by? Setup our chain or your own? |
@quasisamurai . I will not deploy any contracts on your blockchain. I have my own test Ethereum private chain and a sidechain. But I cannot make it work although the contracts have been deployed successfully. The DWH service cannot sync blocks between the low data store and the sidechain bock data. I am still thinking what's the problem. |
When I deployed the contracts to my private geth chain, I cannot start dwh services. The error is :
Failed to serve DWH: failed to create NewAPI: failed to setup contract registry: abi: unmarshalling empty output
The text was updated successfully, but these errors were encountered: