Commit Graph
12415 Commits
Author SHA1 Message Date
Steven Allen efaa7b0d76 update contributors to include all filecoin projects 2021-06-23 19:02:14 -07:00
Steven Allen 64567d7f32 add simulation projections to changelog 2021-06-23 18:49:52 -07:00
Jennifer Wang 559f7f0cc3 add changelog 2021-06-23 20:54:52 -04:00
Aayush Rajasekaran a290982ca0 Lotus version 1.10.0 2021-06-23 20:50:18 -04:00
Jennifer 1c196e7e68 Merge pull request #6579 from filecoin-project/jennijuju-patch-1
Pull actor v5.0.1
2021-06-23 20:36:20 -04:00
Jennifer Wang 85f2fcf2c6 pull actor v5.0.1 2021-06-23 18:51:20 -04:00
Steven Allen 63626e1d0a feat(scripts): add the mkreleaselog script 2021-06-23 15:02:23 -07:00
Łukasz Magiera cb8149e047 Merge pull request #6576 from filecoin-project/feat/max-dealstart-config
Add miner-side MaxDealStartDelay config
2021-06-23 20:26:09 +02:00
Raúl Kripalani 6a48fbbc11 increase suspension threshold to 300. 2021-06-23 19:21:42 +01:00
Raúl Kripalani 58f348cb7f add ability to suspend deal-making until CE is stable. 2021-06-23 19:14:27 +01:00
Łukasz Magiera 9521c0b773 Add miner-side MaxDealStartDelay config 2021-06-23 19:45:13 +02:00
Raúl Kripalani fa4bcc6054 Merge branch 'master' into raulk/itests-refactor-kit 2021-06-23 18:31:28 +01:00
raulk ae38dfe3b9 Merge pull request #6573 from filecoin-project/fix/make-ci-good
fix circleci being out of sync.
2021-06-23 18:29:58 +01:00
Raúl Kripalani a1e57d35f9 circleci was out of sync. 2021-06-23 18:24:36 +01:00
Łukasz Magiera 0e4cd3c599 Merge pull request #6563 from filecoin-project/asr/batch-starter
Always flush when timer goes off
2021-06-23 19:19:30 +02:00
Łukasz Magiera 643b35c0c9 Merge pull request #6561 from filecoin-project/raulk/circleci-dynamic
dynamic circleci config for streamlining test execution
2021-06-23 19:17:13 +02:00
Raúl Kripalani 9b3188d110 split deals tests. 2021-06-23 18:13:29 +01:00
Raúl Kripalani 779626ceec fix circleci. 2021-06-23 18:05:20 +01:00
Raúl Kripalani ef8f35510d Merge branch 'master' into raulk/itests-refactor-kit 2021-06-23 17:55:06 +01:00
Raúl Kripalani f4d0db83d8 Merge branch 'raulk/circleci-dynamic' into raulk/itests-refactor-kit 2021-06-23 17:33:17 +01:00
Aayush Rajasekaran 616e5688fc Remove MinPreCommitBatch 2021-06-23 12:30:32 -04:00
Raúl Kripalani f4341409a1 deterministic order for rest unit tests. 2021-06-23 17:08:46 +01:00
Raúl Kripalani 2c605e08f1 Revert "(test) deliberately check in an outdated .circleci/config.yml to test the gen-check CI target."
This reverts commit 6017715fd7.
2021-06-23 16:50:11 +01:00
Raúl Kripalani 0c31676bf8 Makefile: add circleci target as dependency of gen target. 2021-06-23 16:46:13 +01:00
Raúl Kripalani 6017715fd7 (test) deliberately check in an outdated .circleci/config.yml to test the gen-check CI target. 2021-06-23 16:40:20 +01:00
Raúl Kripalani 211751f8b8 declare some tests as expensive. 2021-06-23 16:37:43 +01:00
Aayush Rajasekaran f1ed13d1ef Merge pull request #6571 from filecoin-project/chore/merge-1.10
Merge 1.10 branch into master
2021-06-23 10:10:11 -04:00
Łukasz Magiera fa2be42eb0 Merge remote-tracking branch 'origin/release/v1.10.0' into chore/merge-1.10 2021-06-23 15:51:00 +02:00
Łukasz Magiera 8adfdfb0fb Merge pull request #6560 from filecoin-project/asr/fix-comment
Fix helptext
2021-06-23 12:49:02 +02:00
wangchao 03261771e2 scale up sector expiration to avoid sector expire in batch-pre-commit waitting 2021-06-23 14:10:28 +08:00
Jennifer cd9f6724a5 Merge pull request #6565 from filecoin-project/asr/hyperdrive-epoch
Set HyperDrive upgrade epoch
2021-06-23 00:44:32 -04:00
Aayush Rajasekaran 2dd498297f Set HyperDrive upgrade epoch 2021-06-22 19:34:03 -04:00
Aayush Rajasekaran 93f7cbe587 Add a helpful comment 2021-06-22 19:31:36 -04:00
Aayush RajasekaranandJennifer 4af59e0188 Apply suggestions from code review
Co-authored-by: Jennifer <42981373+jennijuju@users.noreply.github.com>
2021-06-22 19:23:24 -04:00
Aayush Rajasekaran 6ca2a14819 Always flush when timer goes off 2021-06-22 19:16:36 -04:00
Łukasz Magiera 32b986503d Merge pull request #6548 from filecoin-project/feat/maxprice-agg
Update default fees for aggregates
2021-06-23 01:13:48 +02:00
Steven Allen 63e2caae81 lint(lotus-sim): handle error 2021-06-22 15:06:44 -07:00
Steven Allen 87c306fd47 feat(lotus-sim): use current power instead of lookback
I'd _really_ like to use lookback, but don't have that when starting
from a snapshot.
2021-06-22 15:06:30 -07:00
Steven Allen 0b06de2bd3 fix(lotus-sim): unembed Node from Simulation
I wanted to expose the node's _fields_, but this also exposed the
methods. That got rather confusing.

(probably could have used a new type, but eh)

foo
2021-06-22 14:53:06 -07:00
Raúl Kripalani da96414bf8 switch test output format. 2021-06-22 21:39:20 +01:00
Raúl Kripalani b74ad796ce fix dangling import. 2021-06-22 21:39:20 +01:00
Raúl Kripalani c6c202d7d4 add makefile target. 2021-06-22 21:39:20 +01:00
Raúl Kripalani 539f8c1f61 fix test that references private symbols; avoid hacky test selection flags. 2021-06-22 21:39:20 +01:00
Raúl Kripalani ec6c394de7 remove dynamic circleci. 2021-06-22 21:39:20 +01:00
Aayush Rajasekaran 07fad6a201 Fix helptext 2021-06-22 16:02:06 -04:00
Raúl Kripalani 51e51d1b90 dynamic circleci config. 2021-06-22 20:55:10 +01:00
Aayush Rajasekaran 9e4875f210 Merge pull request #6492 from filecoin-project/appimage-v1.10.0-rc3
Appimage v1.10.0 rc3
2021-06-22 15:51:55 -04:00
Jakub Sztandera bf82b96fd8 Update default fees for aggregates
Resolves #6422

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2021-06-22 20:20:01 +02:00
Raúl Kripalani 2e9e1c2330 avoid double BlockMiner instantiation. 2021-06-22 18:15:38 +01:00
Raúl Kripalani 120dd14979 avoid double close. 2021-06-22 17:18:07 +01:00