-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ipfs dag api object in Blockstore (#356)
* add the ipfs object to the blockstore and remove if from the state object * fix linter's complaints * increase TestReactorSelectiveBroadcast sleep times * increase ensureTimeout to 4 seconds * only use the dag api object instead of the entire ipfs api object * increase TestNodeSetPrivValIPC timeout to 400ms * increase time waited for TestReactorsGossipNoCommittedEvidence again * increase TestNodeSetPrivValIPC timeout again * timeout increase * cleanup remainging mocks * try insane timeout for TestNodeSetPrivValIPC * increase the failing precommit timeout * more cleanup * remove the unused ipfsAPI from the node * try a test node that doesn't use the full mocked ipfs node * implement and use a dag only api provider * revert crazy timeout * simplify dag only mock * remove accidental file * try to make TestReactorsGossipNoCommittedEvidence less flaky * use ipld alias instead of format * remove access to the IPFS dag from the blockstore and add it back to consensus state * change api provider to only use the dag instead of the core api object * change alias to ipld in node package * increase timeouts for TestWALTruncate and timeoutWaitGroup for CI
- Loading branch information
1 parent
f46cbc6
commit 40acb17
Showing
22 changed files
with
121 additions
and
105 deletions.
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 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
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
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.