Łukasz Magiera
|
99bc46b8b8
|
Merge pull request #1971 from waynewyang/err-check
error check
|
2020-06-10 14:38:38 +02:00 |
|
waynewyang
|
e2d2af3afa
|
error check
|
2020-06-10 20:34:04 +08:00 |
|
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 |
|
Ł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 |
|
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 |
|
Mike Greenberg
|
ae83ca6893
|
Express block validation, cpu/mem usage via OpenCensus
|
2020-06-08 14:15:01 -04: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 |
|
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
|
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 |
|
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 |
|
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 |
|
laser
|
b167e73acb
|
allow CLI consumer to specify CID encoding for output
|
2020-06-05 13:33:45 -07:00 |
|
laser
|
28e454fd4a
|
go mod tidy
|
2020-06-05 13:13:53 -07:00 |
|
laser
|
55a9c9ae0a
|
client deal command outputs Base32-encoded CID
|
2020-06-05 13:13:33 -07:00 |
|
laser
|
b3eef76cdd
|
client commP outputs Base32-encoded string
|
2020-06-05 13:13:16 -07:00 |
|
laser
|
2347ba6f39
|
print "client"-command CIDs as base32-encoded strs
Fixes #916
|
2020-06-05 13:04:28 -07:00 |
|
Whyrusleeping
|
9f4ac4f4f3
|
Merge pull request #1934 from filecoin-project/bugs/return-on-error-#1611
fix unhandled nil return
|
2020-06-05 12:26:27 -07:00 |
|
shannonwells
|
e4bed4d963
|
return on all err conditions
|
2020-06-05 11:20:07 -07:00 |
|
shannonwells
|
76b5c8b145
|
fix unhandled nil return
|
2020-06-05 11:20:07 -07:00 |
|
Łukasz Magiera
|
e9eff8be5c
|
Merge pull request #1933 from laser/bugs/1209-paramfetch-sigterm
pass context to paramfetch.GetParams
|
2020-06-05 19:46:23 +02:00 |
|
laser
|
4855045ea2
|
pass context to paramfetch.GetParams
Fixes #1209
|
2020-06-05 10:28:00 -07:00 |
|
Łukasz Magiera
|
7d166fd730
|
Merge pull request #1908 from filecoin-project/docs/cpu-choice
add a doc on amd vs intel cpus
|
2020-06-05 01:21:50 +02:00 |
|
Aayush Rajasekaran
|
656b285195
|
Bugfix: Begin walkback when lookback target's height is too low
|
2020-06-04 18:17:54 -04:00 |
|
whyrusleeping
|
86083531c6
|
a couple bugfixes
|
2020-06-04 18:17:54 -04:00 |
|
Jeromy
|
c01f70105f
|
implement chain index to make lookbacks faster
|
2020-06-04 18:17:54 -04:00 |
|
Łukasz Magiera
|
bada564c10
|
Merge pull request #1912 from filecoin-project/asr/statesearch
search for a message should stop if we reach sender nonce of 0
|
2020-06-04 23:42:16 +02:00 |
|
vyzo
|
6beabb5e8a
|
Merge pull request #1914 from filecoin-project/feat/update-pubsub
update libp2p dependencies
|
2020-06-04 22:50:48 +03:00 |
|
vyzo
|
3719938849
|
gomod: update go-maddr-filter
|
2020-06-04 22:35:33 +03:00 |
|
vyzo
|
6420990007
|
gomod: update go-libp2p-quic-transport
|
2020-06-04 22:34:07 +03:00 |
|
vyzo
|
1fab24b9bc
|
gomod: update go-libp2p-kad-dht
|
2020-06-04 22:32:11 +03:00 |
|
vyzo
|
b339750757
|
gomod: update go-libp2p-yamux
|
2020-06-04 21:34:01 +03:00 |
|
vyzo
|
954a20ff4c
|
gomod: update go-libp2p to v0.9.4
|
2020-06-04 14:25:17 +03:00 |
|
vyzo
|
8057b994cf
|
go.mod: remove unecessary (and harmful) replace directive for go-systemd
|
2020-06-04 14:23:59 +03:00 |
|
vyzo
|
f210a6e91a
|
pubsub: set Dout parameter to 3 (from the default of 2)
we are using a higher D value than the default, so this can be safely increased.
|
2020-06-04 00:03:31 +03:00 |
|
vyzo
|
aded0706be
|
gomod: update go-libp2p@v0.9.3 and go-libp2p-pubsub@v0.3.2
|
2020-06-04 00:02:54 +03:00 |
|
Aayush Rajasekaran
|
4b01b666f6
|
Bugfix: searchback for a message should stop if we reach sender nonce of 0
|
2020-06-03 14:08:05 -04:00 |
|
Łukasz Magiera
|
35740895ed
|
Merge pull request #1899 from filecoin-project/feat/1827-lotus-daemon-stop-cmd
add (sub)commands which shut down lotus daemon and storage miner
|
2020-06-03 19:15:20 +02:00 |
|
Jeromy
|
a8915f0331
|
add a doc on amd vs intel cpus
|
2020-06-03 08:45:53 -07:00 |
|
Łukasz Magiera
|
8aa158d4e6
|
Merge pull request #1900 from filecoin-project/feat/subcall-timing-compute-state
add subcall timing to compute state output
|
2020-06-02 22:23:25 +02:00 |
|
Łukasz Magiera
|
3595b1f8e9
|
compute-state html: Add timing for internal executions
|
2020-06-02 22:06:03 +02:00 |
|
Jeromy
|
9b867a221a
|
add subcall timing to compute state output
|
2020-06-02 12:53:24 -07:00 |
|