Aayush Rajasekaran
|
6eea5dd109
|
Update to specs 0.9.7 and markets 0.6.0
|
2020-09-07 17:11:32 -04:00 |
|
Aayush Rajasekaran
|
39755a294a
|
Update to specs v0.9.6
|
2020-09-07 15:48:41 -04:00 |
|
austinabell
|
ba881eb4cf
|
Remove height from chain rand
|
2020-09-01 15:48:16 -04:00 |
|
Aayush Rajasekaran
|
fe2da35a45
|
Move GetCircSupply out of the vm, and into stmgr
|
2020-08-12 15:32:07 -04:00 |
|
Aayush Rajasekaran
|
532c32a741
|
Add new BlockMsgsForTipset()
|
2020-08-10 15:55:44 -04:00 |
|
Jakub Sztandera
|
ea92f5f1ff
|
Handle error
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-09 00:30:00 +02:00 |
|
Jakub Sztandera
|
46fd9d5e80
|
Quiet down pending messages, fix GasLimit estimation, reduce fee cap
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-09 00:29:59 +02:00 |
|
Jakub Sztandera
|
ab08858b45
|
Delete GasPrice from this world
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 23:08:42 +02:00 |
|
Jakub Sztandera
|
722d6e8ffb
|
Introduce base fee
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-08-06 21:14:38 +02:00 |
|
Aayush Rajasekaran
|
de867d7a9a
|
Correct calculation of TotalCircSupply
|
2020-07-28 17:26:55 -04:00 |
|
Jakub Sztandera
|
629e03f303
|
Apply sequence of messages
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-22 18:16:07 +02:00 |
|
Jakub Sztandera
|
6673a80db5
|
Fix nonce setting in gas estimation
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-21 03:41:18 +02:00 |
|
Jakub Sztandera
|
a5334eb2b3
|
Fix lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-20 21:41:05 +02:00 |
|
Jakub Sztandera
|
310fa67f9d
|
Add gas estimation
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-20 19:48:30 +02:00 |
|
Jakub Sztandera
|
b6f3513173
|
Increase gas limit for CallRaw
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-07-17 19:54:39 +02:00 |
|
Jakub Sztandera
|
c3f23ddce8
|
Refactor ExecutionResult to ExecutionTrace
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2020-06-11 15:53:47 +02:00 |
|
Aayush Rajasekaran
|
14ad808a00
|
Remove unused fields from VM
|
2020-04-16 15:34:01 -04:00 |
|
Jeromy
|
beaa3dffab
|
add a command to lotus-bench to benchmark importing and validating a chain
|
2020-04-02 16:18:38 -07:00 |
|
Aayush Rajasekaran
|
490f85e690
|
Send implicit messages for block rewards, cron ticks, state calls, and genesis setup
|
2020-03-25 08:25:03 -04:00 |
|
whyrusleeping
|
ddf1beac6c
|
change gas limit to be a normal int64
|
2020-03-18 13:45:37 -07:00 |
|
whyrusleeping
|
baca881473
|
dont panic when replay fails to find a message
|
2020-03-10 12:44:50 -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
|
2be2891647
|
wire up lotus side of make deal for manual commP
|
2020-03-03 16:18:08 -08:00 |
|
Łukasz Magiera
|
ae634ef7df
|
actors: Remove addrass aliases
|
2020-02-25 21:54:58 +01:00 |
|
Łukasz Magiera
|
0aaf7b25a9
|
Propagate spec actor types more
|
2020-02-12 08:44:20 +01:00 |
|
Łukasz Magiera
|
13435aebdc
|
Spec Actors integration
|
2020-02-08 03:18:32 +01:00 |
|
whyrusleeping
|
0a45e97699
|
implement state call command for easy method calling
|
2020-01-17 18:27:29 -08:00 |
|
Łukasz Magiera
|
a2bcc1fec2
|
Mostly functional mock sectorbuilder
|
2020-01-14 03:05:35 +01:00 |
|
whyrusleeping
|
f8eabd3db4
|
Refactor mining logic to match specs ticket chain
|
2019-11-20 10:52:36 -06:00 |
|
Adrian Lanzafame
|
0822bdadac
|
add statemanager.CallRaw span
This allows for the chain.Sync trace to be connected to the
entire chain sync operation, when viewing in Jaeger.
|
2019-10-28 19:29:41 +10:00 |
|
Jakub Sztandera
|
1bf713cb0a
|
Cleanup imports after rename
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
|
2019-10-18 13:47:41 +09:00 |
|
Łukasz Magiera
|
fb80d75b07
|
Almost building weight function
|
2019-10-15 14:31:34 +02:00 |
|
whyrusleeping
|
c0e6e611be
|
clean up usage of stmgr.TipSetState
|
2019-10-02 14:03:27 -06:00 |
|
whyrusleeping
|
1419031f1e
|
switch to parent state roots
|
2019-10-01 15:21:01 -06:00 |
|
whyrusleeping
|
798b1ebde9
|
Add some more error annotations
|
2019-09-30 17:55:35 -06:00 |
|
Łukasz Magiera
|
caa767e081
|
Incremental deal payments
|
2019-09-24 23:13:47 +02:00 |
|
Łukasz Magiera
|
9d36a499b6
|
post merge fixes
|
2019-09-20 14:22:46 +02:00 |
|
Łukasz Magiera
|
b58246d128
|
Merge remote-tracking branch 'origin/master' into feat/post-schedule
|
2019-09-20 14:22:22 +02:00 |
|
whyrusleeping
|
394edc6317
|
refactor to use 'randomness' as input to new vm creation
|
2019-09-19 20:08:44 -07:00 |
|
whyrusleeping
|
f7e3762cfc
|
add state replay api and command
|
2019-09-19 13:25:18 -07:00 |
|
whyrusleeping
|
2f019158d0
|
more switching over to correct cbor marshaling
|
2019-09-10 12:58:45 -07:00 |
|
whyrusleeping
|
512da42cde
|
address review feedback
|
2019-09-09 19:14:27 -07:00 |
|
whyrusleeping
|
ed45d1c2b4
|
refactor state utilities into StateManager package, implement proper election proofs
|
2019-09-09 19:14:00 -07:00 |
|