whyrusleeping
|
1dafcf24f1
|
basic gossip spam protection logic
|
2020-02-16 21:51:18 -08:00 |
|
whyrusleeping
|
0309e2332c
|
add proper signature imports to tests
|
2020-02-06 23:01:37 -08:00 |
|
whyrusleeping
|
d4338047af
|
mark bad should be respected for every incoming tipset
|
2020-02-06 22:39:24 -08:00 |
|
steven004
|
709fd12b7f
|
better power show
|
2020-02-06 14:25:30 +08:00 |
|
Jakub Sztandera
|
ad9e4db3d6
|
Reduce sig import locations
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-02-04 15:12:10 +01:00 |
|
Jakub Sztandera
|
5e6ab42cb8
|
Don't depend on ffi
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-02-04 15:12:04 +01:00 |
|
Łukasz Magiera
|
f837cb5513
|
Merge pull request #1184 from filecoin-project/feat/chain-bisect
chain: bisect cmd
|
2020-02-04 04:43:31 +01:00 |
|
Łukasz Magiera
|
90ecfbe0e4
|
Merge branch 'master' into feat/new-sb-fs
|
2020-02-04 04:15:25 +01:00 |
|
whyrusleeping
|
01b6ddbbd3
|
add a test to ensure there are no off-by-one errors in fork activation logic
|
2020-01-31 15:52:39 -08:00 |
|
Łukasz Magiera
|
a62572bb76
|
Merge remote-tracking branch 'origin/master' into feat/new-sb-fs
|
2020-01-31 08:36:47 +01:00 |
|
whyrusleeping
|
d117cb61b6
|
change withUpdates to match fork height logic
|
2020-01-30 21:20:57 -08:00 |
|
whyrusleeping
|
d70ebd2ba5
|
some code review
|
2020-01-30 21:10:37 -08:00 |
|
whyrusleeping
|
cda7f08b76
|
use less than, not equals
|
2020-01-30 21:05:41 -08:00 |
|
whyrusleeping
|
19a65319ee
|
test and fix fork, add bigint parsing to lotus shed
|
2020-01-30 18:14:20 -08:00 |
|
Whyrusleeping
|
7402b14df3
|
Update chain/actors/actor_miner2.go
Co-Authored-By: Łukasz Magiera <magik6k@users.noreply.github.com>
|
2020-01-30 17:51:19 -08:00 |
|
whyrusleeping
|
0622eb7634
|
put miner changes behind a fork switch
|
2020-01-30 17:36:33 -08:00 |
|
Jakub Sztandera
|
c6fd45727d
|
Add state fork logic
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-30 17:17:34 -08:00 |
|
whyrusleeping
|
8ad8fa902d
|
extra careful power checks on slashing
|
2020-01-30 16:36:18 -08:00 |
|
Jakub Sztandera
|
f2340579a5
|
Fix power calculations
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-30 14:01:47 -08:00 |
|
Łukasz Magiera
|
de5577ca70
|
chain: bisect cmd
|
2020-01-30 22:32:59 +01:00 |
|
Łukasz Magiera
|
4aaa758543
|
fpost: better fault checks
|
2020-01-30 01:50:58 +01:00 |
|
Łukasz Magiera
|
b5660b58b3
|
Merge remote-tracking branch 'origin/master' into feat/sector-recovery
|
2020-01-24 01:53:58 +01:00 |
|
Jakub Sztandera
|
792a2cad82
|
limit blocksync response sizes
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-23 14:24:52 -08:00 |
|
Jakub Sztandera
|
cd14a5eb40
|
Merge pull request #1142 from filecoin-project/feat/bs2
Add incremental timeouts to blocksync fetching
|
2020-01-23 12:44:08 -08:00 |
|
Jakub Sztandera
|
6b42a78c3f
|
Cleanup
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-23 12:35:57 -08:00 |
|
Łukasz Magiera
|
558e4c7669
|
Fix tests after sectorbuilder update
|
2020-01-23 15:33:28 +01:00 |
|
Łukasz Magiera
|
bd97eb98c5
|
Merge pull request #1141 from filecoin-project/fix/no-cgo
Make it buld without cgo
|
2020-01-23 14:10:56 +01:00 |
|
Jakub Sztandera
|
f5d061f34f
|
Add incremental timeouts to blocksync fetching
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-22 15:57:42 -08:00 |
|
Jakub Sztandera
|
362fbbf913
|
Add blockheader_cgo file
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-22 15:55:52 -08:00 |
|
whyrusleeping
|
16523c2ef9
|
fixup tests
|
2020-01-22 12:56:40 -08:00 |
|
Jakub Sztandera
|
a404d535ee
|
Make it buld without cgo
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-22 12:03:12 -08:00 |
|
whyrusleeping
|
dcd01df2d3
|
wire up tracing into state tree flush, add pprof flag
|
2020-01-22 11:53:06 -08:00 |
|
whyrusleeping
|
6d9ac84359
|
add a CLI for multisig wallets
|
2020-01-21 11:02:51 -08:00 |
|
Łukasz Magiera
|
fd0bfc8777
|
Merge pull request #1089 from filecoin-project/feat/state-call-cmd
implement state call command for easy method calling
|
2020-01-21 17:16:54 +01:00 |
|
Łukasz Magiera
|
7b295d7bb0
|
Merge pull request #1115 from filecoin-project/feat/chainwatch-json-states
chainwatch: Store json states
|
2020-01-21 17:15:33 +01:00 |
|
whyrusleeping
|
955b755055
|
wire up importing
|
2020-01-20 17:53:55 -08:00 |
|
whyrusleeping
|
62f05d4c14
|
WIP: chain export
|
2020-01-20 15:51:28 -08:00 |
|
Łukasz Magiera
|
62d661f898
|
chainwatch: Store json states
|
2020-01-19 22:48:19 +01:00 |
|
Łukasz Magiera
|
b5d603dd46
|
Cleaner fork logic in onSuccessfulPoSt2
|
2020-01-19 17:44:44 +01:00 |
|
Łukasz Magiera
|
55fd0a4e60
|
stmgr: Exetute miner amt after correctly switching to amt2 in miner code
|
2020-01-19 17:27:43 +01:00 |
|
Łukasz Magiera
|
3c4acbc6cb
|
Merge pull request #1107 from dtynn/feat/bootybay-fork
correctly update proving set & sector set with amt2
|
2020-01-19 17:22:23 +01:00 |
|
Jakub Sztandera
|
8224aab851
|
Merge pull request #1112 from zhy2006/master
fix: calculate expected cost for sorting peers
|
2020-01-19 16:00:48 +01:00 |
|
Yang
|
489ecef47b
|
fix: calculate expected cost for sorting peers
|
2020-01-19 13:48:15 +08:00 |
|
dtynn
|
8b42ca76f8
|
add onSuccessfulPoSt2
|
2020-01-19 08:22:12 +08:00 |
|
Łukasz Magiera
|
1e782b3de2
|
Merge branch 'master' into feat/event-states
|
2020-01-18 14:40:59 +01:00 |
|
dtynn
|
8bd62165f5
|
RemoveFromSectorSet2 is declared but never used, remove redclared one
|
2020-01-18 20:08:44 +08:00 |
|
dtynn
|
ae8a9a93bf
|
correctly update proving set & sector set with amt2 after some fork height
|
2020-01-18 19:41:34 +08:00 |
|
whyrusleeping
|
c6bf252a21
|
use right fork trigger height
|
2020-01-17 21:35:45 -08:00 |
|
whyrusleeping
|
f9ea6969c3
|
Catch cases where new old miners with bad code were getting made
|
2020-01-17 21:20:56 -08:00 |
|
whyrusleeping
|
0a45e97699
|
implement state call command for easy method calling
|
2020-01-17 18:27:29 -08:00 |
|