-
Notifications
You must be signed in to change notification settings - Fork 298
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
Define default configuration for embedded IPFS in FullNode #340
Conversation
fde7f93
to
d2f5440
Compare
d2f5440
to
1f96496
Compare
Codecov Report
@@ Coverage Diff @@
## hlib/add-ipfs-cli #340 +/- ##
====================================================
Coverage ? 62.07%
====================================================
Files ? 263
Lines ? 22960
Branches ? 0
====================================================
Hits ? 14252
Misses ? 7190
Partials ? 1518 |
5cd0cf6
to
021b801
Compare
managed to get the e2e test to pass by increasing what I thought was already a long timeout. I don't really know the impact of the timeout on the validity of the test. evan-forbes@3e8fa2d |
021b801
to
07e2ede
Compare
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
@liamsi, can you pls in the future do reviews via one single review with a bunch of comments instead of multiple single comment reviews? |
Sure, can do 👌🏼 I was planning to only add one comment and then got sucked in and couldn't stop reading :-D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job getting all the CI passing!!! 🎉 ✔️ ✔️ ✔️
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
@liamsi, less spam |
@liamsi, all the comments addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!! 👍🏼 Thanks for commenting all config flags. That will be extremely helpful!
Sorry for the many small comments. next time is single review time :)
So I went through every field in IPFS config and set what suits FullNode the best with documentation for every single field. We should also create a setup for LightNode and configuration for it accordingly
NOTE: The PR also sets Badger as default datastore