xaya / taurion_gsp

Taurion - A Fully Decentralised MMO built for the Xaya Platform.
https://taurion.io
GNU General Public License v3.0
23 stars 10 forks source link

Clean up "fungible" part with inventories #152

Open domob1812 opened 4 years ago

domob1812 commented 4 years ago

All inventories, moves that touch items and game-state JSON representations include "fungible" somewhere in the format. This was introduced when we still planned to also have true non-fungible items, which would be separate. But now that all items in inventories will always be fungible (ERC-1155 style), we should clean this up at some point.

domob1812 commented 4 years ago

As this affects the move format, it will be a consensus fork. It also affects the frontend, both for move generation and for retrieving the game state.