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

move update poet to smesher and remove sync start / shutdown #226

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

dshulyak
Copy link
Contributor

No description provided.

Copy link
Member

@brusherru brusherru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dshulyak dshulyak merged commit 2403390 into master Apr 11, 2023
1 check passed
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
bors bot pushed a commit to spacemeshos/go-spacemesh that referenced this pull request Apr 11, 2023
closes: #3883
needs: spacemeshos/api#226

```
      --grpc-json-listener string                     Socket for the grpc gateway for the list of services in grpc-public-services. If left empty - grpc gateway won't be enabled.
      --grpc-private-listener string                  Socket for the list of services specified in grpc-private-services. (default "127.0.0.1:9093")
      --grpc-private-services strings                 List of services that must be kept private or exposed only in secure environments. (default [smesher])
      --grpc-public-listener string                   Socket for the list of services specified in grpc-public-services. (default "0.0.0.0:9092")
      --grpc-public-services strings                  List of services that are safe to open for the network. (default [debug,gateway,global,mesh,transaction,node])
      --grpc-recv-msg-size int                        GRPC api recv message size (default 10485760)
      --grpc-send-msg-size int                        GRPC api send message size (default 10485760)
```

we support two different sockets where services can be enabled. public (default to 0.0.0.0:9092) and private (defaults to 127.0.0.1:9093). by default we run smesher on private, and everything else on public. this can be changed by option above.
@fasmat fasmat deleted the move-update-poets-to-smesher branch April 11, 2023 18:24
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.

None yet

2 participants