-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
1.5.1 staging branch #5679
1.5.1 staging branch #5679
Commits on Feb 25, 2021
-
Improve error message with importing a chain
Without this commit the error message does not provide much value as it lacks context.
Configuration menu - View commit details
-
Copy full SHA for 92b6054 - Browse repository at this point
Copy the full SHA 92b6054View commit details -
Merge pull request #5658 from filecoin-project/fix/handle-recoverdealids
Remove sectors with all deals expired in RecoverDealIDs
Configuration menu - View commit details
-
Copy full SHA for 247a086 - Browse repository at this point
Copy the full SHA 247a086View commit details -
Merge pull request #5375 from filecoin-project/feat/refactor-fsm-input
storagefsm: Rewrite input handling
Configuration menu - View commit details
-
Copy full SHA for e49a412 - Browse repository at this point
Copy the full SHA e49a412View commit details -
Merge pull request #5669 from ghoneycutt/import_error
Improve error message with importing a chain
Configuration menu - View commit details
-
Copy full SHA for f5d819b - Browse repository at this point
Copy the full SHA f5d819bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b48ea96 - Browse repository at this point
Copy the full SHA b48ea96View commit details -
Merge pull request #5668 from filecoin-project/revert-5667-revert-543…
…2-refac/send reintroduce Refactor send command for better testability
Configuration menu - View commit details
-
Copy full SHA for c69f884 - Browse repository at this point
Copy the full SHA c69f884View commit details
Commits on Feb 26, 2021
-
Merge pull request #5612 from filecoin-project/feat/cc-fsm-cleanup
storagefsm: Cleanup CC sector creation
Configuration menu - View commit details
-
Copy full SHA for 29c9fa3 - Browse repository at this point
Copy the full SHA 29c9fa3View commit details -
chain list --gas-stats display capacity
Add tipset capacity display to `chain list` Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
Jakub Sztandera committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 10e1b26 - Browse repository at this point
Copy the full SHA 10e1b26View commit details -
Merge pull request #5676 from filecoin-project/feat/list-gas-stats
chain list --gas-stats display capacity
Configuration menu - View commit details
-
Copy full SHA for fe69b56 - Browse repository at this point
Copy the full SHA fe69b56View commit details
Commits on Feb 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48bce38 - Browse repository at this point
Copy the full SHA 48bce38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8601e5d - Browse repository at this point
Copy the full SHA 8601e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0f7d0 - Browse repository at this point
Copy the full SHA 7f0f7d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f0c68b - Browse repository at this point
Copy the full SHA 9f0c68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b17a47 - Browse repository at this point
Copy the full SHA 8b17a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a650c - Browse repository at this point
Copy the full SHA 45a650cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 853de3d - Browse repository at this point
Copy the full SHA 853de3dView commit details -
segregate chain and state blockstores.
This paves the way for better object lifetime management. Concretely, it makes it possible to: - have different stores backing chain and state data. - having the same datastore library, but using different parameters. - attach different caching layers/policies to each class of data, e.g. sizing caches differently. - specifying different retention policies for chain and state data. This separation is important because: - access patterns/frequency of chain and state data are different. - state is derivable from chain, so one could never expunge the chain store, and only retain state objects reachable from the last finality in the state store.
Configuration menu - View commit details
-
Copy full SHA for 3795cc2 - Browse repository at this point
Copy the full SHA 3795cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b34b4e0 - Browse repository at this point
Copy the full SHA b34b4e0View commit details
Commits on Mar 1, 2021
-
Merge pull request #5694 from filecoin-project/asr/nits
Correct some logs
Configuration menu - View commit details
-
Copy full SHA for 3f5b17d - Browse repository at this point
Copy the full SHA 3f5b17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe3740 - Browse repository at this point
Copy the full SHA 5fe3740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd5173 - Browse repository at this point
Copy the full SHA 8bd5173View commit details -
Cory Schwartz committed
Mar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f496b3 - Browse repository at this point
Copy the full SHA 2f496b3View commit details -
Merge pull request #5484 from filecoin-project/refactor/lib/blockstore
refactor blockstores
Configuration menu - View commit details
-
Copy full SHA for 5764269 - Browse repository at this point
Copy the full SHA 5764269View commit details
Commits on Mar 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9850e78 - Browse repository at this point
Copy the full SHA 9850e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced455b - Browse repository at this point
Copy the full SHA ced455bView commit details -
Merge pull request #5702 from filecoin-project/asr/sync-stage-string
Add idle to sync stage's String()
Configuration menu - View commit details
-
Copy full SHA for cd1a2e3 - Browse repository at this point
Copy the full SHA cd1a2e3View commit details -
Merge pull request #5604 from filecoin-project/feat/packer-build
packer provisioner
Configuration menu - View commit details
-
Copy full SHA for a39f480 - Browse repository at this point
Copy the full SHA a39f480View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d7de5 - Browse repository at this point
Copy the full SHA b9d7de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61005e6 - Browse repository at this point
Copy the full SHA 61005e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c348b - Browse repository at this point
Copy the full SHA b1c348bView commit details -
implement blockstore.Union, a union blockstore.
The union blockstore takes a list of blockstores. It returns the first satisfying read, and broadcasts writes to all stores. It can be used for operations that require reading from any two blockstores, for example WalkSnapshot.
Configuration menu - View commit details
-
Copy full SHA for 2047a74 - Browse repository at this point
Copy the full SHA 2047a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b8e8e - Browse repository at this point
Copy the full SHA 68b8e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac0c9a - Browse repository at this point
Copy the full SHA 1ac0c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e465b - Browse repository at this point
Copy the full SHA 22e465bView commit details
Commits on Mar 3, 2021
-
Merge pull request #5695 from filecoin-project/feat/segregate-blockst…
…ores segregate chain and state blockstores
Configuration menu - View commit details
-
Copy full SHA for 448813d - Browse repository at this point
Copy the full SHA 448813dView commit details
Commits on Mar 4, 2021
-
fix(multisig): The format of the amount is not correct in msigLockApp…
…roveCmd and msigLockCancelCmd
Configuration menu - View commit details
-
Copy full SHA for d80b0d9 - Browse repository at this point
Copy the full SHA d80b0d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb78d50 - Browse repository at this point
Copy the full SHA fb78d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10076d5 - Browse repository at this point
Copy the full SHA 10076d5View commit details -
Merge pull request #5718 from Rennbon/master
fix(multisig): The format of the amount is not correct in msigLockApp…
Configuration menu - View commit details
-
Copy full SHA for e05dc4e - Browse repository at this point
Copy the full SHA e05dc4eView commit details
Commits on Mar 5, 2021
-
Co-authored-by: raulk <raul@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 374bd9b - Browse repository at this point
Copy the full SHA 374bd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe230f9 - Browse repository at this point
Copy the full SHA fe230f9View commit details -
Merge pull request #5648 from filecoin-project/feat/miner-worker-metrics
Collect worker task metrics
Configuration menu - View commit details
-
Copy full SHA for 046eb28 - Browse repository at this point
Copy the full SHA 046eb28View commit details -
Merge pull request #5704 from filecoin-project/asr/log-large-delay
Log block CID in the large delay warning
Configuration menu - View commit details
-
Copy full SHA for d53c700 - Browse repository at this point
Copy the full SHA d53c700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6577cc8 - Browse repository at this point
Copy the full SHA 6577cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f1139 - Browse repository at this point
Copy the full SHA c8f1139View commit details -
Configuration menu - View commit details
-
Copy full SHA for b192adf - Browse repository at this point
Copy the full SHA b192adfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd08786 - Browse repository at this point
Copy the full SHA fd08786View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2cc198 - Browse repository at this point
Copy the full SHA c2cc198View commit details -
use dual live set marking algorithm to keep all hotly reachable objec…
…ts in the hotstore
Configuration menu - View commit details
-
Copy full SHA for 2bed6c9 - Browse repository at this point
Copy the full SHA 2bed6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b945747 - Browse repository at this point
Copy the full SHA b945747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101e5c6 - Browse repository at this point
Copy the full SHA 101e5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3083d80 - Browse repository at this point
Copy the full SHA 3083d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b1a9c - Browse repository at this point
Copy the full SHA c1b1a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9b58a - Browse repository at this point
Copy the full SHA 2c9b58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bc5fc - Browse repository at this point
Copy the full SHA 17bc5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf1a78 - Browse repository at this point
Copy the full SHA 0bf1a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for df856b7 - Browse repository at this point
Copy the full SHA df856b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f92a00 - Browse repository at this point
Copy the full SHA 3f92a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5043f31 - Browse repository at this point
Copy the full SHA 5043f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f8a0a - Browse repository at this point
Copy the full SHA 83f8a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7476c - Browse repository at this point
Copy the full SHA 0d7476cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4763397 - Browse repository at this point
Copy the full SHA 4763397View commit details -
Configuration menu - View commit details
-
Copy full SHA for da47883 - Browse repository at this point
Copy the full SHA da47883View commit details -
protect against potential data races
overkill, but let's not have race detectors scream at us.
Configuration menu - View commit details
-
Copy full SHA for d20cbc0 - Browse repository at this point
Copy the full SHA d20cbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db314f - Browse repository at this point
Copy the full SHA 5db314fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e391f - Browse repository at this point
Copy the full SHA 37e391fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af7b16 - Browse repository at this point
Copy the full SHA 0af7b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f48b5 - Browse repository at this point
Copy the full SHA b0f48b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e87ce6c - Browse repository at this point
Copy the full SHA e87ce6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e07c6c7 - Browse repository at this point
Copy the full SHA e07c6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622b4f7 - Browse repository at this point
Copy the full SHA 622b4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3912694 - Browse repository at this point
Copy the full SHA 3912694View commit details -
Configuration menu - View commit details
-
Copy full SHA for facdc55 - Browse repository at this point
Copy the full SHA facdc55View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44cf0f - Browse repository at this point
Copy the full SHA f44cf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 843fd09 - Browse repository at this point
Copy the full SHA 843fd09View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce41e39 - Browse repository at this point
Copy the full SHA ce41e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f8da19 - Browse repository at this point
Copy the full SHA 3f8da19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e51e6d - Browse repository at this point
Copy the full SHA 6e51e6dView commit details -
make CompactionThreshold a var to fix lotus-soup build
finality is not a constant there!
Configuration menu - View commit details
-
Copy full SHA for 1a23b1f - Browse repository at this point
Copy the full SHA 1a23b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d6edb - Browse repository at this point
Copy the full SHA 76d6edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b00875 - Browse repository at this point
Copy the full SHA 8b00875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a8434 - Browse repository at this point
Copy the full SHA 58a8434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4e6b7 - Browse repository at this point
Copy the full SHA 5b4e6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877ecab - Browse repository at this point
Copy the full SHA 877ecabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5872f24 - Browse repository at this point
Copy the full SHA 5872f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2080e46 - Browse repository at this point
Copy the full SHA 2080e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89ab1a - Browse repository at this point
Copy the full SHA c89ab1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f8a3d - Browse repository at this point
Copy the full SHA b9f8a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91b60d - Browse repository at this point
Copy the full SHA d91b60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea05fd9 - Browse repository at this point
Copy the full SHA ea05fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf5bd0 - Browse repository at this point
Copy the full SHA cdf5bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a88d4 - Browse repository at this point
Copy the full SHA 69a88d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca8a673 - Browse repository at this point
Copy the full SHA ca8a673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874ecd3 - Browse repository at this point
Copy the full SHA 874ecd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723e48b - Browse repository at this point
Copy the full SHA 723e48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95befa1 - Browse repository at this point
Copy the full SHA 95befa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c930d - Browse repository at this point
Copy the full SHA f6c930dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7044e62 - Browse repository at this point
Copy the full SHA 7044e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a586d42 - Browse repository at this point
Copy the full SHA a586d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 842ec43 - Browse repository at this point
Copy the full SHA 842ec43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d44719d - Browse repository at this point
Copy the full SHA d44719dView commit details -
use CompactionCold epochs for delinating the cold epoch cliff
this allows us to change the thresholds for testing.
Configuration menu - View commit details
-
Copy full SHA for 5068d51 - Browse repository at this point
Copy the full SHA 5068d51View commit details -
walk snapshot the same way snapshot exporting does; skip old msgs and…
… receipts by default. so that we don't panic with missing blocks in non-archival nodes
Configuration menu - View commit details
-
Copy full SHA for 31268ba - Browse repository at this point
Copy the full SHA 31268baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e12377 - Browse repository at this point
Copy the full SHA 8e12377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c7d8e - Browse repository at this point
Copy the full SHA 99c7d8eView commit details -
refactor lmdb specific snoop/liveset code into their own files
paves the way for different back ends
Configuration menu - View commit details
-
Copy full SHA for ee751f8 - Browse repository at this point
Copy the full SHA ee751f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9977f5c - Browse repository at this point
Copy the full SHA 9977f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e794451 - Browse repository at this point
Copy the full SHA e794451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f0ddac - Browse repository at this point
Copy the full SHA 8f0ddacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 923a3db - Browse repository at this point
Copy the full SHA 923a3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b6f91 - Browse repository at this point
Copy the full SHA 68b6f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1789e - Browse repository at this point
Copy the full SHA cb1789eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a9b97 - Browse repository at this point
Copy the full SHA 27a9b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1a978 - Browse repository at this point
Copy the full SHA 2c1a978View commit details -
Configuration menu - View commit details
-
Copy full SHA for b839947 - Browse repository at this point
Copy the full SHA b839947View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c61c4 - Browse repository at this point
Copy the full SHA f1c61c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4d45e - Browse repository at this point
Copy the full SHA 2e4d45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73259aa - Browse repository at this point
Copy the full SHA 73259aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 364076c - Browse repository at this point
Copy the full SHA 364076cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 783dcda - Browse repository at this point
Copy the full SHA 783dcdaView commit details -
compactSimple should walk the cold epoch at depth 1
So that it finds reachable objects that should stay in the hotstore
Configuration menu - View commit details
-
Copy full SHA for 2f26026 - Browse repository at this point
Copy the full SHA 2f26026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2426ffb - Browse repository at this point
Copy the full SHA 2426ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e52c709 - Browse repository at this point
Copy the full SHA e52c709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09cd117 - Browse repository at this point
Copy the full SHA 09cd117View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba6530 - Browse repository at this point
Copy the full SHA aba6530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97abbe1 - Browse repository at this point
Copy the full SHA 97abbe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc672d - Browse repository at this point
Copy the full SHA 4cc672dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c6bc6 - Browse repository at this point
Copy the full SHA f4c6bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ce795 - Browse repository at this point
Copy the full SHA f5ce795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8884920 - Browse repository at this point
Copy the full SHA 8884920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44aadb9 - Browse repository at this point
Copy the full SHA 44aadb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62999d - Browse repository at this point
Copy the full SHA f62999dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05fee27 - Browse repository at this point
Copy the full SHA 05fee27View commit details -
Configuration menu - View commit details
-
Copy full SHA for e582f0b - Browse repository at this point
Copy the full SHA e582f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7587ab6 - Browse repository at this point
Copy the full SHA 7587ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5639261 - Browse repository at this point
Copy the full SHA 5639261View commit details -
Configuration menu - View commit details
-
Copy full SHA for cae5ddc - Browse repository at this point
Copy the full SHA cae5ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c6e4f - Browse repository at this point
Copy the full SHA 99c6e4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3282f85 - Browse repository at this point
Copy the full SHA 3282f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc2f3a - Browse repository at this point
Copy the full SHA 0fc2f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3733456 - Browse repository at this point
Copy the full SHA 3733456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b51c10 - Browse repository at this point
Copy the full SHA 1b51c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a804fb - Browse repository at this point
Copy the full SHA 1a804fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb36d5b - Browse repository at this point
Copy the full SHA cb36d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 748dd96 - Browse repository at this point
Copy the full SHA 748dd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for e612fff - Browse repository at this point
Copy the full SHA e612fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9400c5 - Browse repository at this point
Copy the full SHA b9400c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b452b - Browse repository at this point
Copy the full SHA b1b452bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfba5b - Browse repository at this point
Copy the full SHA 8cfba5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce68b9b - Browse repository at this point
Copy the full SHA ce68b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f2533 - Browse repository at this point
Copy the full SHA 48f2533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1e1f4 - Browse repository at this point
Copy the full SHA 4b1e1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f651f43 - Browse repository at this point
Copy the full SHA f651f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d466d - Browse repository at this point
Copy the full SHA 35d466dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68213a9 - Browse repository at this point
Copy the full SHA 68213a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5184bc5 - Browse repository at this point
Copy the full SHA 5184bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c762536 - Browse repository at this point
Copy the full SHA c762536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6014273 - Browse repository at this point
Copy the full SHA 6014273View commit details -
move Blockstore config to FullNode, rename to Chainstore and add defa…
…ult for HotStoreType
Configuration menu - View commit details
-
Copy full SHA for dd0c308 - Browse repository at this point
Copy the full SHA dd0c308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b73d6 - Browse repository at this point
Copy the full SHA 86b73d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a55b73 - Browse repository at this point
Copy the full SHA 8a55b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff5aec - Browse repository at this point
Copy the full SHA 2ff5aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fdad2 - Browse repository at this point
Copy the full SHA 86fdad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab52e34 - Browse repository at this point
Copy the full SHA ab52e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c05ec2 - Browse repository at this point
Copy the full SHA 4c05ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d8ea1 - Browse repository at this point
Copy the full SHA 06d8ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 006c55a - Browse repository at this point
Copy the full SHA 006c55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ebb2a - Browse repository at this point
Copy the full SHA 70ebb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d0980 - Browse repository at this point
Copy the full SHA d2d0980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8c60a - Browse repository at this point
Copy the full SHA 6b8c60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b680d1 - Browse repository at this point
Copy the full SHA 6b680d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b2f41 - Browse repository at this point
Copy the full SHA 11b2f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d8c87 - Browse repository at this point
Copy the full SHA 47d8c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 508fcb9 - Browse repository at this point
Copy the full SHA 508fcb9View commit details -
walk at boundary epoch, 2 finalities from current epoch, to find live…
… objects objects written after that are retained anyway.
Configuration menu - View commit details
-
Copy full SHA for fdd8775 - Browse repository at this point
Copy the full SHA fdd8775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a7b88 - Browse repository at this point
Copy the full SHA 98a7b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb6a90 - Browse repository at this point
Copy the full SHA 5fb6a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff0f1e - Browse repository at this point
Copy the full SHA aff0f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17be7d3 - Browse repository at this point
Copy the full SHA 17be7d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd009d - Browse repository at this point
Copy the full SHA 9bd009dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c58df3f - Browse repository at this point
Copy the full SHA c58df3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d2157 - Browse repository at this point
Copy the full SHA 99d2157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b32c2e - Browse repository at this point
Copy the full SHA 2b32c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2f2cf - Browse repository at this point
Copy the full SHA 0a2f2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f5ba1 - Browse repository at this point
Copy the full SHA 09f5ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85391b - Browse repository at this point
Copy the full SHA e85391bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e49e3 - Browse repository at this point
Copy the full SHA 58e49e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a21b5 - Browse repository at this point
Copy the full SHA a4a21b5View commit details -
Merge pull request #5728 from filecoin-project/feat/cliutil-pkg
Move api client builders to a cliutil package
Configuration menu - View commit details
-
Copy full SHA for b4ca792 - Browse repository at this point
Copy the full SHA b4ca792View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a1d72 - Browse repository at this point
Copy the full SHA e7a1d72View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbbcb14 - Browse repository at this point
Copy the full SHA dbbcb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279f9e6 - Browse repository at this point
Copy the full SHA 279f9e6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 6534280 - Browse repository at this point
Copy the full SHA 6534280View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for fc03a07 - Browse repository at this point
Copy the full SHA fc03a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a74f75 - Browse repository at this point
Copy the full SHA 4a74f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 444b84d - Browse repository at this point
Copy the full SHA 444b84dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667fffb - Browse repository at this point
Copy the full SHA 667fffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64646de - Browse repository at this point
Copy the full SHA 64646deView commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d398f2 - Browse repository at this point
Copy the full SHA 6d398f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee87a8 - Browse repository at this point
Copy the full SHA 3ee87a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for afb527f - Browse repository at this point
Copy the full SHA afb527fView commit details -
Merge pull request #5734 from filecoin-project/feat/net-peers-extended
Implement net peers --extended
Configuration menu - View commit details
-
Copy full SHA for 5df45ad - Browse repository at this point
Copy the full SHA 5df45adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8562a9b - Browse repository at this point
Copy the full SHA 8562a9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52de95d - Browse repository at this point
Copy the full SHA 52de95dView commit details -
Merge pull request #5666 from filecoin-project/feat/extend-sectors-cmd
Command to extend sector expiration
Configuration menu - View commit details
-
Copy full SHA for 8a5cd21 - Browse repository at this point
Copy the full SHA 8a5cd21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1b855 - Browse repository at this point
Copy the full SHA 3d1b855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd7770 - Browse repository at this point
Copy the full SHA 3bd7770View commit details -
Merge pull request #5744 from filecoin-project/feat/splitstore-gc
garbage collect hotstore after compaction
Configuration menu - View commit details
-
Copy full SHA for c52dae4 - Browse repository at this point
Copy the full SHA c52dae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90741da - Browse repository at this point
Copy the full SHA 90741daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c7b107 - Browse repository at this point
Copy the full SHA 7c7b107View commit details -
Merge pull request #5745 from filecoin-project/feat/splitstore-gc-tuning
tune badger gc to repeatedly gc the value log until there is no rewrite
Configuration menu - View commit details
-
Copy full SHA for 51ed4c7 - Browse repository at this point
Copy the full SHA 51ed4c7View commit details -
Merge pull request #5735 from filecoin-project/feat/pubsub-ip-colocat…
…io-whitelist Add configuration option for pubsub IPColocationWhitelist subnets
Configuration menu - View commit details
-
Copy full SHA for b130462 - Browse repository at this point
Copy the full SHA b130462View commit details -
chore: update go-graphsync to 0.6.0
This fixes a bunch of bugs and should improve deal reliability.
Configuration menu - View commit details
-
Copy full SHA for 3a2e988 - Browse repository at this point
Copy the full SHA 3a2e988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305c2ec - Browse repository at this point
Copy the full SHA 305c2ecView commit details -
Merge pull request #4992 from filecoin-project/feat/splitstore
hot/cold blockstore segregation (aka. splitstore)
Configuration menu - View commit details
-
Copy full SHA for 6591af9 - Browse repository at this point
Copy the full SHA 6591af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b3603 - Browse repository at this point
Copy the full SHA 06b3603View commit details -
Merge pull request #5730 from filecoin-project/asr/genesis-rootkey
Customize verifreg root key and remainder account when making genesis
Configuration menu - View commit details
-
Copy full SHA for 58d7627 - Browse repository at this point
Copy the full SHA 58d7627View commit details -
Merge pull request #5746 from filecoin-project/chore/update-graphsync
chore: update go-graphsync to 0.6.0
Configuration menu - View commit details
-
Copy full SHA for c49c6fd - Browse repository at this point
Copy the full SHA c49c6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5388f3e - Browse repository at this point
Copy the full SHA 5388f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2015e - Browse repository at this point
Copy the full SHA 9f2015eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4231e43 - Browse repository at this point
Copy the full SHA 4231e43View commit details
Commits on Mar 9, 2021
-
test: attempt to make the splitstore test deterministic
At a minimum, make it thread-safe.
Configuration menu - View commit details
-
Copy full SHA for 6d2e8d7 - Browse repository at this point
Copy the full SHA 6d2e8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6addd9a - Browse repository at this point
Copy the full SHA 6addd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dedf0ba - Browse repository at this point
Copy the full SHA dedf0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5304df5 - Browse repository at this point
Copy the full SHA 5304df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e03dc - Browse repository at this point
Copy the full SHA 05e03dcView commit details -
Merge pull request #5749 from filecoin-project/feat/netpeers-ext-connmgr
Add connmgr metadata to NetPeerInfo
Configuration menu - View commit details
-
Copy full SHA for 1755fc2 - Browse repository at this point
Copy the full SHA 1755fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6410d - Browse repository at this point
Copy the full SHA ae6410dView commit details -
Merge pull request #5750 from filecoin-project/fix/splitstore-tests
test: attempt to make the splitstore test deterministic
Configuration menu - View commit details
-
Copy full SHA for 2642ddc - Browse repository at this point
Copy the full SHA 2642ddcView commit details -
Merge pull request #5729 from filecoin-project/feat/api-no-dep-build
Feat/api no dep build
Configuration menu - View commit details
-
Copy full SHA for 1c62d7a - Browse repository at this point
Copy the full SHA 1c62d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7e70b - Browse repository at this point
Copy the full SHA ca7e70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7d3ed - Browse repository at this point
Copy the full SHA 9f7d3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4eefd7 - Browse repository at this point
Copy the full SHA b4eefd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a981f - Browse repository at this point
Copy the full SHA d4a981fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a51395 - Browse repository at this point
Copy the full SHA 0a51395View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58cacda - Browse repository at this point
Copy the full SHA 58cacdaView commit details -
Remove the SR2 stats, leave just the network totals
The SR2 aggregator now lives at https://github.com/filecoin-project/slingshot-stats
Configuration menu - View commit details
-
Copy full SHA for bdafdf8 - Browse repository at this point
Copy the full SHA bdafdf8View commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47064f9 - Browse repository at this point
Copy the full SHA 47064f9View commit details -
Merge pull request #5756 from filecoin-project/fix/bootstrapper-profile
Fix bootstrapper profile setting
Configuration menu - View commit details
-
Copy full SHA for 268abb5 - Browse repository at this point
Copy the full SHA 268abb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11f2de - Browse repository at this point
Copy the full SHA d11f2deView commit details -
Merge pull request #5759 from filecoin-project/asr/terminate-livecheck
Check liveness of sectors when processing termination batches
Configuration menu - View commit details
-
Copy full SHA for df0a8d9 - Browse repository at this point
Copy the full SHA df0a8d9View commit details -
Merge pull request #5624 from filecoin-project/feat/miner-storage-limit
Configurable storage path storage limit
Configuration menu - View commit details
-
Copy full SHA for 40fdf6c - Browse repository at this point
Copy the full SHA 40fdf6cView commit details -
Merge pull request #5620 from filecoin-project/feat/disable-owner-wor…
…ker-fallback miner: Config to disable owner/worker address fallback
Configuration menu - View commit details
-
Copy full SHA for 0527494 - Browse repository at this point
Copy the full SHA 0527494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b380c9 - Browse repository at this point
Copy the full SHA 2b380c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbb4bd - Browse repository at this point
Copy the full SHA 7fbb4bdView commit details -
Merge pull request #5761 from filecoin-project/fix/testunpadreader-go116
Fix TestUnpadReader on Go 1.16
Configuration menu - View commit details
-
Copy full SHA for cc490b9 - Browse repository at this point
Copy the full SHA cc490b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1054d - Browse repository at this point
Copy the full SHA 3f1054dView commit details -
Merge pull request #5755 from filecoin-project/feat/kvlog
Metadata datastore log
Configuration menu - View commit details
-
Copy full SHA for bd8864a - Browse repository at this point
Copy the full SHA bd8864aView commit details -
Merge pull request #5757 from filecoin-project/chore/sr2_stats_factor…
…ed_out Remove the SR2 stats, leave just the network totals
Configuration menu - View commit details
-
Copy full SHA for 504affd - Browse repository at this point
Copy the full SHA 504affdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6315523 - Browse repository at this point
Copy the full SHA 6315523View commit details