Skip to content

Chia @ v2.7.0#1052

Merged
guydavis merged 3 commits into
integrationfrom
develop
Apr 7, 2026
Merged

Chia @ v2.7.0#1052
guydavis merged 3 commits into
integrationfrom
develop

Conversation

@guydavis
Copy link
Copy Markdown
Owner

@guydavis guydavis commented Apr 7, 2026

No obvious breakage from their work yet. I expect that to happen when their major changes proposed come down the pipe in future.

@guydavis guydavis merged commit 36fcd77 into integration Apr 7, 2026
4 checks passed
Comment thread api/commands/chia_cli.py
try:
if blockchain in BLOCKCHAINS_USING_PEER_CMD: # These now support only the 'peer' command
proc = Popen("{0} peer --add-connection {1} full_node".format(chia_binary, node_id), cwd=working_dir, stdout=PIPE, stderr=PIPE, shell=True)
proc = Popen("{0} peer --remove-connection {1} full_node".format(chia_binary, node_id), cwd=working_dir, stdout=PIPE, stderr=PIPE, shell=True)
Comment thread api/commands/chia_cli.py
proc = Popen("{0} peer --remove-connection {1} full_node".format(chia_binary, node_id), cwd=working_dir, stdout=PIPE, stderr=PIPE, shell=True)
else:
proc = Popen("{0} show --add-connection {1}".format(chia_binary, node_id), cwd=working_dir, stdout=PIPE, stderr=PIPE, shell=True)
proc = Popen("{0} show --remove-connection {1}".format(chia_binary, node_id), cwd=working_dir, stdout=PIPE, stderr=PIPE, shell=True)
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

Successfully merging this pull request may close these issues.

2 participants