Łukasz Magiera
8a3b7c575f
Use sector-storage master
2020-06-23 23:15:29 +02:00
Jakub Sztandera
e864244226
Merge pull request #2117 from filecoin-project/fix/drand-config-di
...
improve DrandConfig dependency injection
2020-06-23 23:14:58 +02:00
Łukasz Magiera
47d9335658
Merge pull request #53 from filecoin-project/feat/remove-sector
...
Update specs-storage, sector removing support
2020-06-23 23:05:24 +02:00
Yusef Napora
5074cf8beb
import DrandConfig from dtypes
2020-06-23 16:23:06 -04:00
Yusef Napora
b448de422e
improve DrandConfig dependency injection
2020-06-23 16:01:10 -04:00
Łukasz Magiera
99d3571772
Merge pull request #2115 from filecoin-project/feat/drand-config-override
...
allow overriding drand config
2020-06-23 21:59:05 +02:00
Łukasz Magiera
0354275b39
Merge pull request #2112 from laser/bugs/2111-hanging-client-retrieve
...
return error if retrieval deal rejected
2020-06-23 21:56:02 +02:00
laser
309fbc15b2
import aliasing, for legibility
2020-06-23 12:22:33 -07:00
Łukasz Magiera
28e3c863bf
Merge pull request #2114 from filecoin-project/fix/state-mkt-participants
...
state: Get correct locked table in StateMarketParticipants
2020-06-23 21:21:43 +02:00
laser
06162290af
explicitly handle each deal status, as per PR feedback
2020-06-23 12:14:41 -07:00
Yusef Napora
628872d0e4
forgot my go fmt hook
2020-06-23 15:10:27 -04:00
Yusef Napora
960523f45f
fix drand test
2020-06-23 15:09:28 -04:00
Raúl Kripalani
1907fe2a91
update team in README.md.
2020-06-23 20:00:14 +01:00
Anton Evangelatov
021c0386f8
add circleci build job ( #52 )
2020-06-23 19:59:39 +01:00
Łukasz Magiera
fb04b17fad
state: Get correct locked table in StateMarketParticipants
2020-06-23 20:55:59 +02:00
Jakub Sztandera
19ed695811
Fix TestInteropBH
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 20:37:35 +02:00
Jakub Sztandera
1f967c6f63
Fix debug_advance
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 20:37:35 +02:00
Jakub Sztandera
2165728088
Fix TestDealMining
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 20:09:58 +02:00
laser
8adc831a31
return error if retrieval deal rejected
2020-06-23 11:08:04 -07:00
Yusef Napora
566a99240d
allow overriding drand config
2020-06-23 13:33:18 -04:00
Łukasz Magiera
7b2241f051
Merge pull request #2102 from filecoin-project/feat/parallel-block-val
...
run block validation for tipsets in parallel
2020-06-23 17:59:14 +02:00
Yusef Napora
f72616981e
Merge pull request #43 from filecoin-project/feat/composer
...
Add "composer" configuration UI
2020-06-23 11:20:47 -04:00
Jakub Sztandera
156a14eeeb
Integrate Poisson Sortition into chain sync
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:59:44 +02:00
Jakub Sztandera
97088e3109
Add golden test for exp function
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:33:10 +02:00
Jakub Sztandera
2b597fb780
Add tests for lambda
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:02 +02:00
Jakub Sztandera
efeaa9b6ad
Fix lint warnings
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:02 +02:00
Jakub Sztandera
d7f710806b
Implement golden tests for Poisson distribution
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:02 +02:00
Jakub Sztandera
d92362f96e
Add comments about algorithm
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:02 +02:00
Jakub Sztandera
8fea872345
Refactor poisson to struct for easier testing
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:02 +02:00
Jakub Sztandera
84c0b50aa1
Rename fxToD
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:01 +02:00
Jakub Sztandera
f523b17a35
Improve performance of ComputeWinCount
...
As it turns out `big.Int#Mul` doesn't like it when you reuse input as
output.
```
name old time/op new time/op delta
WinCounts-8 4.56µs ± 1% 3.90µs ± 2% -14.44% (p=0.000 n=9+10)
name old alloc/op new alloc/op delta
WinCounts-8 3.50kB ± 0% 1.15kB ± 0% -67.23% (p=0.000 n=10+10)
name old allocs/op new allocs/op delta
WinCounts-8 45.0 ± 0% 24.0 ± 0% -46.67% (p=0.000 n=10+10)
```
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:01 +02:00
Jakub Sztandera
ee5639aad9
Initial implementation of Poisson Sortition
...
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-06-23 16:24:01 +02:00
Anton Evangelatov
6eddd62a73
handle get_host_ip on macos
2020-06-23 10:02:05 -04:00
Anton Evangelatov
306efa66c7
random fixes
2020-06-23 10:02:05 -04:00
Yusef Napora
0bfaa46ce7
add readme
2020-06-23 10:02:05 -04:00
Yusef Napora
91b9cdfae5
make sure each group gets its own param objects
2020-06-23 10:02:05 -04:00
Yusef Napora
6f12d797d2
stringify test params
2020-06-23 10:02:05 -04:00
Yusef Napora
86a4d6f607
allow renaming groups via ui
2020-06-23 10:02:05 -04:00
Yusef Napora
a60a4c507a
fix groups for existing compositions
2020-06-23 10:02:05 -04:00
Yusef Napora
7bbde459f3
refactor groups ui
2020-06-23 10:02:05 -04:00
Yusef Napora
4a961401fc
set default builder & runner from manifest
2020-06-23 10:02:05 -04:00
Yusef Napora
9eab4cfa0d
new composition flow working e2e, some rough edges
2020-06-23 10:02:05 -04:00
Yusef Napora
92409c321c
skip docker build if SKIP_BUILD is set
2020-06-23 10:02:05 -04:00
Yusef Napora
9e348c049b
test runner working in docker
2020-06-23 10:02:05 -04:00
Yusef Napora
c9dbf908b5
build testground and copy to run image
2020-06-23 10:02:05 -04:00
Yusef Napora
202cdda358
update global config with manifest
2020-06-23 10:02:05 -04:00
Yusef Napora
6eae66728b
create new composition or load existing
2020-06-23 10:02:05 -04:00
Yusef Napora
e262320348
launch panel server from docker
2020-06-23 10:02:05 -04:00
Yusef Napora
9323fd896a
wip, jupyter in docker
2020-06-23 10:02:00 -04:00
Raúl Kripalani
f29141b855
simplify the docker build base and runtime images + remove the go.rice trickery ( #48 )
...
* adjust the prototype for building oni test plans.
- We no longer clone the entire lotus codebase.
- We only clone and build the ffi module in the build image.
- The runtime image no longer builds the ffi module.
- The runtime image uses go-paramfetch to fetch the parameters
(which are not expected to change).
- We use filecoin-project/lotus#2097 to not have to deal with
go.rice trickery for things we don't actually need to use.
* add filecoin-ffi submodule (commit ca281af); fix replace directive.
* remove stale file.
* tag build base images.
* fix build.sh.
* delete filecoin-ffi submodule from root.
* add filecoin-ffi submodule under extra/filecoin-ffi.
* adjust everything to use extra sources TG feature.
2020-06-23 15:20:47 +02:00