Steven Allen
|
94089a6a15
|
remove todos
|
2021-01-22 11:15:43 -08:00 |
|
Steven Allen
|
cc423ee4d2
|
fix seal types length
|
2021-01-22 08:30:58 -08:00 |
|
Steven Allen
|
0ba1306969
|
test prove then dispute
|
2021-01-21 19:48:34 -08:00 |
|
Steven Allen
|
f10b13ff32
|
register v3 methods
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
5a5e49dcd7
|
support paych v3 messages
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
c5d3b979cb
|
fix constructing new actors
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
6ce5f2736e
|
update policy for v3
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
fe5b5702f9
|
fix data race in test
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
f1719d1e23
|
mark v3 as expensive
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
bf48728875
|
move winning post proof type logic into a helper
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
03cd3760bb
|
correctly pick the seal type based on the network version
Of course, we should really just run all of our tests post actors v2.
|
2021-01-21 15:21:20 -08:00 |
|
Steven Allen
|
82eee15955
|
fix state tree version comment
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
64e805926f
|
update specs-actors for migration name change
Actors v3 is network version 10.
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
95f68d0161
|
Register the v3 actor CIDs in the actor registry
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
f6a0da3751
|
Add the migrationLogger struct
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
99ea5b62ea
|
wire up v3 migration
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
1f62c07789
|
add back logging
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
1a790f5ee3
|
use actors state-tree abstraction
Well, not fully, but this is enough to ensure we use the correct bitwidth and such.
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
9d2c430138
|
remove abstract map constructor/loader
Different maps have different parameters now so we just construct/load them manually where needed.
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
8dc49db30d
|
window <-> winning
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
c05df6dc1d
|
fix: use the correct proof type in winning proofs
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
7882b0163b
|
update actor "is" functions for v3
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
c31f5130e3
|
update imports to v3
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
95c57d0ce3
|
and actually hook up loading logic
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
be1f15052c
|
register remaining state decoders
|
2021-01-21 15:21:19 -08:00 |
|
Steven Allen
|
9ce63c1211
|
simplify v3 claims map access
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
06f13f8e00
|
Add v3 actors support for verifreg
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
76abbb8938
|
Add v3 actors support for reward
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
ee99e68614
|
Add v3 actors support for power
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
abb388512e
|
Add v3 actors support for paych
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
9d06a8b116
|
Add v3 actors support for multisig
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
0bb3aed53c
|
Add v3 actors support for miner
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
ab90a3b2bc
|
Actors update: MinerInfo.SealProofType has been removed
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
82635f2515
|
Rename Deadline.PoStSubmissions to PartitionsPoSted
|
2021-01-21 15:21:19 -08:00 |
|
Aayush Rajasekaran
|
b4f479affd
|
Add v3 actors support for market
|
2021-01-21 15:21:18 -08:00 |
|
Aayush Rajasekaran
|
378f169f14
|
Add v3 actors support for init
|
2021-01-21 15:21:18 -08:00 |
|
Aayush Rajasekaran
|
3961e3daf8
|
Add v3 actors support for account
|
2021-01-21 15:21:18 -08:00 |
|
Aayush Rajasekaran
|
ba3b32cfe7
|
Pull in actors v3
|
2021-01-21 15:21:18 -08:00 |
|
Steven Allen
|
4cdb7ba1d3
|
fix a flake in the sync manager edge case test
Depending on scheduling, we may see c2 before we see c1.
|
2021-01-20 16:08:29 -08:00 |
|
Dirk McCormick
|
827a473391
|
feat: expose StateSearchMessage on gateway
|
2021-01-19 11:27:43 +01:00 |
|
Łukasz Magiera
|
2b3d66da3b
|
Merge pull request #5362 from filecoin-project/feat/fullnode-restore
Implement full-node restore option
|
2021-01-18 23:42:20 +01:00 |
|
Lucas Molas
|
69eb2163d2
|
fix(sync): enforce fork len when changing head (#5244)
|
2021-01-18 12:34:25 -03:00 |
|
Łukasz Magiera
|
38f9559080
|
Implement full-node restore option
|
2021-01-15 20:57:32 +01:00 |
|
Łukasz Magiera
|
476df99179
|
Merge pull request #5341 from filecoin-project/feat/sectors-terminate
Sector termination support
|
2021-01-14 22:00:18 +01:00 |
|
Łukasz Magiera
|
80b8d4b9d7
|
Address review
|
2021-01-14 20:27:15 +01:00 |
|
Łukasz Magiera
|
49abdd7d7d
|
Sector termination support - address review
|
2021-01-14 15:46:57 +01:00 |
|
Ian Davis
|
7d2adc383f
|
chore: export vm.ShouldBurn
|
2021-01-14 11:29:57 +00:00 |
|
Łukasz Magiera
|
b0bb36909b
|
Merge pull request #4192 from filecoin-project/schomatis/sync/remove-self-bypass
fix(sync): remove checks bypass when we submit the block
|
2021-01-12 14:52:50 +01:00 |
|
He Weidong
|
ab9b3b6851
|
enable parse and shorten negative FIL values
|
2021-01-09 17:48:36 +08:00 |
|
Łukasz Magiera
|
32dcfb4842
|
Merge pull request #5303 from filecoin-project/feat/wallet-market-info
Better CLI for wallet market withdraw and client info
|
2021-01-08 22:54:12 +01:00 |
|