Aayush
|
c0b7343e60
|
Merge branch 'release/v1.18.0' into asr/merge-release-into-master
|
2022-11-06 14:40:13 -05:00 |
|
Geoff Stuart
|
b4c04ad927
|
update markets
|
2022-10-06 11:06:21 -04:00 |
|
Geoff Stuart
|
a1e08e5664
|
Fix a calculation error in price-per-byte in retrievals
|
2022-09-21 15:35:52 -04:00 |
|
Łukasz Magiera
|
08b22edd89
|
fix make gen
|
2022-08-29 16:25:30 +02:00 |
|
Łukasz Magiera
|
2086b219d2
|
Don't use go-libp2p-core
|
2022-08-25 14:20:41 -04:00 |
|
Dirk McCormick
|
2d2b06464c
|
feat: update go-fil-markets to v1.23.0
|
2022-07-06 11:43:06 -04:00 |
|
Łukasz Magiera
|
e65fae28de
|
chore: fix imports
|
2022-06-14 17:00:51 +02:00 |
|
Aayush
|
8cca9b1970
|
Use new go-state-types accessors
|
2022-05-17 15:21:27 -04:00 |
|
Aayush
|
339b7db2b7
|
Integrate FIP 0027
|
2022-04-14 19:32:56 +03:00 |
|
Łukasz Magiera
|
6bef1aeb82
|
feat: cli: lotus client list-asks --protocols
|
2022-04-11 19:49:52 +02:00 |
|
Anton Evangelatov
|
0ed8647b6f
|
extract unixfs filestore into lib
|
2022-03-21 10:48:52 +01:00 |
|
Darko Brdareski
|
79453663b3
|
feat: Add additional test annotations (#8272)
* Annotate api,proxy_util,blockstore_badger, policy tests
* Annotate splitstore: bsbadger / markset
* Annotate splitstore feature
* Annotate union/timed blockstore tests
* Annotate openrpc, diff_adt tests
* Annotate error,drand,events tests
* Annotate predicates_test
* Fix annotations
* Annotate tscache, gen tests
* Annotate fundmanager test
* Annotate repub and selection tests
* Annotate statetree_test
* Annotate forks_test
* Annotate searchwait_test.go
* Fix duplicated @@ symbols
* Annotate chain stmgr/store tests
* Annotate more (types) tests
* More tests annotated
* Annotate conformance chaos actor tests
* Annotate more integration tests
* Annotate journal system tests
* Annotate more tests.
* Annotate gas,head buffer behaviors
* Fix markset annotations
* doc: test annotations for the markets dagstore wrapper
* Annotate miner_api test in dagstore
* Annotate more test files
* Remove bad annotations from fsrepo
* Annotate wdpost system
* Remove bad annotations
* Renamce "conformance" to "chaos_actor" tests
* doc: stm annotations for blockheader & election proof tests
* Annotate remaining "A" tests
* annotate: stm for error_test
* memrepo_test.go
* Annotate "b" file tests
* message_test.go
* doc: stm annotate for fsrepo_test
* Annotate "c" file tests
* Annotate "D" test files
* message_test.go
* doc: stm annotate for chain, node/config & client
* docs: stm annotate node_test
* Annotate u,v,wl tests
* doc: stm annotations for various test files
* Annotate "T" test files
* doc: stm annotate for proxy_util_test & policy_test
* doc: stm annotate for various tests
* doc: final few stm annotations
* Add mempool unit tests
* Add two more memPool Add tests
* Update submodules
* Add check function tests
* Add stm annotations, refactor test helper
* Annotate api,proxy_util,blockstore_badger, policy tests
* Annotate splitstore: bsbadger / markset
solving merge conflicts
* Annotate splitstore feature
* Annotate union/timed blockstore tests
* Annotate openrpc, diff_adt tests
* Annotate error,drand,events tests
* Annotate predicates_test
* Fix annotations
* Annotate tscache, gen tests
* Annotate fundmanager test
* Annotate statetree_test
* Annotate forks_test
* Annotate searchwait_test.go
* Fix duplicated @@ symbols
* Annotate chain stmgr/store tests
* Annotate more (types) tests
* More tests annotated
* Annotate conformance chaos actor tests
* Annotate more integration tests
* Annotate journal system tests
* Annotate more tests.
* Annotate gas,head buffer behaviors
solve merge conflict
* Fix markset annotations
* Annotate miner_api test in dagstore
* Annotate more test files
* doc: test annotations for the markets dagstore wrapper
* Annotate wdpost system
* Renamce "conformance" to "chaos_actor" tests
* Annotate remaining "A" tests
* doc: stm annotations for blockheader & election proof tests
* annotate: stm for error_test
* Annotate "b" file tests
* memrepo_test.go
* Annotate "c" file tests
* message_test.go
* Annotate "D" test files
* doc: stm annotate for fsrepo_test
* Annotate u,v,wl tests
* message_test.go
* doc: stm annotate for chain, node/config & client
* docs: stm annotate node_test
* Annotate "T" test files
* doc: stm annotations for various test files
* Add mempool unit tests
solve merge conflict
* doc: stm annotate for proxy_util_test & policy_test
* doc: stm annotate for various tests
* doc: final few stm annotations
* Add two more memPool Add tests
* Update submodules
* Add check function tests
solve conflict
* Add stm annotations, refactor test helper
solve merge conflict
* Change CLI test kinds to "unit"
* Fix double merged test
* Fix ccupgrade_test merge
* Fix lint issues
* Add stm annotation to types_Test
* Test vectors submodule
* Add file annotation to burn_test
Co-authored-by: Nikola Divic <divicnikola@gmail.com>
Co-authored-by: TheMenko <themenkoprojects@gmail.com>
|
2022-03-16 18:37:34 +01:00 |
|
Łukasz Magiera
|
0d9e34d651
|
client impl: Fix typo in ClientCalcCommP CopyBuffer error
|
2022-03-10 22:41:45 +01:00 |
|
Łukasz Magiera
|
a715fb3063
|
feat: Make ClientCalcCommP multithreaded
|
2022-03-09 23:25:29 +01:00 |
|
Aayush
|
fd8cb44e67
|
fix: client: calculate commps for pieces bigger than 32GB
|
2022-02-24 10:27:37 -05:00 |
|
Darko Brdareski
|
e51ce5c508
|
Merge remote-tracking branch 'upstream/master' into bloxico/system-test-matrix
|
2022-01-27 10:57:56 +01:00 |
|
Darko Brdareski
|
8c41e17c93
|
Fix typo in client_test annotations
|
2022-01-27 10:56:33 +01:00 |
|
Darko Brdareski
|
dda1a42a2a
|
Merge branch 'bloxico/system-test-matrix' of https://github.com/filecoin-project/lotus into merge_lotus
|
2021-12-20 15:48:16 +01:00 |
|
Dirk McCormick
|
b1734f84b3
|
feat: retrieval ask CLI command
|
2021-12-17 15:55:12 +01:00 |
|
Darko Brdareski
|
3e32aa896c
|
Annotate client storage deals feature
|
2021-12-16 14:36:02 +01:00 |
|
vyzo
|
22ce395130
|
fix some unit tests
|
2021-12-14 17:05:10 +02:00 |
|
Darko Brdareski
|
0addca1070
|
Fix bad annotations
|
2021-12-13 13:41:04 +01:00 |
|
Aayush Rajasekaran
|
dfb65ed89f
|
Plumb contexts through
|
2021-12-11 17:04:00 -05:00 |
|
Łukasz Magiera
|
d019853687
|
review: Cleanup some comments
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
|
2021-11-29 21:29:00 +01:00 |
|
Łukasz Magiera
|
5b5e6b9e44
|
retrieval: DagSpec.MatchPath -> ExportMerkleProof
|
2021-11-29 21:14:00 +01:00 |
|
Łukasz Magiera
|
61791b90ea
|
retrieval: Only output matching nodes, MatchPath dagspec
|
2021-11-29 20:40:55 +01:00 |
|
Peter Rabbitson
|
d5b4d93575
|
Cleanup partial retrieval codepaths ( zero functional changes )
- Adjust the ExportRef comment to reflect change from #7673
- Simplify control flow in parseDagSpec() ( read diff under -w )
|
2021-11-25 10:35:05 +01:00 |
|
Łukasz Magiera
|
0c884734a3
|
Merge pull request #7673 from filecoin-project/chore/DM-level-tests_plus_merkle-proof-cars
Chore/dm level tests plus merkle proof cars
|
2021-11-24 20:43:39 +01:00 |
|
Łukasz Magiera
|
bd4927b494
|
retrieval: Cleanup some comments
|
2021-11-24 20:13:49 +01:00 |
|
Peter Rabbitson
|
46937a1b9f
|
Add tests cementing the DM-level behavior on simple paths
|
2021-11-24 15:31:15 +01:00 |
|
Łukasz Magiera
|
78949d6c05
|
retrieval: Fix deadlock in ClientGetRetrievalUpdates
|
2021-11-23 18:32:56 +01:00 |
|
Łukasz Magiera
|
407c2ed114
|
retrieval: Drop the RootSelector hack
|
2021-11-23 17:42:43 +01:00 |
|
Łukasz Magiera
|
25e89d3a7a
|
retrieval: require unixfs exports to be aligned on block boundary
|
2021-11-22 13:29:09 +01:00 |
|
Łukasz Magiera
|
2c583b03ff
|
retrieval: Support DM-paths in ls
|
2021-11-22 12:46:29 +01:00 |
|
Łukasz Magiera
|
74f645a098
|
retrieval: Fix parseDagSpec root check
|
2021-11-22 12:46:29 +01:00 |
|
Łukasz Magiera
|
597b72e286
|
retrieval: Fix lint, cli docsgen
|
2021-11-22 12:46:29 +01:00 |
|
Łukasz Magiera
|
9c119bfdad
|
retrieval: Make the ls command work
|
2021-11-22 12:46:17 +01:00 |
|
Łukasz Magiera
|
450d0687da
|
retrieval: REST export endpoint
|
2021-11-22 12:46:17 +01:00 |
|
Łukasz Magiera
|
b83a9b902a
|
gofmt
|
2021-11-22 12:46:17 +01:00 |
|
Łukasz Magiera
|
b26906963b
|
retrieval: Support multi-root export
|
2021-11-22 12:46:17 +01:00 |
|
Łukasz Magiera
|
b9bd061bdd
|
fix unixfs selector root node selection
|
2021-11-22 12:46:04 +01:00 |
|
Łukasz Magiera
|
b868769ec8
|
more retrieval api work
|
2021-11-22 12:46:02 +01:00 |
|
Łukasz Magiera
|
89138bab4d
|
Simplify retrieval APIs
|
2021-11-22 12:45:42 +01:00 |
|
Łukasz Magiera
|
60ea33b1c7
|
client: cleanup clientRetrieve
|
2021-11-22 12:45:42 +01:00 |
|
Łukasz Magiera
|
08e297a217
|
client: Support json selectors in retrieval
|
2021-11-22 12:45:42 +01:00 |
|
TheMenko
|
fb911a4542
|
annotated repo_test
|
2021-11-01 01:24:26 +01:00 |
|
Peter Rabbitson
|
a40aa9f90b
|
Normlize selector use within lotus
|
2021-10-07 11:01:29 +02:00 |
|
Peter Rabbitson
|
f8ac98bf46
|
Adjust error wording
|
2021-10-05 18:16:14 +02:00 |
|
Peter Rabbitson
|
5e6aceeb0e
|
Merge remote-tracking branch 'origin/master' into feat/datamodel-selector-retrieval
|
2021-10-05 18:15:51 +02:00 |
|
Rod Vagg
|
97c2cdb8d6
|
traversals: limit link load count for SelectiveCar use as well
|
2021-10-05 10:47:49 +02:00 |
|