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

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Feb 25, 2021

(merge into master after v10 network upgrade epoch)

ghoneycutt and others added 3 commits February 24, 2021 19:29
Without this commit the error message does not provide much value as it
lacks context.
Remove sectors with all deals expired in RecoverDealIDs
magik6k and others added 26 commits February 25, 2021 14:31
Improve error message with importing a chain
…2-refac/send

reintroduce Refactor send command for better testability
Add tipset capacity display to `chain list`

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
chain list --gas-stats display capacity
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.
magik6k and others added 22 commits March 9, 2021 12:47
test: attempt to make the splitstore test deterministic
Check liveness of sectors when processing termination batches
…ker-fallback

miner: Config to disable owner/worker address fallback
…ed_out

Remove the SR2 stats, leave just the network totals
@magik6k magik6k marked this pull request as ready for review March 10, 2021 16:18
@magik6k magik6k changed the title 1.5.x staging branch 1.5.1 staging branch Mar 10, 2021
@magik6k magik6k merged commit 1673362 into master Mar 10, 2021
@magik6k magik6k deleted the next branch March 10, 2021 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.