Łukasz Magiera
|
d9ad6fb8c8
|
worker: Make disconnects less bad
|
2020-08-14 23:24:41 +02:00 |
|
Łukasz Magiera
|
0377d6952b
|
Merge remote-tracking branch 'origin/next' into feat/worker-addpiece2
|
2020-08-14 21:17:30 +02:00 |
|
Łukasz Magiera
|
ec242c1ba7
|
Update jsonrpc with stacktraces on panic
|
2020-08-14 21:16:42 +02:00 |
|
hannahhoward
|
6b5525b8d2
|
feat(markets): update markets 0.5.6
update markets to 0.5.6, removing use of validators that moved inside markets
|
2020-08-14 11:14:03 -07:00 |
|
Łukasz Magiera
|
0c75dd3865
|
Support AddPiece on workers
|
2020-08-14 16:06:53 +02:00 |
|
Aayush Rajasekaran
|
c2a24b7b4c
|
Update markets
|
2020-08-13 22:13:31 -04:00 |
|
hannahhoward
|
c9a4bfba1a
|
feat(markets): update markets v0.5.5
|
2020-08-12 19:02:20 -07:00 |
|
Dirk McCormick
|
335d165db6
|
refactor: use spec-actors paych with AMT for lane states
|
2020-08-12 17:06:18 -07:00 |
|
Łukasz Magiera
|
bfa0ae16b0
|
Merge pull request #2965 from filecoin-project/steb/update-actors
Update specs-actors & cbor-gen
|
2020-08-12 21:18:05 +02:00 |
|
vyzo
|
e50ea377ef
|
gomod: add go-libp2p-noise, remove go-libp2p-secio
|
2020-08-12 21:14:52 +03:00 |
|
Steven Allen
|
5c715021c1
|
update chain-validation
|
2020-08-12 10:33:07 -07:00 |
|
Steven Allen
|
9248e5a572
|
Update specs-actors, cbor-gen, and go-address
|
2020-08-12 10:32:39 -07:00 |
|
Steven Allen
|
9135a5d048
|
Pass bitfields by-value
This ensures we can't end up decoding nil bitfields from clients when not
expecting them.
Part of https://github.com/filecoin-project/specs-actors/issues/895. Please see
this issue for details and leave any comments there.
|
2020-08-12 10:32:39 -07:00 |
|
Dirk McCormick
|
51444c7f18
|
refactor: replace custom paych pubsub with existing impl
|
2020-08-10 17:53:10 -04:00 |
|
Łukasz Magiera
|
6d85d379ba
|
Merge remote-tracking branch 'origin/master' into next
|
2020-08-10 23:09:00 +02:00 |
|
vyzo
|
110ccfc88f
|
gomod: update go-libp2p-pubsub@v0.3.4
|
2020-08-10 22:08:29 +03:00 |
|
Łukasz Magiera
|
624731cb80
|
More gomod fixing
|
2020-08-10 18:03:54 +02:00 |
|
Łukasz Magiera
|
85d8133f4a
|
Fix gomods
|
2020-08-10 17:31:14 +02:00 |
|
Łukasz Magiera
|
823d8a64e1
|
Merge remote-tracking branch 'origin/master' into update/next-master
|
2020-08-07 05:09:26 +02:00 |
|
Aayush Rajasekaran
|
bab7b8029b
|
update chain-val again
|
2020-08-06 22:34:30 -04:00 |
|
Aayush Rajasekaran
|
754d6cfea3
|
Update chain-val
|
2020-08-06 19:47:23 -04:00 |
|
Łukasz Magiera
|
e372e7dc63
|
Merge pull request #2850 from filecoin-project/deps/actors-v0.8.7-ish
Update specs-actors
|
2020-08-06 03:28:31 +02:00 |
|
Łukasz Magiera
|
e90b52eb8d
|
Merge pull request #2835 from filecoin-project/fix/sealing-fixes
Update FSM with sealing fixes
|
2020-08-06 02:47:22 +02:00 |
|
hannahhoward
|
80ef0b020e
|
fix(markets): update to tagged version
|
2020-08-05 15:45:54 -07:00 |
|
hannahhoward
|
a89c290f62
|
feat(markets): update to 0.5.4
|
2020-08-05 15:35:59 -07:00 |
|
Łukasz Magiera
|
df38fe4bf6
|
Update specs-actors
|
2020-08-06 00:29:07 +02:00 |
|
Łukasz Magiera
|
ca4e4fa964
|
Merge pull request #2814 from filecoin-project/feat/secstor-fetch-reserve
Update sector-storage with fetch storage reservation
|
2020-08-05 23:37:30 +02:00 |
|
Łukasz Magiera
|
e60af00ec4
|
Merge pull request #2764 from filecoin-project/feat/burn-above-estimate
Burn sclaing amount dependon on how much overestimation there was
|
2020-08-05 23:20:42 +02:00 |
|
Łukasz Magiera
|
8ce8801789
|
Use chain-val master
|
2020-08-05 23:04:12 +02:00 |
|
Łukasz Magiera
|
2b7732bc2f
|
Update sector-storage with fetch storage reservation
|
2020-08-05 20:32:28 +02:00 |
|
Łukasz Magiera
|
9681ac3fb9
|
Update FSM with sealing fixes
|
2020-08-05 03:35:40 +02:00 |
|
Jakub Sztandera
|
d9ba8d3671
|
Change to scaling overestimation burn algorithm
Change the treshold to 1.1
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-05 02:12:11 +02:00 |
|
Aayush Rajasekaran
|
9eea11662c
|
Update chain-val to support burn gaslimit changes
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-05 02:10:25 +02:00 |
|
vyzo
|
14535cc400
|
gomod: update go-libp2p
|
2020-08-04 23:04:53 +03:00 |
|
Aayush Rajasekaran
|
593a7b623c
|
Merge pull request #2820 from filecoin-project/feat/update-markets-0.5.3
Update to go-fil-markets v0.5.3
|
2020-08-04 14:34:18 -04:00 |
|
hannahhoward
|
761a999ebc
|
feat(deps): update to go-fil-markets v0.5.3
|
2020-08-04 11:13:03 -07:00 |
|
Łukasz Magiera
|
adee59c795
|
client cli: improve lit-deals output
|
2020-08-04 19:07:17 +02:00 |
|
Łukasz Magiera
|
c839ca456f
|
wdpost: Test pleding a sector after recovery
|
2020-08-03 21:02:27 +02:00 |
|
Aayush Rajasekaran
|
c33e38eef2
|
Update markets
|
2020-07-31 15:43:34 -04:00 |
|
Łukasz Magiera
|
910f9f00bd
|
Merge pull request #2749 from filecoin-project/deps/cbor-gen
update to latest cbor-gen
|
2020-07-31 21:42:03 +02:00 |
|
Aayush Rajasekaran
|
d3da20ab27
|
Update chain-val
|
2020-07-31 15:37:00 -04:00 |
|
Łukasz Magiera
|
6d21255678
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-31 21:36:14 +02:00 |
|
Łukasz Magiera
|
bdf6904c1a
|
Merge pull request #2745 from filecoin-project/feat/interacnive-client-deal
client cli: Interactive deal command
|
2020-07-31 21:33:02 +02:00 |
|
whyrusleeping
|
b83629c4d5
|
update to latest cbor-gen
|
2020-07-31 11:19:30 -07:00 |
|
Aayush Rajasekaran
|
0552d23b77
|
Upgrade to specs-actors v0.8.5
|
2020-07-31 12:40:45 -04:00 |
|
Łukasz Magiera
|
b6c9169a87
|
client cli: Interactive deal command
|
2020-07-31 18:23:36 +02:00 |
|
vyzo
|
886e2e57dc
|
gomod: update go-libp2p-pubsub@master
|
2020-07-31 19:17:09 +03:00 |
|
Łukasz Magiera
|
4cb4e7c2c2
|
Merge remote-tracking branch 'origin/master' into next
|
2020-07-31 14:02:04 +02:00 |
|
vyzo
|
741818ee67
|
gomod: update go-libp2p-pubsub@feat/trace-topics
|
2020-07-31 10:05:39 +03:00 |
|
Łukasz Magiera
|
38bcb9bc09
|
Update sector-storage with ReadPiece fixes
|
2020-07-31 01:03:39 -04:00 |
|