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
Jiaying Wang
f9db71ee12
Merge pull request #7908 from filecoin-project/release/v1.13.2
...
build: release: v1.13.2
2022-01-09 23:12:14 -05:00
Jiaying Wang
62a85e60a7
Merge pull request #7907 from filecoin-project/build/v1.13.2prep
...
build: release: v1.13.2 prep
2022-01-09 23:00:59 -05:00
Jennifer Wang
6ce9f232dc
update changelog
2022-01-09 22:47:41 -05:00
Jennifer Wang
20d1a5db70
bump the version to v1.13.2
2022-01-09 22:39:09 -05:00
Jennifer Wang
d46ee7c89b
add changelog
2022-01-09 22:32:59 -05:00
zenground0
d2abc409f9
Fix template
2022-01-09 21:20:05 -05:00
zenground0
5f9e7c4ff4
generated vectors from v7 for bleeding edge
2022-01-09 21:20:00 -05:00
Jiaying Wang
3f9849a63b
Merge pull request #7892 from filecoin-project/jen/rmapp100
...
build: release: v1.13.2-rc7 fix: remove app image from the bundle script
2022-01-05 19:42:50 -05:00
Jennifer Wang
09cd258780
lotus v1.13.2-rc7
2022-01-05 19:27:00 -05:00
Jennifer Wang
7d65a2664d
remove from the bundlde
2022-01-05 19:27:00 -05:00