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

Python client does not call openChannelWithDeposit function #7383

Closed
agatsoh opened this issue Sep 28, 2021 · 1 comment
Closed

Python client does not call openChannelWithDeposit function #7383

agatsoh opened this issue Sep 28, 2021 · 1 comment

Comments

@agatsoh
Copy link
Contributor

agatsoh commented Sep 28, 2021

Problem Definition

The python client does not call the openChannelWithDeposit but only calls the openChannel function while with the same API call the raiden CLI correctly calls the openChannelWithDeposit when the total_deposit option has been mentioned in the json payload of the API

curl -i -X PUT \
http://localhost:5010/api/v1/channels \
-H 'Content-Type: application/json' \
--data-raw '{"partner_address": "0xEa45D7385e5020797F5Ab2ABEB0E40fc06CB3aeB", "token_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F", "total_deposit": "10000000000000000000", "settle_timeout": "500"}'

The raiden CLI openChannelWithDeposit call
https://etherscan.io/tx/0x676d510c6cb9e3670f1a11fa161de6ed30891237911cbce596b2bf67f2b94a69

The Python client openChannel call
https://etherscan.io/tx/0x42f779190970c69fa2b35da63b70c095c840b1419e2b1fc36a28e5dbcaa37b21

Python client debug logs:

raiden-debug_2021-09-28T09:50:04.661476.log
debuglog1log2.tar.gz

Normal logs(file mentioned in the command)

node_df1031_mainnet_28thSeptember2021_python.log.tar.gz

System Description

Here add a detailed description of your system, e.g. output of the following script:

uname -a
command -v solc && solc --version
command -v geth && geth version
command -v parity && parity --version
command -v raiden && raiden version
[ -d .git ] && git rev-parse HEAD
@palango
Copy link
Contributor

palango commented Dec 6, 2021

Tracked in #7315

@palango palango closed this as completed Dec 6, 2021
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

No branches or pull requests

2 participants