Skip to content

Instantly share code, notes, and snippets.

@CosminNechifor
Created November 15, 2018 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CosminNechifor/cf10db8a1e2969453442ac865db9b426 to your computer and use it in GitHub Desktop.
Save CosminNechifor/cf10db8a1e2969453442ac865db9b426 to your computer and use it in GitHub Desktop.
2018-11-15 13:32:41 [debug ] Task initialized [scenario_player.tasks.base] task=<AssertTask: {'from': 2, 'to': 4, 'total_deposit': 150, 'balance': 100, 'state': 'closed'}> │
│2018-11-15 13:32:41 [debug ] Task initialized [scenario_player.tasks.base] task=<AssertTask: {'from': 4, 'to': 2, 'total_deposit': 0, 'balance': 50, 'state': 'closed'}> │
│2018-11-15 13:32:41 [debug ] Using endpoint for node [scenario_player.node_support] node=0 rpc_endpoint=http://parity.kovan.ethnodes.brainbot.com:8545 │
│2018-11-15 13:32:41 [debug ] Using endpoint for node [scenario_player.node_support] node=1 rpc_endpoint=http://parity.kovan.ethnodes.brainbot.com:8545 │
│2018-11-15 13:32:41 [debug ] Using endpoint for node [scenario_player.node_support] node=2 rpc_endpoint=http://parity.kovan.ethnodes.brainbot.com:8545 │
│2018-11-15 13:32:41 [debug ] Using endpoint for node [scenario_player.node_support] node=3 rpc_endpoint=http://parity.kovan.ethnodes.brainbot.com:8545 │
│2018-11-15 13:32:41 [debug ] Using endpoint for node [scenario_player.node_support] node=4 rpc_endpoint=http://parity.kovan.ethnodes.brainbot.com:8545 │
│2018-11-15 13:32:42 [info ] Funding nodes [scenario_player.runner] nodes=dict_keys(['0x9946e32fFeBdE1Ab269ED8B3C49F8277Df2C32Eb', '0x611727d77F3c211Ac8E9e8151e9438B66FDe5Bdb', '0x0aF4a73763840Dc555d6F3F51abE38Ba5C7565FC', '0xD6cE2E338bfFe5f74554C3│
│2018-11-15 13:32:50 [debug ] Calculated gas price for transaction [raiden.network.rpc.client] calculated_gas_price=918135641 node=9d77f530 node_gas_price=1000000000 │
│2018-11-15 13:32:50 [debug ] send_raw_transaction called [raiden.network.rpc.client] gasLimit=300000000000000000 gasPrice=918135641 node=9d77f530 nonce=720 │
│2018-11-15 13:32:50 [error ] Exception while running scenario [scenario_player.main] │
│Traceback (most recent call last): │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/main.py", line 129, in main │
│ runner.run_scenario() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/runner.py", line 198, in run_scenario │
│ for address, balance in low_balances.items() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/runner.py", line 198, in <listcomp> │
│ for address, balance in low_balances.items() │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/rpc/client.py", line 550, in send_transaction │
│ tx_hash = self.web3.eth.sendRawTransaction(signed_txn.rawTransaction) │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/web3/eth.py", line 274, in sendRawTransaction │
│ [raw_transaction], │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/web3/manager.py", line 112, in request_blocking │
│ raise ValueError(response["error"]) │
│ValueError: {'code': -32010, 'message': 'Transaction cost exceeds current gas limit. Limit: 8000000, got: 300000000000000000. Try decreasing supplied gas.'} │
│2018-11-15 13:32:50 [warning ] Press q to exit [scenario_player.main]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment