lotus/chain/vm
Jakub Sztandera 5ff12a5d2d
Burn remainder of GasLimit over 1.3*gasUsed
GasToBurn = max(0, GasLimit - GasUsed + (3*GasUsed)/10)

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
2020-08-05 02:10:25 +02:00
..
gas_v0.go Make VerifyPost cheaper 2020-07-31 21:38:23 +02:00
gas.go Use scaling VerifyPost costs 2020-07-28 22:31:43 +02:00
invoker_test.go Fix even more lint warnings 2020-06-02 16:29:39 +02:00
invoker.go Fix even more lint warnings 2020-06-02 16:29:39 +02:00
mkactor.go Reorg some gas charges 2020-07-15 20:01:56 +02:00
runtime_test.go specs-actors v0.3 2020-04-29 20:06:05 +02:00
runtime.go Update specs-actors and chain-val...again 2020-07-31 00:29:44 -04:00
syscalls.go Refactor to use actor adt types instead of directly using HAMTs and AMTs 2020-07-23 09:34:57 -07:00
validation_test.go Cleanup many lint warnings 2020-05-27 22:53:20 +02:00
vm.go Burn remainder of GasLimit over 1.3*gasUsed 2020-08-05 02:10:25 +02:00