whyrusleeping
|
8a8f0ab3ec
|
pass tipset through upgrade logic
|
2020-09-08 13:45:44 -07:00 |
|
Aayush Rajasekaran
|
6eea5dd109
|
Update to specs 0.9.7 and markets 0.6.0
|
2020-09-07 17:11:32 -04:00 |
|
Aayush Rajasekaran
|
d678fe4bfa
|
Fix tests
|
2020-09-07 15:48:42 -04:00 |
|
Aayush Rajasekaran
|
39755a294a
|
Update to specs v0.9.6
|
2020-09-07 15:48:41 -04:00 |
|
Steven Allen
|
fceeaf42ca
|
Robustify state manager against holes in actor method numbers
Also, don't simply assume that the field order matches the method numbers in
`builtin.Method*` structs.
|
2020-09-04 12:26:55 -07:00 |
|
austinabell
|
ba881eb4cf
|
Remove height from chain rand
|
2020-09-01 15:48:16 -04:00 |
|
Łukasz Magiera
|
df635579c4
|
storagefsm: Handle sectors with expired deals better
|
2020-08-27 13:51:38 +02:00 |
|
Łukasz Magiera
|
6ef7a30b19
|
Merge pull request #3089 from filecoin-project/integrate/storage-fsm
integrate extern/{storage-fsm,sector-storage} into lotus source tree
|
2020-08-17 18:37:54 +02:00 |
|
Łukasz Magiera
|
704578c9c2
|
Merge pull request #3108 from austinabell/msload
Remove unnecessary miner state load for checking slashed
|
2020-08-17 18:11:09 +02:00 |
|
austinabell
|
c3c6fda9d5
|
Remove unnecessary miner state load for checking slashed
|
2020-08-17 09:32:47 -04:00 |
|
Raúl Kripalani
|
efdc428d5d
|
keep storage-fsm (renamed to storage-sealing) and sector-storage in extern.
|
2020-08-17 14:26:18 +01:00 |
|
Raúl Kripalani
|
3c17cd655e
|
integrate extern/sector-storage into lotus proper.
|
2020-08-16 11:09:58 +01:00 |
|
whyrusleeping
|
b3a31d8823
|
add function to check entire state tree balance
|
2020-08-12 15:45:46 -07:00 |
|
Aayush Rajasekaran
|
48ab706691
|
Subtract out genesis pledge and market funds when calculating circ supply
|
2020-08-12 15:32:11 -04:00 |
|
Aayush Rajasekaran
|
fe2da35a45
|
Move GetCircSupply out of the vm, and into stmgr
|
2020-08-12 15:32:07 -04:00 |
|
Steven Allen
|
9135a5d048
|
Pass bitfields by-value
This ensures we can't end up decoding nil bitfields from clients when not
expecting them.
Part of https://github.com/filecoin-project/specs-actors/issues/895. Please see
this issue for details and leave any comments there.
|
2020-08-12 10:32:39 -07:00 |
|
whyrusleeping
|
fbe206f843
|
add command to view circulating supply
|
2020-08-07 12:57:03 -07:00 |
|
Jakub Sztandera
|
722d6e8ffb
|
Introduce base fee
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 21:14:38 +02:00 |
|
Aayush Rajasekaran
|
b51e2a868b
|
Merge branch 'next' into feat/cid-builder
|
2020-07-28 21:02:30 -04:00 |
|
Aayush Rajasekaran
|
a4fe359c28
|
Merge pull request #2605 from filecoin-project/asr/vesting-genesis
Correct calculation of TotalCircSupply
|
2020-07-28 20:43:55 -04:00 |
|
Aayush Rajasekaran
|
de867d7a9a
|
Correct calculation of TotalCircSupply
|
2020-07-28 17:26:55 -04:00 |
|
Aayush Rajasekaran
|
859168015a
|
Use specs actor's MinerNominalPowerMeetsConsensusMinimum
|
2020-07-28 17:21:05 -04:00 |
|
Łukasz Magiera
|
09b90773d8
|
Merge remote-tracking branch 'origin/next' into feat/cid-builder
|
2020-07-28 16:06:06 +02:00 |
|
Łukasz Magiera
|
eac0a1bba9
|
stmgr: Handle state forks with cron on null blocks correctly
|
2020-07-28 14:31:28 +02:00 |
|
Steven Allen
|
b7a4dbb07f
|
Support inline CIDs
And use the new CidBuilder from the spec actors.
This patch does not switch over to inline CIDs by default, but paves the way.
|
2020-07-23 23:12:32 -07:00 |
|
Steven Allen
|
5fc83f4d05
|
Refactor to use actor adt types instead of directly using HAMTs and AMTs
This way there's a single source of truth. Preparation for fixing
https://github.com/filecoin-project/specs-actors/issues/517 (requires changing
HAMT parameters).
|
2020-07-23 09:34:57 -07:00 |
|
Jakub Sztandera
|
7da629d03b
|
Update gas prices
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-20 21:31:05 +02:00 |
|
Łukasz Magiera
|
af87b9aa98
|
Fix widowed PoSt scheduler
|
2020-07-14 19:10:31 +02:00 |
|
Łukasz Magiera
|
faebc4c948
|
WIP Integrating specs-actors with refactored miner state
|
2020-07-14 13:45:45 +02:00 |
|
Aayush Rajasekaran
|
2a61b241a8
|
Replace abi.BitFieldUnion with bitfield.MultiMerge
|
2020-07-12 00:30:42 -04:00 |
|
Łukasz Magiera
|
4b0ae7ef9a
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-06 11:38:19 +02:00 |
|
whyrusleeping
|
16e493a67a
|
provide decoded return values in output of StateWaitMsg
|
2020-07-03 09:57:58 -07:00 |
|
Łukasz Magiera
|
655d6f6720
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-03 17:03:09 +02:00 |
|
Aayush Rajasekaran
|
605e9bbbd7
|
Add docs comments to API
|
2020-07-01 17:16:05 -04:00 |
|
Łukasz Magiera
|
4c422c2d50
|
specs-actors v0.7.1
|
2020-07-01 13:47:40 +02:00 |
|
Łukasz Magiera
|
cfdbc2312d
|
Merge branch 'master' into next
|
2020-07-01 11:22:57 +02:00 |
|
whyrusleeping
|
da78ff9151
|
use bitfields to enumerate sectors for winning post
|
2020-06-30 21:57:49 -07:00 |
|
Łukasz Magiera
|
edd7151184
|
Fix StateMinerInitialPledgeCollateral
|
2020-06-26 15:49:39 +02:00 |
|
Łukasz Magiera
|
a6d1323eba
|
Update specs-actors to v0.7.0; More correct genesis sector import
|
2020-06-26 15:08:12 +02:00 |
|
Łukasz Magiera
|
907364ce67
|
Update deps, fix more tests
|
2020-06-15 18:30:49 +02:00 |
|
Jakub Sztandera
|
5605aae269
|
Fix even more lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-06-02 16:29:39 +02:00 |
|
Jeromy
|
e2a554c2e6
|
update specs actors to version with batch porep verification
|
2020-05-28 13:19:18 -07:00 |
|
Łukasz Magiera
|
ae60001dcc
|
post: Handle Recovering sectors
|
2020-05-20 18:41:20 +02:00 |
|
Jeromy
|
fa59cdc2ad
|
update to specs-actors code with faster publish deals
|
2020-05-05 17:06:32 -07:00 |
|
Jeromy
|
74510adaaa
|
add flag to choose what to do when looking back tipsets in null rounds
|
2020-05-05 10:06:05 -07:00 |
|
Jeromy
|
be2a357102
|
winning post wants the actual epoch of the block, not the previous
|
2020-05-01 12:42:59 -07:00 |
|
Łukasz Magiera
|
d9acd484c0
|
storageminer: Improve CLI UX
|
2020-05-01 14:06:19 +02:00 |
|
Jeromy
|
bee25d221f
|
fix mining base randomness
|
2020-04-30 15:11:14 -07:00 |
|
Łukasz Magiera
|
c137b0cf73
|
Merge remote-tracking branch 'origin/testnet/3' into feat/newminer
|
2020-04-23 23:53:23 +02:00 |
|
Łukasz Magiera
|
86e7f5914b
|
testing: test 2-miner mining
|
2020-04-23 23:20:02 +02:00 |
|