Cannot modify the port number of nodes
- Dominant language
- Python
- Stars
- 170
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
The purpose of modifying the port number is for testing the multiledger of the ACA-Py. I just go through the code of generate_indy_pool_transaction, it has port 9700 as default.

Even, I tried to put node 5 6 7 8 to the 2nd ledger, i still got an error. I think it would be great if we can specify the port number of client_ip and node_ip (client_ip:node_ip) in this `von_generate_transactions` in the `bin` directory.
Thank you very much!
Contributor guide
Research direction
Start with bin/von_generate_transactions and trace generate_indy_pool_transaction, where port 9700 is currently used by default. Check how client_ip and node_ip are passed for nodes on a second ledger. Done means the command accepts specified client and node ports and multiledger transaction generation no longer fails for that setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100