lotus/chain
hannahhoward da4528932a feat(storagemarket): initial extraction
Types for storage market

Modify deals.Provider to implement storagemarket.StorageProvider

Inject storagemarket.StorageProvider

Storage Provider interfaces

Storage Client interfaces

Add ValidatePublishedDeal to ClientNodeAdapter

Remove FundManager from client

Remove Wallet from client

Remove StateManager, Events, Wallet from client

Rebasing

- Copy types.BigInt, use TokenAmount/BigInt for token amounts
- Remove auto-imported log package
- Move `checkAskSignature` to a client file.
- Plumb contexts through

fix(storagemarket): use publish cids

Switch back to publish message cids to reduce the dependency surface area
2020-01-10 03:29:46 +01:00
..
actors don't require signatures for self deals 2020-01-09 14:18:06 -08:00
blocksync Update go-log to v2 2020-01-08 20:22:31 +01:00
deals feat(storagemarket): initial extraction 2020-01-10 03:29:46 +01:00
events Update go-log to v2 2020-01-08 20:22:31 +01:00
gen Update go-log to v2 2020-01-08 20:22:31 +01:00
market refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
messagepool Update go-log to v2 2020-01-08 20:22:31 +01:00
metrics Update go-log to v2 2020-01-08 20:22:31 +01:00
state Update go-log to v2 2020-01-08 20:22:31 +01:00
stmgr Update go-log to v2 2020-01-08 20:22:31 +01:00
store Update go-log to v2 2020-01-08 20:22:31 +01:00
sub Update go-log to v2 2020-01-08 20:22:31 +01:00
types feat(storagemarket): initial extraction 2020-01-10 03:29:46 +01:00
validation refactor(crypto): use extracted crypto library 2020-01-07 14:53:30 +01:00
vm Update go-log to v2 2020-01-08 20:22:31 +01:00
wallet Update go-log to v2 2020-01-08 20:22:31 +01:00
badtscache.go Audit pass for blatantly wrong panics 2019-11-16 17:41:14 -06:00
block_receipt_tracker.go Tag peers who send us good blocks over pubsub 2019-12-19 12:47:55 -08:00
sync_manager_test.go fix incoming tipset bucketing 2019-12-11 21:41:24 +01:00
sync_manager.go cache load tipset 2019-12-16 11:22:56 -08:00
sync_test.go Update go-log to v2 2020-01-08 20:22:31 +01:00
sync.go Update go-log to v2 2020-01-08 20:22:31 +01:00
syncstate.go track sync errors in status 2019-12-03 19:56:29 -08:00
types_test.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00