Commit Graph

1144 Commits

Author SHA1 Message Date
whyrusleeping
249074761c verify message signatures during block validation 2019-10-09 11:58:49 +09:00
whyrusleeping
68c1170250 compute signatures over msg cids instead of raw bytes 2019-10-09 10:32:08 +09:00
Pooja
36ee92b32c
Link to licenses 2019-10-09 10:27:59 +09:00
Pooja
e897cbba12
Fix specs repo link 2019-10-09 10:25:57 +09:00
Whyrusleeping
ed78894d20
Merge pull request #294 from filecoin-project/feat/wallet-importing
implement key import and export
2019-10-09 09:34:10 +09:00
whyrusleeping
de947a949f make kuba happy 2019-10-09 09:22:18 +09:00
whyrusleeping
80b40e7e70 make magik happier 2019-10-08 18:46:36 +09:00
whyrusleeping
b40de6995b implement key import and export 2019-10-08 18:17:03 +09:00
Łukasz Magiera
49e8b5d334
Merge pull request #293 from filecoin-project/fix/websocket-closing-2
fix websocket closing again
2019-10-08 10:34:44 +02:00
whyrusleeping
86deb7528c fix websocket closing again 2019-10-08 17:29:37 +09:00
Whyrusleeping
cefd75be64
Merge pull request #292 from filecoin-project/feat/mpool-precheck
mpool: check origin balance before actually pushing to mpool
2019-10-08 15:51:47 +09:00
Łukasz Magiera
2b04a9b6be mpool: check origin balance before actually pushing to mpool 2019-10-08 15:09:07 +09:00
Whyrusleeping
8618e724ed
Merge pull request #291 from filecoin-project/fix/blockviewer
pond: Fix block explorer after stateroot refactor
2019-10-08 15:03:59 +09:00
Łukasz Magiera
4107c49db2 pond: Fix block explorer after stateroot refactor 2019-10-08 14:58:10 +09:00
Whyrusleeping
3c68e66b4c
Merge pull request #285 from filecoin-project/fix/event-null-blocks
events: Handle null blocks correctly
2019-10-08 11:34:01 +09:00
Whyrusleeping
d71b8bd8ba
Merge pull request #290 from filecoin-project/fix/sync-forked-chain
Fix/sync forked chain
2019-10-07 18:39:56 -06:00
Whyrusleeping
c6fbf3b704
Merge pull request #281 from filecoin-project/fix/vm-log
Fix vm log
2019-10-07 18:32:14 -06:00
Whyrusleeping
6c2db4fbcb
Merge pull request #288 from filecoin-project/feat/more-logs
Improve logs
2019-10-07 18:31:45 -06:00
whyrusleeping
983ae22a03 remove outdated comment 2019-10-08 09:30:20 +09:00
whyrusleeping
684e8e27fc use proper const 2019-10-08 09:28:13 +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
Łukasz Magiera
27411f7e3a events: Give non-null tipsets in handlers 2019-10-06 01:43:10 +02: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
1faabad512
Merge pull request #287 from filecoin-project/feat/miner-pprof
Add pprof server to storage miner
2019-10-05 10:09:58 -06:00
whyrusleeping
e17fc950b3 Add pprof server to storage miner 2019-10-05 10:08:55 -06:00
whyrusleeping
fca5a4765d begin allowing test framework to generate forks 2019-10-05 10:04:58 -06:00
Jakub Sztandera
9e74b19da0
Improve logs
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-05 17:59:35 +02:00
Łukasz Magiera
d0850b8c2f events: Change null block handling 2019-10-05 01:49:18 +02:00
Łukasz Magiera
1cfe67cb59 Make sure that tipsetcache get works when tail ts in null 2019-10-05 01:26:36 +02:00
Łukasz Magiera
7170e1893f events: Handle null blocks correctly 2019-10-05 00:43:04 +02:00
Jakub Sztandera
991ab167fe
Fix vm log
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-04 22:57:59 +02:00
Jakub Sztandera
1ea23da756
Merge pull request #279 from filecoin-project/build/rm-paramfetch
build: remove paramfetch from make
2019-10-04 22:18:17 +02:00
Jakub Sztandera
08758159cc
Use ./lotus fetch-params for CI
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-04 22:10:49 +02:00
Łukasz Magiera
99bbfc24e0
Merge pull request #280 from filecoin-project/feat/devnet3
Depoly devnet v3
2019-10-04 22:10:22 +02:00
Łukasz Magiera
32df3e4f90 Depoly testnet v3 2019-10-04 22:05:29 +02:00
whyrusleeping
640437e13a add param fetch command 2019-10-04 13:55:33 -06:00
Łukasz Magiera
2525ba40d6 build: remove paramfetch from make 2019-10-04 20:48:36 +02:00
Whyrusleeping
238142bc23
Merge pull request #273 from filecoin-project/fix/websocket-closing
fix websocket closing
2019-10-04 12:41:53 -06:00
Łukasz Magiera
83ff9da9ef
Merge pull request #278 from filecoin-project/fix/dont-drop-sectors
the doneset is for dropping sectors
2019-10-04 20:32:28 +02:00
whyrusleeping
f9ac86ab00 the doneset is for dropping sectors 2019-10-04 12:30:30 -06:00
Łukasz Magiera
7f1c90cc7b
Merge pull request #277 from filecoin-project/fix/bitfield-deterministic
Sort the result of All in bitfiled
2019-10-04 20:25:55 +02:00
Jakub Sztandera
211444059c
Sort the result of All in bitfiled
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2019-10-04 20:18:11 +02:00
whyrusleeping
6dd8ed7d7a pass those tests 2019-10-04 10:06:05 -06:00
whyrusleeping
697bed27a6 fix websocket closing 2019-10-04 10:06:05 -06:00
Whyrusleeping
b6d50c07c8
Merge pull request #276 from filecoin-project/fix/block-printing
improve accuracy of block printing with getblock
2019-10-04 09:39:47 -06:00
whyrusleeping
27f120bfce improve accuracy of block printing with getblock 2019-10-03 13:22:21 -07:00
Whyrusleeping
c0a3e675e4
Merge pull request #275 from filecoin-project/feat/cleanup-create-block
clean up create block
2019-10-03 14:05:03 -06:00
Łukasz Magiera
c45944627a
Merge pull request #274 from filecoin-project/misc/better-log
Improve logs and error messages
2019-10-03 22:01:13 +02:00
whyrusleeping
ed64b87ce2 clean up create block 2019-10-03 13:45:14 -06:00