Aayush Rajasekaran
6d90f12bb6
Doc fix: use correct file name
2020-06-09 20:22:51 -03:00
Lucas Molas
469eef8231
Lotus architecture notes ( #1768 )
...
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
2020-06-09 20:17:28 -03:00
Aayush Rajasekaran
1ccad22227
Move api.MinerInfo to api/types
2020-06-09 19:08:43 -04:00
Aayush Rajasekaran
5cf76ba8b3
Create an api.MinerInfo that has peerID as a Peer ID
2020-06-09 19:07:53 -04:00
Jakub Sztandera
81bc8471e3
Merge pull request #1963 from filecoin-project/chore/upd-log
...
Update go-log to master
2020-06-09 23:27:02 +02:00
Jakub Sztandera
5feea2e0f8
Update go-log to master
...
It restores line informations in log messages
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-09 23:06:40 +02:00
Łukasz Magiera
79b35c59a5
Merge pull request #1959 from laser/feat/human-readable-bytes-display
...
display quantities of bytes in human-readable format
2020-06-09 22:09:30 +02:00
Łukasz Magiera
35749f0330
Merge pull request #1962 from filecoin-project/fix/log-spammy
...
clean up some of the more spammy logs
2020-06-09 22:04:26 +02:00
laser
2889efb608
display quantities of bytes in human-readable format
...
- client commP
- client local
- client find
- client query-ask
- client list-deals
- state sector-size
2020-06-09 12:53:44 -07:00
Jeromy
686c543778
clean up some of the more spammy logs
2020-06-09 12:49:31 -07:00
Rob Quist
093dc907b3
Update documentation about Lotus Seal Worker
...
Running the initial command `lotus-seal-worker run` gave an error about `--address` being a required parameter.
After setting that to `127.0.0.1:2345` the miner started to freak out and sectors broke as the mining process locked up.
It seems like in the mean time the sealing work has already been moved into the `lotus-storage-miner` and thus doesn't need to run alongside the miner.
Changed the docs to what I think is correct now - but please check, I could be horribly wrong :)
2020-06-09 20:57:21 +02:00
Jakub Sztandera
1144049c66
Merge pull request #1927 from filecoin-project/feat/opencensus_report_validation_time
...
Express block validation time via OpenCensus
2020-06-09 10:03:46 +02:00
Jim Pick
6e11ff3796
Make libp2p swarm Announce / NoAnnounce addresses configurable
...
In go-ipfs, it is possible to manually configure addresses to announce
or not announce to the swarm.
https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addressesannounce
This PR adds the same feature to Lotus. It can be configured from the [libp2p]
section of either the .lotus or .lotusstorage config.toml file. Example:
[Libp2p]
ListenAddresses = ["/ip4/0.0.0.0/tcp/34515", "/ip6/::/tcp/34515"]
AnnounceAddresses = ["/ip4/52.13.91.110/tcp/34515"]
2020-06-08 17:03:11 -07:00
Łukasz Magiera
19013b09e0
v27 parameters
2020-06-08 23:48:31 +02:00
Łukasz Magiera
7539d88f54
Merge pull request #1951 from filecoin-project/feat/sstor-post-better
...
Update sector-storage with better post faults
2020-06-08 23:48:13 +02:00
Łukasz Magiera
28f895cec2
Update sector-storage with better post faults
2020-06-08 23:20:19 +02:00
laser
751bc45bef
display a little inline warning if balance is zero
2020-06-08 12:20:44 -07:00
Mike Greenberg
ae83ca6893
Express block validation, cpu/mem usage via OpenCensus
2020-06-08 14:15:01 -04:00
Łukasz Magiera
5f4efedbdd
Merge pull request #1949 from filecoin-project/feat/no-mbase-update-err
...
don't update the mining base if mining fails for some reason
2020-06-08 18:56:48 +02:00
Jeromy
9d49c6861f
don't update the mining base if mining fails for some reason
2020-06-08 09:51:47 -07:00
Łukasz Magiera
3b56288a5e
Merge remote-tracking branch 'origin/master' into next
2020-06-08 18:29:36 +02:00
Jakub Sztandera
f257f4febb
Merge pull request #1911 from filecoin-project/feat/drand-score
...
Score drand topic
2020-06-08 15:12:25 +02:00
Łukasz Magiera
df867f3349
Merge pull request #1946 from filecoin-project/asr/walletdelete
...
Add delete functionality to the wallet
2020-06-08 13:27:42 +02:00
Łukasz Magiera
5270c20263
Merge pull request #1947 from filecoin-project/asr/mineravailablebalance
...
Correct double-counting in StateMinerAvailableBalance
2020-06-08 13:24:54 +02:00
Jakub Sztandera
7762cd0a68
Assign positive scores to drand bootstrappers
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-08 11:34:46 +02:00
Jakub Sztandera
e91cc9cd08
Add drand topic scores
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-08 11:34:46 +02:00
Aayush Rajasekaran
741825a04e
Correct double-counting in StateMinerAvailableBalance
2020-06-07 20:49:50 -04:00
Aayush Rajasekaran
49b27da426
Add delete functionality to the wallet
2020-06-07 19:36:01 -04:00
Łukasz Magiera
bf4bbd15e5
Merge pull request #1945 from filecoin-project/feat/specs-actors-v0.5.6
...
Update specs-actors to v0.5.6
2020-06-06 20:53:58 +02:00
Łukasz Magiera
baa69c3c81
Update specs-actors to v0.5.6
2020-06-06 19:51:10 +02:00
Whyrusleeping
ac644605f2
Merge pull request #1942 from filecoin-project/fix/proto-panic
...
Fix protobuf panic by updating protobuf to 1.4.2
2020-06-05 18:04:20 -07:00
Jakub Sztandera
94da339622
Fix protobuf panic by updating protobuf to 1.4.2
...
The panic is caused by usage of internal protobuf interface.
It was changed in protobuf 1.4.0 and reluctantly fixed in 1.4.2
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-06 02:47:29 +02:00
Whyrusleeping
366359803a
Merge pull request #1903 from filecoin-project/feat/reuse-get-tipset-by-height
...
reuse GetTipsetByHeight in GetRandomness
2020-06-05 16:06:28 -07:00
Łukasz Magiera
3b13397165
gofmt
2020-06-06 00:59:01 +02:00
Łukasz Magiera
163c2b2544
Merge remote-tracking branch 'origin/master' into next
2020-06-06 00:58:24 +02:00
Łukasz Magiera
9e2603c1bf
Merge pull request #1937 from laser/bugs/916-standardize-cid-base32
...
print "client"-command CIDs as base32-encoded strs
2020-06-06 00:53:07 +02:00
Łukasz Magiera
d27750590a
Merge pull request #1928 from filecoin-project/fix/lsm-prov-deadlines
...
Make lotus-storage-miner deadlines correct
2020-06-06 00:37:09 +02:00
Łukasz Magiera
33a00ab9e5
Merge pull request #1938 from filecoin-project/deps/spect-actors-upd
...
Update specs-actors
2020-06-06 00:31:09 +02:00
Łukasz Magiera
f765fe36d7
Make lotus-storage-miner deadlines correct
2020-06-06 00:28:32 +02:00
Whyrusleeping
be7a95c9a5
Merge pull request #1915 from filecoin-project/feat/chain-index
...
implement chain index to make lookbacks faster
2020-06-05 15:13:47 -07:00
Aayush Rajasekaran
2571480bb6
Update chain-val, use tagged specs-actors
2020-06-05 18:13:30 -04:00
Jeromy
73d928751d
disallow sourcing randomness from future epochs
2020-06-05 15:12:13 -07:00
Whyrusleeping
0c19544d94
Merge pull request #1941 from filecoin-project/deps/update-hamt
...
update to new hamt code with improved perf
2020-06-05 14:54:21 -07:00
laser
a80dce2e3b
move to client command
2020-06-05 14:22:29 -07:00
Jeromy
fb09d1ad2b
update to new hamt code with improved perf
2020-06-05 14:13:08 -07:00
laser
963e4dd2fc
set a Base32 default explicitly
2020-06-05 13:52:36 -07:00
Łukasz Magiera
a5d81c6cc9
Merge pull request #1932 from filecoin-project/feat/chainget-state
...
chain get: @state selector to prettify actor state
2020-06-05 22:42:36 +02:00
laser
b167e73acb
allow CLI consumer to specify CID encoding for output
2020-06-05 13:33:45 -07:00
Łukasz Magiera
e7af464033
Merge pull request #1931 from filecoin-project/feat/compute-state-sub-links
...
compute-state html: Allow linking to internal executions
2020-06-05 22:29:23 +02:00
laser
28e454fd4a
go mod tidy
2020-06-05 13:13:53 -07:00