Whyrusleeping
|
60ea9e6ec8
|
Merge pull request #1426 from filecoin-project/asr/statewait
Re: #1412: Add a non-blocking version of StateWaitMsg
|
2020-03-24 16:17:47 -07:00 |
|
Aayush Rajasekaran
|
d350a9d415
|
Re: #1412: Add a non-blocking version of StateWaitMsg
- This commit adds a new method called StateSearchMsg
- We can probably overhaul StateWaitMsg onto this new method at a later point in time
|
2020-03-24 06:43:15 -04:00 |
|
Aayush Rajasekaran
|
753e8ff7f5
|
Award gas fees to miners correctly
|
2020-03-24 03:35:58 -04:00 |
|
Lucas Molas
|
d21cb96ddb
|
doc: add comments related to actor code review
|
2020-03-18 16:43:58 -07:00 |
|
whyrusleeping
|
ddf1beac6c
|
change gas limit to be a normal int64
|
2020-03-18 13:45:37 -07:00 |
|
Whyrusleeping
|
d48d073bcf
|
Merge pull request #1394 from filecoin-project/fix/fallbackpost-finally
get fallback post running successfully!
|
2020-03-10 23:41:41 -07:00 |
|
whyrusleeping
|
16d087cce4
|
get fallback post running successfully!
|
2020-03-10 23:30:48 -07:00 |
|
Whyrusleeping
|
65506376a4
|
Merge pull request #1390 from filecoin-project/fix/genesis-double-power-accounting
Don't double account for miner power when setting up genesis blocks
|
2020-03-10 18:56:47 -07:00 |
|
whyrusleeping
|
14f9724bc9
|
Don't double account for miner power when setting up genesis blocks
|
2020-03-10 15:42:41 -07:00 |
|
whyrusleeping
|
baca881473
|
dont panic when replay fails to find a message
|
2020-03-10 12:44:50 -07:00 |
|
whyrusleeping
|
f1ff55f8b6
|
pass ticket count into reward application message
|
2020-03-09 00:45:40 -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 |
|
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 |
|
whyrusleeping
|
2cd06e3ea0
|
update to latest specs-actors
|
2020-03-05 13:02:33 -08:00 |
|
whyrusleeping
|
5076b2b950
|
fix reward actor and block reward application
|
2020-03-04 13:21:24 -08:00 |
|
whyrusleeping
|
2be2891647
|
wire up lotus side of make deal for manual commP
|
2020-03-03 16:18:08 -08:00 |
|
whyrusleeping
|
0da2f81252
|
get most of the chain validation tests passing
|
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 |
|
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 |
|
whyrusleeping
|
1a07cb7bbf
|
a few more fixes
|
2020-02-28 17:12:47 -08:00 |
|
Łukasz Magiera
|
4dc35285dd
|
Minimum sector size is now 2k
|
2020-02-28 01:48:34 +01:00 |
|
whyrusleeping
|
6c12068fb7
|
more fixes for random garbage
|
2020-02-26 16:42:39 -08:00 |
|
Łukasz Magiera
|
0a9e0acc6f
|
types: Drop some redundant alias types
|
2020-02-25 22:09:22 +01:00 |
|
Łukasz Magiera
|
ae634ef7df
|
actors: Remove addrass aliases
|
2020-02-25 21:54:58 +01:00 |
|
Łukasz Magiera
|
cd10a3126b
|
actors: drop a bunch of type aliases
|
2020-02-25 21:35:15 +01:00 |
|
Łukasz Magiera
|
d787aa5007
|
Merge branch 'testnet/3' into feat/specs-actors
|
2020-02-24 18:32:02 +01:00 |
|
Łukasz Magiera
|
a82d156ccb
|
Deal flow fixes
|
2020-02-23 16:50:36 +01:00 |
|
Łukasz Magiera
|
b8428423a1
|
get chain to runnable state
|
2020-02-22 14:10:46 +01:00 |
|
Łukasz Magiera
|
18627e77ff
|
gofmt; mod tidy
|
2020-02-21 20:28:20 +01:00 |
|
Łukasz Magiera
|
4e98f2e438
|
some test fixes
|
2020-02-21 20:28:01 +01:00 |
|
Łukasz Magiera
|
57c43183e6
|
update specs-actors
|
2020-02-21 17:57:40 +01:00 |
|
whyrusleeping
|
00d7bd1a77
|
chain/gen tests now pass!
|
2020-02-20 00:37:10 -08:00 |
|
Łukasz Magiera
|
69ec3c205a
|
Merge remote-tracking branch 'origin/master' into testnet/3
|
2020-02-19 22:10:14 +01:00 |
|
Łukasz Magiera
|
35d14788d3
|
stmgr: Fix GetPower
|
2020-02-19 21:39:10 +01:00 |
|
Łukasz Magiera
|
c69c9e62c2
|
stmgr: Correctly read sectorset
|
2020-02-19 21:34:21 +01:00 |
|
Łukasz Magiera
|
9c31f61db4
|
sectorset updates
|
2020-02-19 20:26:11 +01:00 |
|
whyrusleeping
|
6d0eec6395
|
working towards a working genesis generator
|
2020-02-17 23:15:30 -08:00 |
|
Łukasz Magiera
|
c544c2b5c5
|
Set hamt bitwidth
|
2020-02-14 15:14:39 +01:00 |
|
Łukasz Magiera
|
48c5494cf9
|
use specs-actors birfields
|
2020-02-14 01:24:24 +01:00 |
|
Łukasz Magiera
|
0aaf7b25a9
|
Propagate spec actor types more
|
2020-02-12 08:44:20 +01:00 |
|
Łukasz Magiera
|
63e801e00f
|
genesis: Cleanup the structure
|
2020-02-11 21:48:03 +01:00 |
|
Łukasz Magiera
|
4d5c4d89ce
|
stmgr: Update stmgr utils
|
2020-02-11 03:33:27 +01:00 |
|
Łukasz Magiera
|
91ca4a841a
|
specs-actors: Import miner/power/cron/paych code
|
2020-02-11 02:43:26 +01:00 |
|
Łukasz Magiera
|
fa2c6605c2
|
Fix compilation after dep updates
|
2020-02-11 02:11:58 +01:00 |
|
Łukasz Magiera
|
c0ed0dda8e
|
specs-actors: Fis some test compilation errors
|
2020-02-10 20:16:36 +01:00 |
|
Łukasz Magiera
|
c72727b4fd
|
specs-actors: Fix most compilation errors
|
2020-02-09 07:06:32 +01:00 |
|
Łukasz Magiera
|
13435aebdc
|
Spec Actors integration
|
2020-02-08 03:18:32 +01:00 |
|