casper-network / casper-node

Reference client for CASPER protocol
https://casper.network
Apache License 2.0
393 stars 223 forks source link

Express MAX_PAYMENT in Gas #2100

Open mpapierski opened 3 years ago

mpapierski commented 3 years ago

We should consider changing MAX_PAYMENT into Gas rather than Motes, so as the gas price goes higher, users will be able to execute the same amount of computations. Currently, as the price goes up, MAX_PAYMENT would be divided by gas_price, potentially breaking the existing stored payment code.

CC @luis-casper

cspramit commented 2 years ago

Concur with Ed