Skip to content

Instantly share code, notes, and snippets.

@dopetard
Created April 9, 2018 17:35
Show Gist options
  • Select an option

  • Save dopetard/faf335b69c09de03a0b2de3e4747cd98 to your computer and use it in GitHub Desktop.

Select an option

Save dopetard/faf335b69c09de03a0b2de3e4747cd98 to your computer and use it in GitHub Desktop.
Deploy.py raiden error
Warning: This is a pre-release compiler version, please do not use it in production.
Warning: This is a pre-release compiler version, please do not use it in production.
Warning: This is a pre-release compiler version, please do not use it in production.
Warning: This is a pre-release compiler version, please do not use it in production.
INFO:__main__ Deploying Registry
DEBUG:raiden.network.rpc.client Deploying dependencies: ['NettingChannelLibrary.sol:NettingChannelLibrary', 'ChannelManagerLibrary.sol:ChannelManagerLibrary']
Traceback (most recent call last):
File "deploy.py", line 146, in <module>
main() # pylint: disable=no-value-for-parameter
File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/exchangeunion6/raiden/raidennode1/lib/python3.6/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "deploy.py", line 141, in main
deployed = deploy_all(client)
File "deploy.py", line 115, in deploy_all
deployed.update(deploy_file(contract, compiled_contracts, client))
File "deploy.py", line 104, in deploy_file
contract_path=filename,
File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 73, in deploy_solidity_contract
symbols_to_contract = dict()
File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 569, in send_transaction
data_encoder(rlp.encode(tx)),
File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 154, in retry_on_disconnect
result = func(self, *args, **kwargs)
File "/home/exchangeunion6/raiden/raiden/network/rpc/client.py", line 526, in call
raise EthNodeCommunicationError(jsonrpc_reply.error, jsonrpc_reply._jsonrpc_error_code)
raiden.exceptions.EthNodeCommunicationError: insufficient funds for gas * price + value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment