Peter Rabbitson
|
72134ff458
|
Add a mining-heartbeat INFO line at every epoch
|
2021-05-06 10:18:08 +02:00 |
|
Aayush Rajasekaran
|
c074031fa1
|
Merge pull request #6167 from filecoin-project/asr/state-tree-version
Allow creation of state tree v3s
|
2021-05-03 19:16:44 -04:00 |
|
Aayush Rajasekaran
|
2a90de30bd
|
Merge pull request #6164 from filecoin-project/fix/drand-cache
drand: fix beacon cache
|
2021-05-01 12:21:38 -04:00 |
|
Aayush Rajasekaran
|
4193235b59
|
Allow creation of state tree v3s
|
2021-04-30 22:41:02 -04:00 |
|
Łukasz Magiera
|
04c71b2c6b
|
mpool: Cleanup pre-nv12 selection logic
|
2021-04-30 10:10:42 +02:00 |
|
Łukasz Magiera
|
ab811e2e19
|
drand: fix beacon cache
|
2021-04-30 09:35:38 +02:00 |
|
Steven Allen
|
eb10918470
|
Merge pull request #6107 from filecoin-project/feat/checkpoint-sync
feat: allow checkpointing to forks
|
2021-04-29 16:30:52 -07:00 |
|
Aayush Rajasekaran
|
e6779b0b6f
|
Add a command to get the fees of a deal
|
2021-04-29 13:29:17 -04:00 |
|
Steven Allen
|
f983fa8cd5
|
Merge pull request #6134 from filecoin-project/asr/emptytsk
Use EmptyTSK where appropriate
|
2021-04-29 09:35:43 -07:00 |
|
Steven Allen
|
4867425685
|
fix: use the parent state when listing actors
To be consistent with other commands.
|
2021-04-28 23:35:27 -07:00 |
|
Łukasz Magiera
|
4b04cac219
|
Merge pull request #4938 from filecoin-project/asr/total-power
Return total power when GetPowerRaw doesn't find miner claim
|
2021-04-29 07:45:43 +02:00 |
|
Aayush Rajasekaran
|
d794b49df3
|
Use EmptyTSK where appropriate
|
2021-04-29 01:00:03 -04:00 |
|
Steven Allen
|
8f309b214b
|
chain: move checkpoint logic into chainstore
That way, checkpoints can be enforced by the chainstore, removing a
potential race where an in-progress sync of a fork could bypass a sync
checkpoint.
|
2021-04-28 15:06:29 -07:00 |
|
Steven Allen
|
0ad51f8a14
|
test(sync): fix tipset check and re-enable checkpoint tests
We need to wait until the node _has_ the tipset, not until it doesn't.
This probably only worked before due to race conditions.
fixes #4716 (probably)
|
2021-04-28 15:06:29 -07:00 |
|
Steven Allen
|
69da6a2a29
|
feat: allow checkpointing to forks
Previously, `lotus sync checkpoint` would only checkpoint on the current
chain. Now, it can switch to a new fork.
|
2021-04-28 13:54:26 -07:00 |
|
Łukasz Magiera
|
c4137a438d
|
Merge commit 'f1ded63d608e1b191d79c780b8065f8cff367c98' into feat/nv12-1.11
|
2021-04-27 08:22:55 +02:00 |
|
Aayush Rajasekaran
|
f1ded63d60
|
v4 specs-actors integration, nv12 migration
|
2021-04-27 02:02:44 -04:00 |
|
Łukasz Magiera
|
2e63690125
|
Merge pull request #6056 from filecoin-project/feat/vm-metrics
stmgr: Improve ApplyBlocks metrics
|
2021-04-18 17:07:16 +02:00 |
|
Łukasz Magiera
|
c7a67cf0e1
|
Merge pull request #6059 from filecoin-project/frrist/expose-filReserveDisbursed
polish(api): expose filReserveDisbursed via CirculatingSupply API
|
2021-04-18 16:31:03 +02:00 |
|
Łukasz Magiera
|
c72eb0ccaf
|
Merge pull request #6048 from filecoin-project/fix/nonce-getting
Fix nonce getting on Lotus lite
|
2021-04-18 16:25:47 +02:00 |
|
Łukasz Magiera
|
bb7801e6b7
|
fix lint
|
2021-04-18 16:17:31 +02:00 |
|
frrist
|
c118415b12
|
polish(api): expose filReserveDisbursed via CirculatingSupply API
- motivated by: https://github.com/filecoin-project/sentinel-visor/issues/462
|
2021-04-16 15:15:38 -07:00 |
|
Jakub Sztandera
|
66c408938b
|
Fix signature in messagepool, wire in context
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2021-04-16 18:43:28 +02:00 |
|
Łukasz Magiera
|
1b696aae5f
|
stmgr: Fix VMApplyEarly metric
|
2021-04-16 14:57:59 +02:00 |
|
Jakub Sztandera
|
fd0eb2ec8f
|
Disable flaky checkpoint tests
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2021-04-15 19:59:25 +02:00 |
|
Jakub Sztandera
|
77d004ec06
|
Fix nonce getting on Lotus lite
Resolves #5593 #5995
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2021-04-15 19:57:09 +02:00 |
|
Łukasz Magiera
|
53537a0af2
|
stmgr: Improve ApplyBlocks metrics
|
2021-04-15 19:44:13 +02:00 |
|
Łukasz Magiera
|
e76935147f
|
Merge remote-tracking branch 'origin/master' into feat/v1-api
|
2021-04-13 14:24:22 +02:00 |
|
Aayush Rajasekaran
|
c1e4eb3b20
|
Add a whitelisted block
|
2021-04-10 02:12:38 -04:00 |
|
FinnZhang
|
9805758e8a
|
remove messagepool CapGasFee duplicate code
|
2021-04-08 17:50:19 +08:00 |
|
Peter Rabbitson
|
a40fb1e1dd
|
Merge pull request #5974 from filecoin-project/chore/move_to_ipfs_log_v2
Centralize everything on ipfs/go-log/v2
|
2021-04-06 18:01:36 +02:00 |
|
Peter Rabbitson
|
25a77d905d
|
Centralize everything on ipfs/go-log/v2
I am not entirely sure this is right, but everything seems to build...
|
2021-04-06 15:04:32 +02:00 |
|
Peter Rabbitson
|
7bced1532b
|
Convert the chainstore lock to RW
High read-API concurrency facilitates multiple calls to GetHeaviestTipSet
which in turn could slow down chainsync.
|
2021-04-06 13:01:48 +02:00 |
|
Łukasz Magiera
|
e8f28d7b9f
|
Fix tests
|
2021-04-06 12:24:58 +02:00 |
|
Aayush Rajasekaran
|
37ca23d9e2
|
Merge branch 'releases' into asr/release-master
|
2021-04-05 17:29:19 -04:00 |
|
Łukasz Magiera
|
81bd27911f
|
Propagate StateMsg api changes
|
2021-04-05 19:56:53 +02:00 |
|
Łukasz Magiera
|
deb2b90b6a
|
Fix lotus/miner build
|
2021-04-05 13:23:46 +02:00 |
|
Aayush Rajasekaran
|
72c410cd8f
|
Address review on v1 sector extension tool
|
2021-04-03 22:19:36 -04:00 |
|
Łukasz Magiera
|
0103d2f621
|
v1 api: Cleanup message wait/search apis
|
2021-04-02 13:52:24 +02:00 |
|
Łukasz Magiera
|
c9866da688
|
Merge remote-tracking branch 'origin/master' into feat/v1-api
|
2021-04-02 13:15:33 +02:00 |
|
Łukasz Magiera
|
28a8636f0b
|
Merge pull request #5807 from filecoin-project/asr/remainder-acct-fix
Fix creation of remainder account when it's not a multisig
|
2021-04-01 16:31:19 +02:00 |
|
Łukasz Magiera
|
1a5c4d70f4
|
Merge remote-tracking branch 'origin/master' into feat/v1-api
|
2021-04-01 15:33:37 +02:00 |
|
Aayush Rajasekaran
|
cea46e5f53
|
Upgrade to version 11 at Norwegian height
|
2021-03-29 18:50:13 -04:00 |
|
Łukasz Magiera
|
a7122d424b
|
Merge pull request #5527 from filcloud/handle-ticket-expire
fix precommit ticket expiration handling
|
2021-03-29 22:55:43 +02:00 |
|
Łukasz Magiera
|
bf6ee88539
|
Merge pull request #5270 from filcloud/deal-duration
use deal duration from actors
|
2021-03-29 20:17:34 +02:00 |
|
Łukasz Magiera
|
089ff08d81
|
Merge pull request #5881 from filecoin-project/fix/lint-skip
lint: don't skip builtin
|
2021-03-27 10:09:44 +01:00 |
|
Steven Allen
|
f5029a0187
|
lint: don't skip builtin
|
2021-03-25 17:21:56 -07:00 |
|
Łukasz Magiera
|
e003977559
|
apiclient: Version client funcs
|
2021-03-25 15:39:48 +01:00 |
|
Łukasz Magiera
|
759ea5b14f
|
Merge remote-tracking branch 'origin/master' into feat/v1-api
|
2021-03-25 14:13:21 +01:00 |
|
Łukasz Magiera
|
53cba157e2
|
Merge pull request #5804 from zl03jsj/fix/StateManager.Replay
fix: StateManager.Replay
|
2021-03-25 13:27:45 +01:00 |
|