Commit Graph

14232 Commits

Author SHA1 Message Date
Aayush Rajasekaran
df943d3f4e Update markets 2022-01-11 19:50:59 -05:00
Aayush Rajasekaran
7d55284b90 Update carv2 2022-01-11 19:50:34 -05:00
Aayush Rajasekaran
414a53b2df Update go-car 2022-01-11 19:50:27 -05:00
Aayush Rajasekaran
4d98dd9806 Update go-storedcounter and go-ds-versioning 2022-01-11 19:49:48 -05:00
vyzo
585f30a793 update deps 2022-01-11 19:49:23 -05:00
Aayush Rajasekaran
dcd7c9ec6a Update go-data-transfer 2022-01-11 19:48:49 -05:00
whyrusleeping
a44081aa75 WIP: updating to new datastore/blockstore code with contexts 2022-01-11 19:48:04 -05:00
vyzo
c905b6f0c1 satisfy the spellchecker that masquarades as a linter 2022-01-11 19:39:35 -05:00
vyzo
e54c8dac56 hook the upgrade schedule to splitstore start 2022-01-11 19:39:31 -05:00
vyzo
f7067adf70 add unit test for compaction supression 2022-01-11 19:39:25 -05:00
vyzo
ee41547c52 add logic for supressing compaction near upgrade boundaries 2022-01-11 19:39:20 -05:00
Aayush Rajasekaran
07df10a455 format 2022-01-11 18:18:50 -05:00
Jiaying Wang
4bce60bace Update default-lotus-miner-config.toml 2022-01-11 18:17:03 -05:00
Jennifer Wang
dbdf16610a fix lint 2022-01-11 18:16:33 -05:00
Jennifer Wang
f8a928c4b6 Disable mark-for-upgrade two days before the network v15 OhSnap upgrade to avoid unexpected edge cases that may cause deal/sector failure 2022-01-11 18:16:03 -05:00
Jennifer Wang
b5fb1406c5 Integrate proof v11.0.0 2022-01-11 18:07:15 -05:00
Aayush Rajasekaran
faa930778f Remove unnecessary params from VerifyWinningPost 2022-01-11 18:06:03 -05:00
Łukasz Magiera
473b333f85 address review 2022-01-11 18:03:41 -05:00
zenground0
b62ccd75a0 Fix hande deal recover return value bug 2022-01-11 18:03:35 -05:00
zenground0
62438885da Fix TooManyMarkedForUpgrade 2022-01-11 18:03:19 -05:00
zenground0
a25eac8033 Deflake more practically 2022-01-11 18:03:14 -05:00
zenground0
e3e4c2ce89 Deflake snap deals integration test 2022-01-11 18:03:10 -05:00
zenground0
8765c69ab8 Snap Deals Integration
- FSM handles the actual cc upgrade process including error states
- PoSting (winning and window) works over upgraded and upgrading sectors
- Integration test and changes to itest framework to reduce flakes
- Update CLI to handle new upgrade
- Update dependencies
2022-01-11 18:02:59 -05:00
Jennifer Wang
d665416829 bump the version to v1.14.0-rc1 2022-01-10 23:24:37 -05:00
Aayush Rajasekaran
ba85c9fc67 Update go-paramfetch 2022-01-10 23:13:03 -05:00
Jiaying Wang
70c4337835 Update pull_request_template.md 2022-01-10 23:12:12 -05:00
Jiaying Wang
290b31e269 Remove ticket number from the title
issue number in PR title is not that useful because reader cannot click it and need to mention the issue in the body for auto close either way.
2022-01-10 23:11:10 -05:00
Jakub Sztandera
88c23a9cac Add gas charge for VerifyReplicaUpdate
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2022-01-10 23:10:20 -05:00
Aayush Rajasekaran
6a06f15650 Fix circsuypply calc around null blocks 2022-01-10 23:10:11 -05:00
Aayush Rajasekaran
762d2e473b VM: Circ supply should be constant per epoch 2022-01-10 23:05:59 -05:00
Aayush Rajasekaran
7c165768d2 Add a log for when message selection fails 2022-01-10 23:04:02 -05:00
Aayush Rajasekaran
e19199626a Mempool: add selection tests 2022-01-10 23:03:51 -05:00
Aayush Rajasekaran
3e872599ce Mempool: Selection should respect CBOR limits 2022-01-10 23:03:47 -05:00
Aayush Rajasekaran
518634b998 Consensus: Safety check against unknown sig types 2022-01-10 23:03:41 -05:00
Aayush Rajasekaran
d83d585327 Mempool: Selection logic should respect block message limits 2022-01-10 23:03:34 -05:00
Aayush Rajasekaran
7e3fea2489 Update FFI 2022-01-10 23:03:27 -05:00
zenground0
1d3c48c852 RemoveData and Decode
- Unsealing replica update with sector key works and tested
- Sector key generation added and tested
2022-01-10 23:02:44 -05:00
Jiaying Wang
4ae0d1c42e Create pull_request_template.md
This is the very first iteration of the lotus PR template. The goal of adding PR template is to standardize PR requests and encourage contributors to:
- come up with good PR descriptions to give code reviewers a clear overview of what's in the PR 
- have a clear PR title as lotus generates a change log based on it
- check that tests and documentation for the codes that changed are icnluded 

The PR type follows the https://www.conventionalcommits.org/en/v1.0.0-beta.2/.  The [contribution guideline](https://github.com/filecoin-project/lotus#contribute) should be updated with how to create a pr after the template is accepted.
2022-01-10 23:00:08 -05:00
Jennifer Wang
2918a7fa46 docs gen 2022-01-10 22:59:57 -05:00
Jennifer Wang
6bf57a38ec Bump the master version to v1.13.3-dev 2022-01-10 22:55:57 -05:00
zenground0
ef60ee9435 Review Response 2022-01-10 22:50:58 -05:00
zenground0
f7d5efd596 WIP 2022-01-10 22:50:52 -05:00
c r
7c91964cbb reorder transfer checks so as to ensure sending more money than you have to yourself fails with an error (fixing issue 7596)
PR #7637, also adds tests to make sure behavior is correct across versions.
2022-01-10 22:50:08 -05:00
zenground0
a6ce9c13ff WIP sector storage and integration test 2022-01-10 22:49:29 -05:00
Aayush Rajasekaran
0fc5626b3b Address review 2022-01-10 22:44:19 -05:00
Aayush Rajasekaran
9007be1aec Update actors 2022-01-10 22:34:57 -05:00
Aayush Rajasekaran
7884f3ec82 Update FFI 2022-01-10 22:34:53 -05:00
Aayush Rajasekaran
27e21e8db9 Update deps 2022-01-10 22:34:49 -05:00
Aayush Rajasekaran
b44596e48f Plug in the FFI call 2022-01-10 22:34:43 -05:00
Aayush Rajasekaran
3e3bd52c51 Integrate v7 actors 2022-01-10 22:34:33 -05:00