Steven Allen
9344bc4e9b
update api docs for new network version
2020-09-28 16:27:47 -07:00
Aayush Rajasekaran
12e97dbea7
Fix docs and linter
2020-09-26 02:59:24 -04:00
Hector Sanjuan
e48c525053
Re-add jaeger-tracing
2020-09-24 19:41:14 +02:00
Łukasz Magiera
15eddf0c96
Make sync wait nicer
2020-09-24 13:39:49 +02:00
Aayush Rajasekaran
f729c6b7f5
Update docs
2020-09-23 18:25:45 -04:00
Łukasz Magiera
7d39542522
Merge pull request #3741 from filecoin-project/feat/chain-delete-obj
...
Delete a chain store object
2020-09-23 19:34:02 +02:00
Steven Allen
4cf0c105eb
optimize sector loading
...
And avoid exposing "arrays" via the miner abstraction. We may change these
structures later.
2020-09-21 12:12:08 -07:00
Hector Sanjuan
ad3db0e83c
Move unclassified docs back to the docs root
2020-09-21 19:05:49 +02:00
Łukasz Magiera
70faa36b7f
Merge remote-tracking branch 'origin/master' into refactor/net-upgrade
2020-09-18 19:29:06 +02:00
Hector Sanjuan
9e2df907f8
Merge remote-tracking branch 'origin/master' into feat/docs-reorg
2020-09-18 15:23:42 +02:00
Aayush Rajasekaran
aa081dbc6d
Lotus version 0.7.1
2020-09-17 21:31:47 -04:00
Hector Sanjuan
784399738a
Keep api-methods.md even if not part of the docs
2020-09-17 20:50:37 +02:00
Hector Sanjuan
bc9232544c
Remove faqs too
2020-09-17 20:48:09 +02:00
Hector Sanjuan
a4fd356fcb
Delete most docs. Update about page with links to docs.filecoin.io
2020-09-17 20:35:19 +02:00
Hector Sanjuan
6849d18b03
Merge branch 'master' into feat/docs-reorg
2020-09-17 19:28:54 +02:00
Łukasz Magiera
68e884ee44
docsgen
2020-09-17 17:31:09 +02:00
Łukasz Magiera
d4a7732d0a
Merge pull request #3800 from filecoin-project/asr/gascost
...
Add an API to get detailed gas costs for a message
2020-09-15 19:13:20 +02:00
hannahhoward
17e44af542
docs(api): fix api docs
2020-09-14 18:44:45 -07:00
Aayush Rajasekaran
0edcae9e04
Fixup new command
2020-09-14 14:40:38 -04:00
Aayush Rajasekaran
d1850ea27d
Add an API to get detailed gas costs for a message
2020-09-14 14:40:13 -04:00
Łukasz Magiera
aeb3437a9f
lint, docsgen
2020-09-11 10:55:10 +02:00
Aayush Rajasekaran
cbb693e99e
Update docs
2020-09-10 17:41:55 -04:00
hannahhoward
5e445f5a48
docs(apidocs): run docs gen
2020-09-10 10:47:38 -07:00
Łukasz Magiera
9e9856bb45
Merge pull request #3590 from filecoin-project/asr/multisig
...
Multisig API additions
2020-09-10 17:04:48 +02:00
Aayush Rajasekaran
3337b9a98f
Update docs
2020-09-09 14:34:05 -04:00
Aayush Rajasekaran
7d2118cd97
Fix a typo that's totally related to this PR
2020-09-09 14:34:05 -04:00
Dirk McCormick
ef2303bc5d
docs: add docs on how to use paych status
2020-09-09 15:37:34 +02:00
hannahhoward
04e34b8ca7
docs(apidocs): run docsgen
2020-09-07 15:48:42 -04:00
Aayush Rajasekaran
88c04ce959
Update docs
2020-09-06 03:51:06 -04:00
Łukasz Magiera
c767e5ebed
Merge pull request #3547 from filecoin-project/feat/paych-status-addr
...
paych: get available funds by address or by from/to
2020-09-05 21:55:08 +02:00
Łukasz Magiera
4718efab9b
docsgen
2020-09-05 21:51:30 +02:00
shepf
16fd12024e
Batch replacement,update lotus-storage-miner to lotus-miner.
2020-09-05 10:40:53 +08:00
Łukasz Magiera
a081dc7674
Merge pull request #3520 from filecoin-project/feat/paych-cli-add-funds
...
paych: rename CLI command from "paych get" to "paych add-funds"
2020-09-04 04:21:54 +02:00
Łukasz Magiera
ce8bcf7932
Add agent flag to net peers
2020-09-04 02:00:53 +02:00
Hector Sanjuan
bd0c6a4ccc
Fix filename
2020-09-03 16:35:55 +02:00
Hector Sanjuan
af38c902f8
Fix architecture entry
2020-09-03 16:35:18 +02:00
Hector Sanjuan
a153e1d586
Fix #2334 : Specify seal options to disable with co-located storage worker
2020-09-03 16:35:18 +02:00
Hector Sanjuan
fe52c47570
Docs review and re-organization
...
This:
* Re-organizes the docs into sections that align with what docs.filecoin.io becoming:
* An installation section
* A "getting started" section (lotus client focused)
* A "storing" section (lotus client focused)
* A "mining" section (miner focused)
* A "build" section (developer focused)
* An legacy "architecture" section is left in the last place.
A few high-value documentation pages have been reviewed and updated with the latest recommendations:
* Installation section and lotus setup
* Miner setup
* etc.
...
Other pages have been correctly merged into the new relevant sections. Some pages have not been touched. The filesystem layout of the documentation has been changed into folders corresponding to the sections (as requested by @cw). Some pages that were not linked at all and/or where hidden, have been moved to "unclassified".
This should make the porting of the Lotus documentation to docs.filecoin.io much easier, while ensuring it is more up to date than it was before.
For the moment, this breaks most links as link-aliasing is not supported in lotus-docs.
2020-09-03 16:35:16 +02:00
Dirk McCormick
f84b1d0de9
feat: paych - rename CLI command from "paych get" to "paych add-funds"
2020-09-03 15:45:53 +02:00
whyrusleeping
0e39d62c9d
Appease the CI overlords
2020-09-02 16:31:41 -07:00
Łukasz Magiera
528e39fcb3
docsgen, fix snapshot flag name
2020-09-02 17:15:10 +02:00
Mitch Wagner
5848877734
fix: referenced filename
2020-08-31 19:29:43 -04:00
Aayush Rajasekaran
93814cc85a
Merge pull request #3392 from filecoin-project/fix/mpool-priority-selection
...
Tweak priority selection to not select negative perfoming chains
2020-08-31 19:22:12 -04:00
Łukasz Magiera
98d51d3d80
storage: Correcty move unsealed sectors in FinalizeSector
2020-08-31 12:45:57 +02:00
vyzo
fba3ed7b4d
update documentation about priority addresses
2020-08-29 15:56:31 +03:00
Aayush Rajasekaran
4e5b11b1d5
Lotus version 0.5.5
2020-08-28 21:49:56 -04:00
Łukasz Magiera
953effcc43
Merge pull request #3350 from filecoin-project/fix/some-fsm-issues
...
Fix some fsm issues
2020-08-29 02:16:59 +02:00
Łukasz Magiera
16f0daab90
Merge pull request #3379 from filecoin-project/feat/add-list-deals-watch-option
...
Add watch option to list-deals
2020-08-28 22:33:48 +02:00
Łukasz Magiera
013ebc617e
docsgen
2020-08-28 22:17:35 +02:00
Łukasz Magiera
4bcc71c68f
Merge pull request #3197 from filecoin-project/fix/paych-spendable-submit-voucher
...
paych: fix issue where `voucher spendable` fails for submitted vouchers
2020-08-28 22:05:04 +02:00
Łukasz Magiera
7f1374e058
docsgen
2020-08-28 22:03:09 +02:00
Łukasz Magiera
8a45148070
docsgen
2020-08-27 13:53:04 +02:00
Whyrusleeping
14cda27e9f
Merge pull request #3294 from filecoin-project/feat/sync-tweaking
...
Add some tracing and the ability to tweak message fetch window size
2020-08-25 13:25:22 -07:00
whyrusleeping
a553db4b82
Add some tracing and the ability to tweak message fetch window size
2020-08-25 12:39:17 -07:00
Travis Person
fb033a3719
lotus-fountain: remove make miner workflow
2020-08-25 05:10:12 +00:00
Łukasz Magiera
e4e0f472f9
build: Bump versions to 0.5.2
2020-08-24 23:48:57 +02:00
Łukasz Magiera
33ada25ba8
docs: Add api-methods to library.json
2020-08-24 18:18:32 +02:00
Łukasz Magiera
da90caedf0
docs: rename file
2020-08-24 18:13:52 +02:00
Łukasz Magiera
ce8b369419
docs: Generate API docs
2020-08-24 12:25:49 +02:00
Łukasz Magiera
b5f4a91002
Check docsgen in CI
2020-08-24 12:24:31 +02:00
Łukasz Magiera
8b923c123a
Merge pull request #3233 from filecoin-project/asr/docs
...
Update faucet info
2020-08-22 10:34:16 +02:00
vyzo
817358f1bb
better semantics for mpool clear local argument
...
local messages should be kept unless the parameter is true
2020-08-21 23:48:35 +03:00
vyzo
087955e927
add localonly option to MpoolClear
2020-08-21 23:32:41 +03:00
vyzo
9fc674feb4
update mpool documentation
2020-08-21 23:32:41 +03:00
Aayush Rajasekaran
dad3e96719
Update create miner info
2020-08-21 15:55:01 -04:00
whyrusleeping
2010bf55b7
add a doc on environment variables that can be used to tweak lotus
2020-08-20 12:52:50 -07:00
Aayush Rajasekaran
807504fa16
Update faucet link
2020-08-20 13:13:20 -04:00
Aayush Rajasekaran
93e566d7e0
Change docs.lotu.sh links to lotu.sh
2020-08-20 12:45:41 -04:00
Łukasz Magiera
885f357c59
Merge pull request #3175 from filecoin-project/feat/control-addersses-control
...
Wire up miner control addresses, use for PoSt
2020-08-20 02:24:33 +02:00
Łukasz Magiera
b42625d824
docs: Explain setting miner control addresses
2020-08-20 01:18:03 +02:00
Dirk McCormick
20cb9425cc
docs: paych edits
2020-08-19 08:43:06 -04:00
Dirk McCormick
2b15831672
docs: payment channels
2020-08-18 16:07:04 -04:00
vyzo
8d7994cd82
fix confusing wording
2020-08-17 10:12:54 +03:00
vyzo
fb77a758ff
note defaults in mpool configuration docs
2020-08-17 10:10:25 +03:00
Łukasz Magiera
1898b82dc4
Merge pull request #3086 from filecoin-project/feat/mpool-doc-config-cmd
...
Mpool documentation and config cli command
2020-08-17 08:47:40 +02:00
vyzo
aa679a7359
add message pool documentation
2020-08-16 10:57:17 +03:00
Aayush Rajasekaran
e3c241e613
Show how to set env vars
2020-08-15 21:48:42 -04:00
Aayush Rajasekaran
cae98ac0ab
Update local-dev-net.md
2020-08-12 17:38:27 -04:00
Łukasz Magiera
823d8a64e1
Merge remote-tracking branch 'origin/master' into update/next-master
2020-08-07 05:09:26 +02:00
whyrusleeping
3042183825
allow wallet import to set default address
2020-08-06 13:34:11 -07:00
whyrusleeping
035fcad3d4
use car extension for genesis file
2020-08-06 11:26:43 -07:00
Your Name
bd15650724
fixed typos
2020-08-06 17:56:37 +08:00
Your Name
004a6d8868
add more documentation
2020-08-06 17:41:00 +08:00
Travis Person
ca53bf9097
lotus-worker: change address flag to listen ( #2848 )
...
* lotus-worker: change address flag to listen
Clarify the flag on the worker process to be the local address and port
the worker will listen on, and not the address of the miner.
* fixup! lotus-worker: change address flag to listen
Co-authored-by: Travis Person <travisperson@users.noreply.github.com>
2020-08-06 02:54:00 +02:00
Your Name
323e07df46
fixed systemd inconsistencies
2020-08-05 23:26:40 +08:00
Lucas Molas
89348d7fda
doc: create miner ( #1890 )
2020-08-03 20:06:05 -03:00
Łukasz Magiera
4cb4e7c2c2
Merge remote-tracking branch 'origin/master' into next
2020-07-31 14:02:04 +02:00
Aayush Rajasekaran
a8e9a2fe92
Merge pull request #2663 from har00ga/master
...
Multiaddress instructions added
2020-07-31 00:25:34 -04:00
Celeste A. Seberras
5d1e51da9c
Update mining.md
2020-07-30 02:57:25 -04:00
Travis Person
2b883c8c41
Update docs and systemd scripts
2020-07-30 00:19:40 +00:00
Celeste A. Seberras
3b9fc92d66
Update mining.md
2020-07-29 06:59:39 -04:00
Black3HDF
7c780766f4
remove Interopnet related instructions
2020-07-29 10:00:05 +08:00
MollyM
27949eb31c
add connectivity configuration to the steps for joining testnet
2020-07-27 19:14:30 -07:00
Justin Hunter
ef5efda4f5
Update filecoin docs correction ( #2611 )
2020-07-27 18:52:17 -03:00
Aayush Rajasekaran
d7db55af39
Add a FAQ
2020-07-15 13:48:10 -04:00
Frank
14ec9a2068
update storage miner and seal worker document
2020-07-11 16:55:13 +08:00
Frank
ce0f9922ee
Update lotus-seal-worker to lotus-worker
2020-07-09 11:04:45 +08:00
Frank
b2f94e4239
update lotusstorage
2020-07-09 10:20:25 +08:00
Frank
5b9baba900
fix issue 2304: ux improvements
2020-07-09 10:20:25 +08:00
Łukasz Magiera
a362ef97df
Merge pull request #2188 from filecoin-project/const-relaxation
...
make system constants configurable as vars.
2020-07-01 10:43:07 +02:00