-
Notifications
You must be signed in to change notification settings - Fork 36
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
chore: update vagrantfile to forward vm port to access grpc api & fix validations #170
Conversation
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
==========================================
+ Coverage 40.09% 47.00% +6.90%
==========================================
Files 32 45 +13
Lines 1444 1951 +507
==========================================
+ Hits 579 917 +338
- Misses 789 930 +141
- Partials 76 104 +28
Continue to review full report at Codecov.
|
aha! these are the things that were yelling at me 🙇♀️ |
is this bit in the docs? |
@Callisto13 - wasn't sure the best place to put it to be honest. Maybe the quick-start? |
…when running in VM
What this PR does / why we need it:
This PR achieves 2 things:
Vagrantfile
to forward port 9090 from the guest VM to the host. This allows you to connect to the gRPC server from BloomRPC running on the host machine. NOTE: You need to runflintlockd
with the--grpc-endpoint=0.0.0.0:9090
flag, otherwise the connection is rejected.file
validation is rubbish.Checklist: