Whyrusleeping
|
3a94d9d176
|
Merge pull request #1354 from filecoin-project/feat/state-compute-trace
implement compute state trace output
|
2020-03-08 21:22:40 -07:00 |
|
whyrusleeping
|
bf6948f8d6
|
update to latest specs-actors
|
2020-03-08 21:21:46 -07:00 |
|
whyrusleeping
|
4260cc38c9
|
implement compute state trace output
|
2020-03-08 20:07:25 -07:00 |
|
whyrusleeping
|
24bf720a9a
|
Merge branch 'master' into testnet/3
|
2020-03-07 16:46:12 -08:00 |
|
whyrusleeping
|
34ad13fc22
|
fix initial reward actor balance
|
2020-03-06 17:33:24 -08:00 |
|
Aayush Rajasekaran
|
340afc3503
|
Add information about internal message executions to SimulationResult
- The VM now tracks a list of ExecutionResults to keep track of internal messages
|
2020-03-06 11:11:06 -08:00 |
|
Aayush Rajasekaran
|
2d63b007f2
|
Unify MethodCall and ReplayResults into SimulationResult
- Call and Replay now return the same type, which includes both Message and MessageReceipt
|
2020-03-06 11:10:40 -08:00 |
|
Łukasz Magiera
|
3cab8bd5d1
|
gofmt
|
2020-03-06 20:01:28 +01:00 |
|
Łukasz Magiera
|
e51fa5c9ac
|
libs: Use zerocomm from sectorbuilder
|
2020-03-06 19:50:41 +01:00 |
|
Whyrusleeping
|
05a95cace5
|
Merge pull request #1336 from filecoin-project/vet/some-go-vet-fixes
some go vet fixes
|
2020-03-06 00:11:13 -08:00 |
|
whyrusleeping
|
16096e2c71
|
some go vet fixes
|
2020-03-05 22:46:07 -08:00 |
|
Łukasz Magiera
|
7d3e16986c
|
sectorbuilder type updates
|
2020-03-06 06:38:59 +01:00 |
|
whyrusleeping
|
8a7f249aaa
|
update to latest specs-actors
|
2020-03-05 16:20:57 -08:00 |
|
Łukasz Magiera
|
1c052b7c81
|
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
|
2020-03-06 00:59:12 +01:00 |
|
frrist
|
b8394c3573
|
update, you guessed it, chain-validation
|
2020-03-05 13:41:35 -08:00 |
|
frrist
|
00f5ee6064
|
add TODO for return value checking
|
2020-03-05 13:41:35 -08:00 |
|
frrist
|
f4b07a7293
|
enable multisig tests
|
2020-03-05 13:41:35 -08:00 |
|
frrist
|
a34a6c65e7
|
fix gas limit check in apply message
|
2020-03-05 13:41:35 -08:00 |
|
frrist
|
4e41479464
|
bls key deterministic, enable paych test
|
2020-03-05 13:41:35 -08:00 |
|
Frrist
|
e4728eb719
|
update chain-val with latest tests (#1325)
* update chain-val with latest tests
|
2020-03-05 13:39:28 -08:00 |
|
whyrusleeping
|
2cd06e3ea0
|
update to latest specs-actors
|
2020-03-05 13:02:33 -08:00 |
|
Łukasz Magiera
|
fa5bc3a5a9
|
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
|
2020-03-05 20:20:47 +01:00 |
|
whyrusleeping
|
4e9e3f3dc3
|
make state tree snapshots properly stack based
|
2020-03-04 17:19:15 -08:00 |
|
whyrusleeping
|
5076b2b950
|
fix reward actor and block reward application
|
2020-03-04 13:21:24 -08:00 |
|
Łukasz Magiera
|
799ff17c7c
|
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
|
2020-03-04 06:37:11 +01:00 |
|
Łukasz Magiera
|
1d3877fab3
|
sync: Use correct epost randomness
|
2020-03-04 06:32:33 +01:00 |
|
Łukasz Magiera
|
4e46d00eb6
|
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
|
2020-03-04 04:01:13 +01:00 |
|
whyrusleeping
|
2be2891647
|
wire up lotus side of make deal for manual commP
|
2020-03-03 16:18:08 -08:00 |
|
Whyrusleeping
|
0025b3c1dc
|
Merge pull request #1300 from filecoin-project/frrist/chainval-integrate
implement chain-validation driver
|
2020-03-03 16:10:16 -08:00 |
|
whyrusleeping
|
0da2f81252
|
get most of the chain validation tests passing
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
1c864d1eef
|
fixs after rebase
|
2020-03-03 16:06:41 -08:00 |
|
whyrusleeping
|
8657b4698f
|
fix invoker tests
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
dfad346cff
|
add test skipper and update chain-validation
|
2020-03-03 16:06:41 -08:00 |
|
whyrusleeping
|
0f6c365411
|
Do proper shimming for chain validation library
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
bd91008462
|
clean up validation config
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
72132c851b
|
update chain-validation version for miner creation
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
0de43748f7
|
better test name
|
2020-03-03 16:06:41 -08:00 |
|
frrist
|
b60458d236
|
implement chain-validation driver
|
2020-03-03 16:06:41 -08:00 |
|
whyrusleeping
|
d6723935b9
|
fixup to match spec, move constants to common location
|
2020-03-03 15:48:25 -08:00 |
|
lanzafame
|
4f2baa8953
|
conform protocol ids to spec
Signed-off-by: lanzafame <adrianlanzafame92@gmail.com>
|
2020-03-03 11:34:43 +10:00 |
|
whyrusleeping
|
61fcbd1664
|
remove unnecessary cid casting
|
2020-03-01 20:38:18 -08:00 |
|
whyrusleeping
|
60b19c51ef
|
more misc fixes
|
2020-03-01 17:09:38 -08:00 |
|
Nate Walck
|
8283bb994a
|
Add block metrics to incoming pubsub validate funcs
|
2020-03-01 19:57:16 -05:00 |
|
Nate Walck
|
33af2409e8
|
Use head notif func for current node height, add pubsub metrics
|
2020-03-01 19:26:09 -05:00 |
|
Łukasz Magiera
|
f54a555aa8
|
Merge remote-tracking branch 'origin/testnet/3' into feat/4stage-seal
|
2020-02-29 03:21:01 +01:00 |
|
whyrusleeping
|
c7508a0512
|
self review fixes
|
2020-02-28 18:02:40 -08:00 |
|
whyrusleeping
|
1a07cb7bbf
|
a few more fixes
|
2020-02-28 17:12:47 -08:00 |
|
whyrusleeping
|
cf2eefdfbe
|
Fix up client storage deal matcher
|
2020-02-28 16:05:56 -08:00 |
|
whyrusleeping
|
713059275d
|
progress is made incrementally
|
2020-02-28 14:00:34 -08:00 |
|
whyrusleeping
|
5b657a2905
|
pass on proper sector types
|
2020-02-28 12:52:14 -08:00 |
|