dtynn
|
8b42ca76f8
|
add onSuccessfulPoSt2
|
2020-01-19 08:22:12 +08:00 |
|
Łukasz Magiera
|
be2d138aac
|
fpost: Don't panic with nil new tipset
|
2020-01-18 16:00:22 +01: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 |
|
Łukasz Magiera
|
f7ab2103ce
|
Merge pull request #1106 from terorie/debug-trust-params
params_debug.go: remove $TRUST_PARAMS override
|
2020-01-18 12:26:37 +01:00 |
|
Richard Patel
|
c3d5a9848b
|
params_debug.go: remove $TRUST_PARAMS override
|
2020-01-18 10:38:51 +01:00 |
|
Whyrusleeping
|
6d6d82a304
|
Merge pull request #1104 from filecoin-project/feat/frigid-fork
Catch cases where new old miners with bad code were getting made
|
2020-01-17 22:11:09 -08:00 |
|
whyrusleeping
|
bc83c0221b
|
bump that version
|
2020-01-17 21:45:51 -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
|
9e956ff9f4
|
handle integers and peer IDs
|
2020-01-17 18:27:29 -08:00 |
|
whyrusleeping
|
0a45e97699
|
implement state call command for easy method calling
|
2020-01-17 18:27:29 -08:00 |
|
Whyrusleeping
|
3962d4204b
|
Merge pull request #1096 from filecoin-project/fix/msgset-add-error
Add missing fields to duplicate message error
|
2020-01-17 16:22:20 -08:00 |
|
Jakub Sztandera
|
fd76216652
|
Merge pull request #1101 from filecoin-project/patch/faulty-declare
fixup bitfield serialization in manual faulty sector handler
|
2020-01-17 18:19:35 +01:00 |
|
whyrusleeping
|
2a7dcb6e17
|
fixup bitfield serialization in manual faulty sector handler
|
2020-01-17 00:13:00 -08:00 |
|
Whyrusleeping
|
b02eaee0d4
|
Merge pull request #1100 from filecoin-project/feat/blizzar-fork
The Blizzard Fork
|
2020-01-16 23:28:01 -08:00 |
|
whyrusleeping
|
6ccf24ce6c
|
Fix miner tests, push back fork time
|
2020-01-16 23:10:47 -08:00 |
|
whyrusleeping
|
c6186a03f1
|
quick mechanism to prevent miners from submitting slashable blocks
|
2020-01-16 22:58:10 -08:00 |
|
whyrusleeping
|
ee4f503e10
|
Set fork height
|
2020-01-16 22:47:27 -08:00 |
|
whyrusleeping
|
0c227e89b2
|
fix last miner test, go mod tidy
|
2020-01-16 22:39:23 -08:00 |
|
whyrusleeping
|
128933a655
|
fix slashing test
|
2020-01-16 22:27:56 -08:00 |
|
whyrusleeping
|
055b215bc7
|
don't allow slashing with old blocks
|
2020-01-16 22:14:00 -08:00 |
|
whyrusleeping
|
611dd77442
|
properly filter messages during compute state
|
2020-01-16 19:36:54 -08:00 |
|
whyrusleeping
|
fb173c058e
|
WIP: blizzard fork changes and test utilities
|
2020-01-16 18:33:43 -08:00 |
|
whyrusleeping
|
2edb32979f
|
move fork constant and tag fork branch with comment
|
2020-01-16 15:11:08 -08:00 |
|
whyrusleeping
|
e3bed8d12a
|
Catch passing duplicate block to arbitrate consensus fault
|
2020-01-16 15:11:08 -08:00 |
|
Jakub Sztandera
|
84de47377c
|
Intoroduce AMT v2 and amtFsck
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-01-16 23:21:16 +01:00 |
|
Travis Person
|
06c99d0e18
|
Add missing fields to duplicate message error
|
2020-01-16 17:13:00 +00:00 |
|
Łukasz Magiera
|
0aebec6697
|
Merge branch 'master' into feat/event-states
|
2020-01-16 03:59:14 +01:00 |
|
Łukasz Magiera
|
d4c50b8ea0
|
sealing: gofmt
|
2020-01-16 03:54:57 +01:00 |
|
Łukasz Magiera
|
cc424d64fe
|
sealing: Handle events based on current state
|
2020-01-16 03:53:59 +01:00 |
|
Jakub Sztandera
|
48ea36d37f
|
Merge pull request #1092 from filecoin-project/feat/fountain-additional-pledge-collateral
Add more collateral to CreateStorageMiner call in fountain
|
2020-01-16 02:32:12 +01:00 |
|
Łukasz Magiera
|
ffdd436b52
|
sealing: Handle seed changes more correctly
|
2020-01-16 02:25:49 +01:00 |
|
Travis Person
|
ec9286eb4b
|
Add more collateral to CreateStorageMiner call in fountain
|
2020-01-16 01:04:04 +00:00 |
|
Travis Person
|
68f8d60323
|
Adding fields to warning in vm ApplyMessage (#1090)
* Adding fields to warning in vm ApplyMessage
|
2020-01-16 01:36:16 +01:00 |
|
Jakub Sztandera
|
5cabb068c0
|
Merge pull request #1091 from filecoin-project/fix/fountain-rice
Fix fountain rice command
|
2020-01-16 01:35:01 +01:00 |
|
Travis Person
|
01079b0815
|
Fix fountain rice command
|
2020-01-16 00:29:23 +00:00 |
|
Whyrusleeping
|
7e15aa243e
|
Merge pull request #1084 from jsign/resolveforks
new api to calculate arbitrary forks revert and applys
|
2020-01-15 12:55:14 -08:00 |
|
Łukasz Magiera
|
e9ca6c0871
|
sealing: More cleanup
|
2020-01-15 21:53:14 +01:00 |
|
Łukasz Magiera
|
604bf64ef6
|
Move miner sealing logic into a separate package
|
2020-01-15 21:49:11 +01:00 |
|
Łukasz Magiera
|
925e057acb
|
Some sector fsm tests
|
2020-01-15 21:04:02 +01:00 |
|
Jakub Sztandera
|
c47e96ca45
|
Merge pull request #1088 from jiaruihuang/master
a bit more than the minimum collateral at the time of miner creation
|
2020-01-15 18:53:34 +01:00 |
|
Jiarui.Huang
|
6354a8ce03
|
So we should pass a bit more than the minimum collateral at the time of miner creation
Even 0.1% more would be enough# Please enter the commit message for your changes. Lines starting
|
2020-01-16 01:30:01 +08:00 |
|
Jakub Sztandera
|
85ec972abb
|
Merge pull request #1087 from terorie/fix-go-flags
Makefile: fix $GOFLAGS
|
2020-01-15 15:29:23 +01:00 |
|
Richard Patel
|
a8d38ad82f
|
Makefile: fix $GOFLAGS
|
2020-01-15 14:56:53 +01:00 |
|
Łukasz Magiera
|
be6badc6a5
|
Merge pull request #1086 from filecoin-project/fix/worker-cleanup-sealed
worker: Remove staging sectors in PreCommit
|
2020-01-15 02:50:21 +01:00 |
|
Łukasz Magiera
|
cf9275a2a2
|
worker: Remove staging sectors in PreCommit
|
2020-01-15 02:37:37 +01:00 |
|
Łukasz Magiera
|
66f707c243
|
Merge pull request #1085 from filecoin-project/fix/worker-cleanup-sealed
worker: Cleanup sealed sector data in commit
|
2020-01-15 02:29:14 +01:00 |
|
Łukasz Magiera
|
1163e46622
|
worker: Cleanup sealed sector data in commit
|
2020-01-15 02:24:13 +01:00 |
|