whyrusleeping
|
e27217c6a1
|
fix sync tests
|
2019-12-09 22:17:15 +01:00 |
|
Łukasz Magiera
|
7d13b28439
|
Fix tests using 1k sectors
|
2019-12-03 02:55:10 +01:00 |
|
Łukasz Magiera
|
5beb7f4a48
|
More review fixes
|
2019-12-02 19:56:27 +01:00 |
|
whyrusleeping
|
3b533ed76c
|
Genesis miner config actually sets the created miner address now
|
2019-11-29 22:31:26 -06:00 |
|
whyrusleeping
|
f03198c8a0
|
sync tests passing, still no vm integration
|
2019-11-22 10:41:09 -06:00 |
|
whyrusleeping
|
f8eabd3db4
|
Refactor mining logic to match specs ticket chain
|
2019-11-20 10:52:36 -06:00 |
|
Łukasz Magiera
|
ebdaa3f020
|
Fix TestSyncBadTimestamp with low BlockDelay
|
2019-11-05 18:33:58 +01:00 |
|
Łukasz Magiera
|
1d1f468c98
|
peer manager: Disable in tests
|
2019-10-23 13:02:00 +02:00 |
|
Jakub Sztandera
|
1bf713cb0a
|
Cleanup imports after rename
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-18 13:47:41 +09:00 |
|
Łukasz Magiera
|
10dbf6e9d4
|
Fix sync_test
|
2019-10-15 14:32:33 +02:00 |
|
whyrusleeping
|
aa644fcbbb
|
call sync directly during submitblock
|
2019-10-15 21:19:10 +09:00 |
|
whyrusleeping
|
7c26e3c35f
|
WIP: ensure blocks make it into repo before pushing to pubsub
|
2019-10-14 23:21:37 +09:00 |
|
whyrusleeping
|
85684ba7e2
|
don't add bad blocks to tipsetcache
|
2019-10-10 12:04:10 +09:00 |
|
whyrusleeping
|
0182b804a2
|
give syncer ability to deal with forked chains
|
2019-10-05 23:14:50 -06:00 |
|
whyrusleeping
|
5cb819b322
|
lots of cleanup, and finally a chain fork test case repro!
|
2019-10-05 21:32:56 -06:00 |
|
whyrusleeping
|
76ceb1f25a
|
a bit more hacking to make the test framework bend to my will
|
2019-10-05 17:18:39 -06:00 |
|
whyrusleeping
|
fca5a4765d
|
begin allowing test framework to generate forks
|
2019-10-05 10:04:58 -06:00 |
|
whyrusleeping
|
317e83a410
|
fix sync tests by sorting tipsets
|
2019-10-01 12:47:42 -06:00 |
|
Łukasz Magiera
|
fe7efa753d
|
events: Build on chain API calls
|
2019-09-18 13:01:52 +02:00 |
|
whyrusleeping
|
9763810100
|
cleaup, small refactor
|
2019-09-17 19:55:51 -07:00 |
|
Łukasz Magiera
|
7f68fa9567
|
Fix tests
|
2019-09-17 16:45:09 +02:00 |
|
whyrusleeping
|
74f68dc630
|
perform tipset expansion on sync and fix tipset comparison
|
2019-09-09 19:14:27 -07:00 |
|
whyrusleeping
|
b5462542a8
|
fix tests and fix a bug in blocksync
|
2019-09-09 19:14:26 -07:00 |
|
whyrusleeping
|
6e21372ccb
|
initial refactor for creating tipsets with multiple parents
|
2019-09-09 19:12:32 -07:00 |
|
whyrusleeping
|
cc9b638788
|
use wait func in other test
|
2019-08-30 18:11:32 -07:00 |
|
whyrusleeping
|
d0d7d259b6
|
fix ChainNotify
|
2019-08-30 18:03:10 -07:00 |
|
whyrusleeping
|
d7ab382c8c
|
add (currently broken) testutil sync wait
|
2019-08-30 16:44:22 -07:00 |
|
Jakub Sztandera
|
349d9a2fad
|
Reenable test
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-08-27 22:31:58 +02:00 |
|
Jakub Sztandera
|
8557505cbd
|
Charge per put and get
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
|
2019-08-27 17:01:17 +02:00 |
|
Łukasz Magiera
|
eda26faf21
|
Register miner address from storageminer process
|
2019-08-20 19:19:24 +02:00 |
|
Łukasz Magiera
|
82c449c047
|
fix sync_test.go
|
2019-08-20 18:51:10 +02:00 |
|
Łukasz Magiera
|
4431dffc39
|
miner: Create miner in DI
|
2019-08-20 18:50:17 +02:00 |
|
whyrusleeping
|
df5088ea77
|
bad merging caused this to get missed. my bad
|
2019-08-05 12:27:26 -07:00 |
|
Whyrusleeping
|
09539f9322
|
Merge pull request #118 from filecoin-project/feat/clarify-sync
clean up sync, make everything go in the same direction
|
2019-08-05 12:15:04 -07:00 |
|
whyrusleeping
|
0cba124be0
|
CI machines are slow, need to stop relying on time
|
2019-08-02 16:23:26 -07:00 |
|
whyrusleeping
|
280dac7945
|
make 'mineNewBlock' testhelper
|
2019-08-02 16:14:58 -07:00 |
|
whyrusleeping
|
14f6cc8a0b
|
clean up sync, make everything go in the same direction
|
2019-08-02 15:21:46 -07:00 |
|
whyrusleeping
|
dc7c0fcabe
|
refactoring to accomodate the bls message changes in the spec
|
2019-08-01 18:19:22 -07:00 |
|
whyrusleeping
|
a8b434a708
|
fix the most annoying bug ever
|
2019-07-31 10:43:57 -07:00 |
|
Łukasz Magiera
|
0f2334f513
|
chain sync: rebase 'fixes'
|
2019-07-31 10:43:14 -07:00 |
|
Łukasz Magiera
|
99aaafaed2
|
chain: Some sync cleanup
|
2019-07-31 10:43:13 -07:00 |
|
Łukasz Magiera
|
cdf0e0c858
|
chain: Test 'manual' sync
|
2019-07-31 10:43:13 -07:00 |
|
Łukasz Magiera
|
412a168151
|
chain: more work on chain sync, sync testing
|
2019-07-31 10:43:13 -07:00 |
|
Łukasz Magiera
|
b6439fa57d
|
chain: Test sync with messages
|
2019-07-31 10:43:13 -07:00 |
|
Łukasz Magiera
|
9ef5e1266e
|
chain: Test basinc sync on generated chain
|
2019-07-31 10:43:13 -07:00 |
|
Łukasz Magiera
|
a656aea7fe
|
chain: WIP Generated node sync test
|
2019-07-31 10:43:13 -07:00 |
|