permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
74 stars 52 forks source link

Return TotalSupply with Info and remove totalSupply handler #255

Open michielpost opened 5 months ago

michielpost commented 5 months ago

PR #242 made a change so that the total supply is no longer calculated on the fly This change adds the TotalSupply property to the object returned from the Info handler

The totalSupply handler has been removed, as this data is now included in the Info handler response.