hannahhoward
72c0dbd8e5
fix(markets): fix sig verification
...
fix handling of signatures in the adapters
2020-03-03 13:23:06 -08:00
Whyrusleeping
41bf668189
Merge pull request #1294 from natewalck/more-opencensus-metrics
...
More opencensus metrics
2020-03-03 12:02:13 -08:00
whyrusleeping
c51a83b404
fix a few libp2p related problems
2020-03-02 20:55:25 -08:00
hannahhoward
9beacabd66
fix(paychmgr): Fix issues with payment channels
...
Load full addresses for payment channels so they can be signed, fixes bugs with saving vouchers and
catching duplicates, updates to version of go-fil-markets that solves a retrieval bug to complete
retrieval deal
2020-03-02 18:15:32 -08:00
lanzafame
4f2baa8953
conform protocol ids to spec
...
Signed-off-by: lanzafame <adrianlanzafame92@gmail.com>
2020-03-03 11:34:43 +10:00
Łukasz Magiera
3abb59a550
sealmgr: Interfaces; simple initial impl
2020-03-03 01:46:58 +01:00
Łukasz Magiera
2cca6ab3db
Merge pull request #1314 from filecoin-project/feat/storage-miner-default-worker-count
...
Reduce default storage miner worker count
2020-03-03 00:30:46 +01:00
Travis Person
c362d75a38
Reduce default storage miner worker count
...
The current default worker count of 5 can result in high memory usage of
the lotus-storage-miner process when a user starts multiple sector
pledges within a short time of each other and can result in the process
being killed for OOM.
Reducing the worker count to 2 will provide a safer default.
2020-03-02 23:28:05 +00:00
Jim
bce50a802b
Merge pull request #1308 from filecoin-project/asr/clidocs
...
Documentation updates
2020-03-01 21:46:06 -08:00
whyrusleeping
61fcbd1664
remove unnecessary cid casting
2020-03-01 20:38:18 -08:00
Aayush Rajasekaran
e1570eedf3
Add a section for the CLI to lotu.sh
2020-03-01 20:30:17 -08:00
Aayush Rajasekaran
06ea2f573e
Correct some sync info on lotu.sh
2020-03-01 20:30:17 -08:00
whyrusleeping
ca882725ce
fixup imports
2020-03-01 17:15:18 -08:00
whyrusleeping
60b19c51ef
more misc fixes
2020-03-01 17:09:38 -08:00
Nate Walck
65cd13301c
Add ReceivedFrom to block validation failure metrics
2020-03-01 20:01:52 -05:00
Nate Walck
8283bb994a
Add block metrics to incoming pubsub validate funcs
2020-03-01 19:57:16 -05:00
Nate Walck
33af2409e8
Use head notif func for current node height, add pubsub metrics
2020-03-01 19:26:09 -05:00
Łukasz Magiera
98dbb2f70f
bench: set correct registered proofs on things
2020-03-01 22:05:13 +01:00
Łukasz Magiera
f4310e8f69
bench: set sector size in saved commit2 inputs
2020-03-01 05:26:10 +01:00
Łukasz Magiera
3c7880cc10
Merge pull request #1292 from filecoin-project/asr/clisign
...
Re: #1290 : Add sign and verify CLI commands
2020-03-01 04:50:33 +01:00
Łukasz Magiera
ee3e631b1a
bench: Prove command
2020-03-01 03:52:46 +01:00
Łukasz Magiera
4521ff3e95
Merge pull request #1306 from filecoin-project/fix/payment-channel-specs-actors
...
Fix issues with payment channels
2020-03-01 03:31:18 +01:00
hannahhoward
fed548623d
fix(deps): update go-fil-markets
2020-02-28 19:32:33 -08:00
hannahhoward
bda5315866
fix(paychmr): decode address correctly, pass wallet
2020-02-28 19:26:33 -08:00
hannahhoward
0d7afef0c5
fix(paychmgr): add to paych serialziation
2020-02-28 19:26:33 -08:00
Łukasz Magiera
342e85d378
bench: flag to save commit2 input
2020-02-29 03:31:25 +01:00
Łukasz Magiera
9794c04b94
Update sectorbuilder with Fr fix
2020-02-29 03:31:14 +01:00
Łukasz Magiera
f54a555aa8
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
2020-02-29 03:21:01 +01:00
Łukasz Magiera
fa245c1e53
Merge pull request #1299 from filecoin-project/feat/update-sectorbuilder
...
Update lotus to use v23 proofs
2020-02-29 03:14:19 +01:00
whyrusleeping
194093469a
fix subtool builds
2020-02-28 18:05:19 -08:00
whyrusleeping
c7508a0512
self review fixes
2020-02-28 18:02:40 -08:00
whyrusleeping
1a07cb7bbf
a few more fixes
2020-02-28 17:12:47 -08:00
whyrusleeping
cf2eefdfbe
Fix up client storage deal matcher
2020-02-28 16:05:56 -08:00
Aayush Rajasekaran
fe8db295e7
Re: #1290 : Add a lotus wallet verify API and CLI command
...
- The command takes an address, message, and signature, and returns true if the sig is valid
2020-02-28 15:56:15 -08:00
Aayush Rajasekaran
f6bda96d5a
Re: #1290 : Add a lotus wallet sign CLI command
...
- The command takes an address and a message (in hex) and prints out a signature of the msg
2020-02-28 15:56:00 -08:00
whyrusleeping
115167659d
tidy that mod go
2020-02-28 14:02:54 -08:00
whyrusleeping
713059275d
progress is made incrementally
2020-02-28 14:00:34 -08:00
whyrusleeping
5b657a2905
pass on proper sector types
2020-02-28 12:52:14 -08:00
whyrusleeping
b03d2e2f9e
un go-mod hack things, integrate newly merged fixes
2020-02-28 11:31:28 -08:00
whyrusleeping
0945d8725e
fixing miner logic to make more tests pass
2020-02-28 11:31:28 -08:00
Łukasz Magiera
2a1253e45a
types: Simplify Ticket.Equals
2020-02-28 11:31:28 -08:00
Henri S
96555aa74b
update to use VRF digest appropriately and simplify drawing rand past genesis
2020-02-28 11:31:28 -08:00
hannahhoward
44f73103db
fix(markets): detect storage deal active correctly
...
Use SectorStartEpoch to determine if a deal is active, rather than Proposal.StartEpoch
2020-02-28 11:31:28 -08:00
Łukasz Magiera
5a4f917c60
4-stage v23 lotus-bench
2020-02-28 19:06:59 +01:00
Łukasz Magiera
e1aa4d6265
Merge pull request #1295 from filecoin-project/patch/specRand
...
Patch/spec rand
2020-02-28 18:23:54 +01:00
Łukasz Magiera
43bcae17b3
types: Simplify Ticket.Equals
2020-02-28 18:21:22 +01:00
Łukasz Magiera
d5b8defcbb
Begin work on integrating new sectorbuilder interfaces
2020-02-28 18:17:40 +01:00
Nate Walck
7db39115e8
Fixed ctx issue, changed to track failures instead of success
2020-02-27 23:43:52 -05:00
Łukasz Magiera
a97e7ea52a
Merge pull request #1303 from filecoin-project/feat/stats-head-buffer
...
stats: add small head change buffer to reduce collecting extraneous stats from small reorgs
2020-02-28 04:13:50 +01:00
Travis Person
7f731db9dd
stats: add small head change buffer to reduce collecting extraneous stats from small reorgs
2020-02-28 03:01:23 +00:00