-
Notifications
You must be signed in to change notification settings - Fork 306
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
Rework IPFS Node/API loading along with plugin updates #334
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7fb09d9
feat(ipfs): introduce new 'ipfs' package which encapsulates all IPFS …
Wondertan 8f8837a
refactor(ipld,types): use new ipfs package with some logic segregation
Wondertan da642e2
fix(config): rework IPFS configuration
Wondertan a5c17db
fix(cmd,node): rework node starting with configurable IPFS
Wondertan e7c4c28
go mod tidy
Wondertan d60738b
fix(consensus,rpc,test)
Wondertan fe58690
Debugg CI for #334 (#337)
evan-forbes 5891bac
fix(ipfs): move IPFS flags back to cmd
Wondertan cc80cc1
fix(node): init IPFS node in constructor not in OnStart
Wondertan 2c13dda
move out Mock provider in a separate file
Wondertan 15ab9ef
fix(ipld): export Data in leaf nmt node and make PutBlock param more …
Wondertan 0bc3263
Update test/e2e/app/main.go
Wondertan 9bfe2d6
fix(ipfs): optinate initialization through params
Wondertan 60583ad
increase timeout to make CI happy
Wondertan 4b47034
fix(ipfs): set ReqLog values to IPFS Context to avoid panics; set IPF…
Wondertan 1f96496
feat(ipfs): add default configuration for embedded IPFS in FullNode
Wondertan 0a92b42
try using embedded node instead of mock to try fix the CI
Wondertan 07e2ede
another CI fix attempt
Wondertan 0a7d7dc
Update ipfs/defaults.go
Wondertan d1b1c0a
Update ipfs/defaults.go
Wondertan e68ed79
Update ipfs/defaults.go
Wondertan debfadc
Update ipfs/defaults.go
Wondertan 62fea11
resolve review comments
Wondertan e15271a
Merge pull request #340 from lazyledger/hlib/default-ipfs-config
Wondertan a55bf10
Revert "increase timeout to make CI happy"
Wondertan 11d1529
node tests: Use in memory badger in unit tests
liamsi a0f4ae9
give the handshake some time
liamsi c3df6dd
timeout in TestNodeSetPrivValTCP: moar time
liamsi c46e4ba
TestNodeSetPrivValTCP: skip until we use a mock conn :-/
liamsi 69b9715
Update node/node_test.go
liamsi 47927cf
Update node/node_test.go
liamsi f828736
Merge pull request #347 from lazyledger/ismail/use-badger-in-memory
liamsi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
forwarding my comment from #337 for posterity:
😞 I resorted to increasing the timeouts to get the consensus tests to be more reliable. Perhaps this is needed when github is busy?
I just kinda eyeballed these numbers. I have no reasoning for picking the ones I did other than that they were larger than the originals.