Commit Graph
80 Commits
Author SHA1 Message Date
Łukasz Magiera 77667d78ff Merge pull request #586 from filecoin-project/feat/more-tracing-again
more tracing spans
2019-11-13 11:42:36 +01:00
whyrusleeping 9e464a4b90 more tracing spans 2019-11-12 12:42:22 -08:00
frrist 6545c20666 fixup! first pass at integrating chain-validation 2019-11-12 11:23:59 -08:00
Łukasz Magiera 3e515ab24c Merge branch 'feat/interactive-porep' of github.com:filecoin-project/go-lotus into feat/interactive-porep 2019-11-02 15:13:48 +01:00
Łukasz Magiera be8fe54ea3 Set correct Provider addr in StoreGarbage 2019-11-02 15:13:37 +01:00
whyrusleeping 68de42df8c increase actor error log verbosity 2019-11-01 23:30:06 -07:00
Łukasz Magiera 72af55d067 deals: Price per epoch 2019-10-29 11:01:18 +01:00
Łukasz Magiera 6d766ab241 Set e=3 2019-10-28 19:22:40 +01:00
Łukasz Magiera eeca3d86df Merge pull request #415 from filecoin-project/feat/deals-on-chain
On-Chain deals
2019-10-25 17:03:25 +02:00
whyrusleeping fc7c7ddd97 Initial pass at a peer manager 2019-10-23 12:47:22 +02:00
Łukasz Magiera 46a0333c9c on chain deals: Wip porting deal systems to storagemarket 2019-10-23 12:44:00 +02:00
Łukasz Magiera c41dd4efeb actora: register storagemarket 2019-10-23 12:44:00 +02:00
waynewyang fab4777b8f Delete TransferFunds Method 2019-10-23 13:22:03 +08:00
waynewyang f99c11e048 fix method: VM.send 2019-10-22 20:37:04 +08:00
waynewyang 2d4c5daa93 fix annotation for vm 2019-10-22 16:14:10 +08:00
whyrusleeping 63b81af23e handle changing default address 2019-10-18 20:42:00 +09:00
Jakub Sztandera 1bf713cb0a Cleanup imports after rename
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-18 13:47:41 +09:00
whyrusleeping ab6ef85b6d More tracing! 2019-10-16 19:24:33 +09:00
Łukasz Magiera fb80d75b07 Almost building weight function 2019-10-15 14:31:34 +02:00
Łukasz Magiera a576b72364 actors: Sync with the new spec, storage actors 2019-10-15 14:31:34 +02:00
whyrusleeping 45737f8a51 add more tracing spans
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-13 03:07:55 +02:00
whyrusleeping 80d306de14 check transfer amounts are positive values 2019-10-12 15:57:49 +09:00
whyrusleeping a56e786e36 some cleanup of vm transfer logic to make juan happier 2019-10-11 18:13:04 +09:00
whyrusleeping 3f342d7ae2 add some more tracing to chain sync 2019-10-10 20:13:26 +09:00
Jakub Sztandera 991ab167fe Fix vm log
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-04 22:57:59 +02:00
whyrusleeping f9ac86ab00 the doneset is for dropping sectors 2019-10-04 12:30:30 -06:00
Jakub Sztandera 76ab2e8a7b De-javify
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-09-28 00:02:02 +02:00
Jakub Sztandera b90f45fa60 Change build params
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-09-27 23:42:12 +02:00
WhyrusleepingandŁukasz Magiera b611637652 Apply suggestions from code review
Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
2019-09-27 13:47:10 -07:00
whyrusleeping 639139795b remember why the go big math library works the way it does 2019-09-26 16:09:10 -07:00
Jakub Sztandera ef5e7674db Use incremental alg for rewards
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-09-27 00:33:38 +02:00
whyrusleeping 2f35a23f0f fix block reward math 2019-09-23 21:15:18 -07:00
whyrusleeping 47d12417b3 working on correct block reward 2019-09-23 21:15:18 -07:00
Łukasz Magiera 5ce15bfaf4 types: Less/GreaterThan for bigints 2019-09-23 19:11:44 +02:00
Łukasz Magiera f357becc8a statetree: add actor to actcache in SetActor 2019-09-23 11:45:22 +02:00
Łukasz Magiera 4202da62cd Merge pull request #216 from filecoin-project/feat/consensus-slashing
Feat/consensus slashing
2019-09-20 16:58:03 +02:00
Łukasz Magiera 9d36a499b6 post merge fixes 2019-09-20 14:22:46 +02:00
whyrusleeping b3a0ec9155 resolve review note 2019-09-19 23:47:09 -07:00
whyrusleeping fe020d9fd1 implement SlashConsensusFault 2019-09-19 22:23:24 -07:00
whyrusleeping 394edc6317 refactor to use 'randomness' as input to new vm creation 2019-09-19 20:08:44 -07:00
Łukasz Magiera 5fd98b7d27 post: Address review 2019-09-19 22:24:01 +02:00
Łukasz Magiera 839597012d Fix post seed height math 2019-09-19 19:38:56 +02:00
Jakub Sztandera 6fe32f55fc Fix typo
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-09-19 15:37:45 +02:00
Jakub Sztandera 54e076b6f9 Add randomness
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-09-19 15:32:00 +02:00
Łukasz Magiera 0406705490 vm: fix ReadState 2019-09-13 20:16:39 +02:00
whyrusleeping fe2885382c self review, cleanup 2019-09-10 17:13:46 -07:00
whyrusleeping a47969c76b finish up making the new serializations work 2019-09-10 16:03:17 -07:00
whyrusleeping 2f019158d0 more switching over to correct cbor marshaling 2019-09-10 12:58:45 -07:00
whyrusleeping bc7f86ef05 self review, cleanup 2019-09-09 19:14:27 -07:00
whyrusleeping ed45d1c2b4 refactor state utilities into StateManager package, implement proper election proofs 2019-09-09 19:14:00 -07:00