Skip to content
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

Merged
merged 294 commits into from
Mar 10, 2021
Merged

1.5.1 staging branch #5679

merged 294 commits into from
Mar 10, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 25, 2021

  1. Improve error message with importing a chain

    Without this commit the error message does not provide much value as it
    lacks context.
    ghoneycutt committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    92b6054 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5658 from filecoin-project/fix/handle-recoverdealids

    Remove sectors with all deals expired in RecoverDealIDs
    magik6k authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    247a086 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5375 from filecoin-project/feat/refactor-fsm-input

    storagefsm: Rewrite input handling
    magik6k authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e49a412 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5669 from ghoneycutt/import_error

    Improve error message with importing a chain
    magik6k authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f5d819b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b48ea96 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5668 from filecoin-project/revert-5667-revert-543…

    …2-refac/send
    
    reintroduce Refactor send command for better testability
    magik6k authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c69f884 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge pull request #5612 from filecoin-project/feat/cc-fsm-cleanup

    storagefsm: Cleanup CC sector creation
    magik6k authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    29c9fa3 View commit details
    Browse the repository at this point in the history
  2. chain list --gas-stats display capacity

    Add tipset capacity display to `chain list`
    
    Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
    Jakub Sztandera committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    10e1b26 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5676 from filecoin-project/feat/list-gas-stats

    chain list --gas-stats display capacity
    magik6k authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    fe69b56 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Correct some logs

    arajasek committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    48bce38 View commit details
    Browse the repository at this point in the history
  2. address review comments.

    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8601e5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0f7d0 View commit details
    Browse the repository at this point in the history
  4. fix unused import post-merge.

    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    9f0c68b View commit details
    Browse the repository at this point in the history
  5. fix CI for build-lotus-soup.

    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8b17a47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45a650c View commit details
    Browse the repository at this point in the history
  7. fix TimedCacheBlockstore#View.

    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    853de3d View commit details
    Browse the repository at this point in the history
  8. 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.
    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    3795cc2 View commit details
    Browse the repository at this point in the history
  9. fix test compilation error.

    raulk committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b34b4e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request #5694 from filecoin-project/asr/nits

    Correct some logs
    magik6k authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3f5b17d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fe3740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bd5173 View commit details
    Browse the repository at this point in the history
  4. tag in droplet image

    Cory Schwartz committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2f496b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5764269 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    9850e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced455b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5702 from filecoin-project/asr/sync-stage-string

    Add idle to sync stage's String()
    magik6k authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cd1a2e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5604 from filecoin-project/feat/packer-build

    packer provisioner
    magik6k authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    a39f480 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d7de5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61005e6 View commit details
    Browse the repository at this point in the history
  7. address review comments.

    raulk committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b1c348b View commit details
    Browse the repository at this point in the history
  8. 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.
    raulk committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    2047a74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68b8e8e View commit details
    Browse the repository at this point in the history
  10. address review comments.

    raulk committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1ac0c9a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22e465b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Merge pull request #5695 from filecoin-project/feat/segregate-blockst…

    …ores
    
    segregate chain and state blockstores
    magik6k authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    448813d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. fix(multisig): The format of the amount is not correct in msigLockApp…

    …roveCmd and msigLockCancelCmd
    Rennbon committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d80b0d9 View commit details
    Browse the repository at this point in the history
  2. no message

    Rennbon committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    fb78d50 View commit details
    Browse the repository at this point in the history
  3. no message

    Rennbon committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    10076d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5718 from Rennbon/master

    fix(multisig): The format of the amount is not correct in msigLockApp…
    magik6k authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e05dc4e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Update chain/sub/incoming.go

    Co-authored-by: raulk <raul@protocol.ai>
    arajasek and raulk authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    374bd9b View commit details
    Browse the repository at this point in the history
  2. Collect worker task metrics

    magik6k committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    fe230f9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5648 from filecoin-project/feat/miner-worker-metrics

    Collect worker task metrics
    magik6k authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    046eb28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5704 from filecoin-project/asr/log-large-delay

    Log block CID in the large delay warning
    magik6k authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d53c700 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6577cc8 View commit details
    Browse the repository at this point in the history
  6. compaction algorithm

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c8f1139 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b192adf View commit details
    Browse the repository at this point in the history
  8. track base epoch in metadata ds

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    fd08786 View commit details
    Browse the repository at this point in the history
  9. fix off by 1 in marking

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c2cc198 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bed6c9 View commit details
    Browse the repository at this point in the history
  11. satisfy linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b945747 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    101e5c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3083d80 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1b1a9c View commit details
    Browse the repository at this point in the history
  15. add some logging

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2c9b58a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17bc5fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0bf1a78 View commit details
    Browse the repository at this point in the history
  18. gomod: get lmdb-go

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    df856b7 View commit details
    Browse the repository at this point in the history
  19. implement lmdb-backed LiveSet

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3f92a00 View commit details
    Browse the repository at this point in the history
  20. liveset unit test

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5043f31 View commit details
    Browse the repository at this point in the history
  21. quiet linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    83f8a0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d7476c View commit details
    Browse the repository at this point in the history
  23. add tracking store test

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4763397 View commit details
    Browse the repository at this point in the history
  24. quiet linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    da47883 View commit details
    Browse the repository at this point in the history
  25. protect against potential data races

    overkill, but let's not have race detectors scream at us.
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d20cbc0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5db314f View commit details
    Browse the repository at this point in the history
  27. add TODO note about map size

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    37e391f View commit details
    Browse the repository at this point in the history
  28. simplify Has

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    0af7b16 View commit details
    Browse the repository at this point in the history
  29. use CAS for compacting state

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b0f48b5 View commit details
    Browse the repository at this point in the history
  30. go get go-bs-lmdb

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e87ce6c View commit details
    Browse the repository at this point in the history
  31. splitstore constructor

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e07c6c7 View commit details
    Browse the repository at this point in the history
  32. hook splitstore into DI

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    622b4f7 View commit details
    Browse the repository at this point in the history
  33. fix lotus-shed build

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3912694 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    facdc55 View commit details
    Browse the repository at this point in the history
  35. appease linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f44cf0f View commit details
    Browse the repository at this point in the history
  36. deal with MDB_KEY_EXIST errors

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    843fd09 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ce41e39 View commit details
    Browse the repository at this point in the history
  38. go get go-bs-lmdb@v0.0.3

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3f8da19 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6e51e6d View commit details
    Browse the repository at this point in the history
  40. make CompactionThreshold a var to fix lotus-soup build

    finality is not a constant there!
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1a23b1f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    76d6edb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8b00875 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    58a8434 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5b4e6b7 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    877ecab View commit details
    Browse the repository at this point in the history
  46. go get go-bs-lmdb@v1.0.2

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5872f24 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2080e46 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c89ab1a View commit details
    Browse the repository at this point in the history
  49. log MDB_READERS_FULL retries

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b9f8a3d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d91b60d View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ea05fd9 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    cdf5bd0 View commit details
    Browse the repository at this point in the history
  53. fix snoop test

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    69a88d4 View commit details
    Browse the repository at this point in the history
  54. adjust hot store options

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ca8a673 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    874ecd3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    723e48b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    95befa1 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f6c930d View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7044e62 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    a586d42 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    842ec43 View commit details
    Browse the repository at this point in the history
  62. amend confusing comment

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d44719d View commit details
    Browse the repository at this point in the history
  63. use CompactionCold epochs for delinating the cold epoch cliff

    this allows us to change the thresholds for testing.
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5068d51 View commit details
    Browse the repository at this point in the history
  64. 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
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    31268ba View commit details
    Browse the repository at this point in the history
  65. handle consistency edge case

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8e12377 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    99c7d8e View commit details
    Browse the repository at this point in the history
  67. refactor lmdb specific snoop/liveset code into their own files

    paves the way for different back ends
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ee751f8 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9977f5c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e794451 View commit details
    Browse the repository at this point in the history
  70. add comment

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8f0ddac View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    923a3db View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    68b6f91 View commit details
    Browse the repository at this point in the history
  73. gomod: use bolt

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cb1789e View commit details
    Browse the repository at this point in the history
  74. implement bolt-backed liveset

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    27a9b97 View commit details
    Browse the repository at this point in the history
  75. add test for bolt liveset

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2c1a978 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    b839947 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    f1c61c4 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    2e4d45e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    73259aa View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    364076c View commit details
    Browse the repository at this point in the history
  81. add Sync to the tracking store

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    783dcda View commit details
    Browse the repository at this point in the history
  82. compactSimple should walk the cold epoch at depth 1

    So that it finds reachable objects that should stay in the hotstore
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2f26026 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    2426ffb View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    e52c709 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    09cd117 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    aba6530 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    97abbe1 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    4cc672d View commit details
    Browse the repository at this point in the history
  89. comment nomenclature

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f4c6bc6 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    f5ce795 View commit details
    Browse the repository at this point in the history
  91. fix tests

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8884920 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    44aadb9 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    f62999d View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    05fee27 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    e582f0b View commit details
    Browse the repository at this point in the history
  96. quiet the stupid linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7587ab6 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    5639261 View commit details
    Browse the repository at this point in the history
  98. dynamically size bloom filters

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    cae5ddc View commit details
    Browse the repository at this point in the history
  99. adjust min bloom filter size

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    99c6e4f View commit details
    Browse the repository at this point in the history
  100. fix tests

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3282f85 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    0fc2f3a View commit details
    Browse the repository at this point in the history
  102. go mod tidy

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3733456 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    1b51c10 View commit details
    Browse the repository at this point in the history
  104. move splitstore into blockstore package.

    raulk authored and vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    1a804fb View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    cb36d5b View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    748dd96 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    e612fff View commit details
    Browse the repository at this point in the history
  108. use crypto/rand for bloom salt

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b9400c5 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    b1b452b View commit details
    Browse the repository at this point in the history
  110. renames and polish.

    raulk authored and vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8cfba5b View commit details
    Browse the repository at this point in the history
  111. batch writes during warm up

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ce68b9b View commit details
    Browse the repository at this point in the history
  112. increase batch size to 16K

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    48f2533 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    4b1e1f4 View commit details
    Browse the repository at this point in the history
  114. improve comment accuracy

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f651f43 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    35d466d View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    68213a9 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    5184bc5 View commit details
    Browse the repository at this point in the history
  118. deduplicate code

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c762536 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    6014273 View commit details
    Browse the repository at this point in the history
  120. move Blockstore config to FullNode, rename to Chainstore and add defa…

    …ult for HotStoreType
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    dd0c308 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    86b73d6 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    8a55b73 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    2ff5aec View commit details
    Browse the repository at this point in the history
  124. fix typo

    Co-authored-by: raulk <raul@protocol.ai>
    vyzo and raulk committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    86fdad2 View commit details
    Browse the repository at this point in the history
  125. add comment

    Co-authored-by: raulk <raul@protocol.ai>
    vyzo and raulk committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ab52e34 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    4c05ec2 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    06d8ea1 View commit details
    Browse the repository at this point in the history
  128. add startup log

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    006c55a View commit details
    Browse the repository at this point in the history
  129. improve startup log

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    70ebb2a View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    d2d0980 View commit details
    Browse the repository at this point in the history
  131. don't ID wrap the hotstore

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6b8c60a View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    6b680d1 View commit details
    Browse the repository at this point in the history
  133. overestimate markSetSize a bit

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    11b2f41 View commit details
    Browse the repository at this point in the history
  134. fix log

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    47d8c87 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    508fcb9 View commit details
    Browse the repository at this point in the history
  136. walk at boundary epoch, 2 finalities from current epoch, to find live…

    … objects
    
    objects written after that are retained anyway.
    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    fdd8775 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    98a7b88 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    5fb6a90 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    aff0f1e View commit details
    Browse the repository at this point in the history
  140. save markSetSize

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    17be7d3 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    9bd009d View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    c58df3f View commit details
    Browse the repository at this point in the history
  143. remove DEBUG log spam

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    99d2157 View commit details
    Browse the repository at this point in the history
  144. add some metrics

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2b32c2e View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    0a2f2cf View commit details
    Browse the repository at this point in the history
  146. add splitstore unit test

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    09f5ba1 View commit details
    Browse the repository at this point in the history
  147. quiet stupid linter

    vyzo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    e85391b View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    58e49e3 View commit details
    Browse the repository at this point in the history
  149. fix lint

    magik6k committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a4a21b5 View commit details
    Browse the repository at this point in the history
  150. Merge pull request #5728 from filecoin-project/feat/cliutil-pkg

    Move api client builders to a cliutil package
    magik6k authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b4ca792 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    e7a1d72 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    dbbcb14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279f9e6 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    6534280 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    fc03a07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a74f75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    444b84d View commit details
    Browse the repository at this point in the history
  7. go get go-libp2p-pubsub@master

    vyzo committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    667fffb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64646de View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. make gen, docsgen

    magik6k committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6d398f2 View commit details
    Browse the repository at this point in the history
  2. gofmt

    magik6k committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3ee87a8 View commit details
    Browse the repository at this point in the history
  3. fix lint

    magik6k committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    afb527f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5734 from filecoin-project/feat/net-peers-extended

    Implement net peers --extended
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5df45ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8562a9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52de95d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5666 from filecoin-project/feat/extend-sectors-cmd

    Command to extend sector expiration
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    8a5cd21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d1b855 View commit details
    Browse the repository at this point in the history
  9. deduplicate code

    vyzo committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3bd7770 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5744 from filecoin-project/feat/splitstore-gc

    garbage collect hotstore after compaction
    vyzo authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c52dae4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90741da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c7b107 View commit details
    Browse the repository at this point in the history
  13. 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
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    51ed4c7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5735 from filecoin-project/feat/pubsub-ip-colocat…

    …io-whitelist
    
    Add configuration option for pubsub IPColocationWhitelist subnets
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b130462 View commit details
    Browse the repository at this point in the history
  15. chore: update go-graphsync to 0.6.0

    This fixes a bunch of bugs and should improve deal reliability.
    Stebalien committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3a2e988 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    305c2ec View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4992 from filecoin-project/feat/splitstore

    hot/cold blockstore segregation (aka. splitstore)
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6591af9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    06b3603 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #5730 from filecoin-project/asr/genesis-rootkey

    Customize verifreg root key and remainder account when making genesis
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    58d7627 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #5746 from filecoin-project/chore/update-graphsync

    chore: update go-graphsync to 0.6.0
    magik6k authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c49c6fd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5388f3e View commit details
    Browse the repository at this point in the history
  22. docsgen

    magik6k committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9f2015e View commit details
    Browse the repository at this point in the history
  23. docsgen funtimes

    magik6k committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4231e43 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. test: attempt to make the splitstore test deterministic

    At a minimum, make it thread-safe.
    Stebalien committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6d2e8d7 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Stebalien committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6addd9a View commit details
    Browse the repository at this point in the history
  3. fix docsgen

    Stebalien committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    dedf0ba View commit details
    Browse the repository at this point in the history
  4. fix lotus-shed compile

    Stebalien committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    5304df5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05e03dc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5749 from filecoin-project/feat/netpeers-ext-connmgr

    Add connmgr metadata to NetPeerInfo
    magik6k authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1755fc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae6410d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5750 from filecoin-project/fix/splitstore-tests

    test: attempt to make the splitstore test deterministic
    magik6k authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2642ddc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5729 from filecoin-project/feat/api-no-dep-build

    Feat/api no dep build
    magik6k authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1c62d7a View commit details
    Browse the repository at this point in the history
  10. Metadata datastore log

    magik6k committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ca7e70b View commit details
    Browse the repository at this point in the history
  11. gofmt

    magik6k committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9f7d3ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4eefd7 View commit details
    Browse the repository at this point in the history
  13. fix lint

    magik6k committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d4a981f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a51395 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58cacda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bdafdf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    47064f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5756 from filecoin-project/fix/bootstrapper-profile

    Fix bootstrapper profile setting
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    268abb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d11f2de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5759 from filecoin-project/asr/terminate-livecheck

    Check liveness of sectors when processing termination batches
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    df0a8d9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5624 from filecoin-project/feat/miner-storage-limit

    Configurable storage path storage limit
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    40fdf6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5620 from filecoin-project/feat/disable-owner-wor…

    …ker-fallback
    
    miner: Config to disable owner/worker address fallback
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0527494 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b380c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fbb4bd View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5761 from filecoin-project/fix/testunpadreader-go116

    Fix TestUnpadReader on Go 1.16
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    cc490b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f1054d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5755 from filecoin-project/feat/kvlog

    Metadata datastore log
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bd8864a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5757 from filecoin-project/chore/sr2_stats_factor…

    …ed_out
    
    Remove the SR2 stats, leave just the network totals
    magik6k authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    504affd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6315523 View commit details
    Browse the repository at this point in the history