Skip to content

Conversation

LexLuthr
Copy link
Collaborator

@LexLuthr LexLuthr commented Jul 25, 2024

The boostd net commands were using Lotus subcommand and this caused them to open Lotus API instead of Boost.


On Boost v2.3.0-rc2

lexluthr@Lexs-Mac boost % ./boostd net listen                                                                                    
/ip4/127.0.0.1/tcp/9090/p2p/12D3KooWQEeMearkt4N97yznJY9sS6ReNKoWyyoCm1H5CAZbegxy
/ip4/172.18.0.7/tcp/9090/p2p/12D3KooWQEeMearkt4N97yznJY9sS6ReNKoWyyoCm1H5CAZbegxy


Boost v2.3.0-rc1

lexluthr@Lexs-Mac boost % ./boostd net listen                     
/ip4/127.0.0.1/tcp/24000/p2p/12D3KooWQcrJrLxzHncnP7mnfuwv5hCxV8iLaHZukX93n9hBckdr
/ip6/::1/tcp/50382/p2p/12D3KooWQcrJrLxzHncnP7mnfuwv5hCxV8iLaHZukX93n9hBckdr


Fixed output

lexluthr@Lexs-Mac boost % ./boostd net listen
/ip4/127.0.0.1/tcp/24000/p2p/12D3KooWQcrJrLxzHncnP7mnfuwv5hCxV8iLaHZukX93n9hBckdr
/ip6/::1/tcp/50539/p2p/12D3KooWQcrJrLxzHncnP7mnfuwv5hCxV8iLaHZukX93n9hBckdr

@LexLuthr LexLuthr merged commit 5576d61 into main Jul 25, 2024
@LexLuthr LexLuthr deleted the fix/net-commands branch July 25, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants