Alpha: increased gas cost for origination
This commit is contained in:
parent
9afdd9b167
commit
30aa2ec204
@ -207,7 +207,7 @@ module Cost_of = struct
|
|||||||
(len *@ (log2 len *@ (alloc_cost 3 +@ step_cost 1)))
|
(len *@ (log2 len *@ (alloc_cost 3 +@ step_cost 1)))
|
||||||
|
|
||||||
let address = step_cost 1
|
let address = step_cost 1
|
||||||
let contract = Gas.read_bytes_cost Z.zero +@ step_cost 100
|
let contract = Gas.read_bytes_cost Z.zero +@ step_cost 10000
|
||||||
let transfer = step_cost 10
|
let transfer = step_cost 10
|
||||||
let create_account = step_cost 10
|
let create_account = step_cost 10
|
||||||
let create_contract = step_cost 10
|
let create_contract = step_cost 10
|
||||||
|
Loading…
Reference in New Issue
Block a user