lotus/chain/types
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
..
mock refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
actor.go final chain serialization bits 2019-09-16 18:56:37 -07:00
ask.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
bigint_test.go Fix SizeStr index out of band 2020-01-06 15:27:19 +01:00
bigint.go Fix SizeStr index out of band 2020-01-06 15:27:19 +01:00
bitfield.go Add tests 2020-01-07 23:03:58 +01:00
blockheader_test.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
blockheader.go Handle faults in ss and pss correctly 2020-01-07 23:03:18 +01:00
blockmsg.go scaffolding and refactoring to make post scheduler work 2019-09-17 19:50:03 -07:00
cbor_gen.go feat(storagemarket): initial extraction 2020-01-10 03:29:46 +01:00
fil.go only trim zeros to the right of the decimal 2019-11-05 10:50:27 -08:00
fullblock.go refactoring to accomodate the bls message changes in the spec 2019-08-01 18:19:22 -07:00
invokeret.go move actors to separate package 2019-07-12 16:52:25 -07:00
keystore.go handle changing default address 2019-10-18 20:42:00 +09:00
logs.go Structure logs 2019-10-11 02:00:04 +02:00
message_fuzz.go Audit pass for blatantly wrong panics 2019-11-16 17:41:14 -06:00
message_receipt.go final chain serialization bits 2019-09-16 18:56:37 -07:00
message.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
signature_cgo.go refactor(crypto): use extracted crypto library 2020-01-07 14:53:30 +01:00
signature_test.go Add cbor marshaling fastpath methods on several types 2019-08-21 18:29:56 -07:00
signature.go types: drop annoying signature error log 2019-11-20 18:00:05 +01:00
signedmessage.go Some simple measures to avoid mpool DoSing 2019-10-13 22:03:15 +09:00
tipset_key_test.go Fix Marshaling of TipSetKey 2019-11-14 21:33:56 +01:00
tipset_key.go Fix Marshaling of TipSetKey 2019-11-14 21:33:56 +01:00
tipset.go Update go-log to v2 2020-01-08 20:22:31 +01:00
types_test.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
vmcontext.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
voucher.go gofmt 2020-01-07 15:00:10 +01:00