telosnetwork / telos.contracts

System Contracts for the Telos Blockchain Network.
Other
17 stars 18 forks source link

Update ram supply #12

Closed Rory-M closed 4 years ago

Rory-M commented 4 years ago

Change Description

The update_ram_supply() calls in buyram and sellram actions are currently commented out. This prevents the setramrate action from having its desired effect. Telos has reached a point where all of the launch ram has been sold and ram rate needs to be set to a non-zero value to avoid a gradual rise in RAM price. This pull request restores two update_ram_supply() which are currently commented out

Deployment Changes

API Changes

Documentation Additions

poplexity commented 4 years ago

Closing since this was directly to master and we want to send it to developer branch. This code was included in #11