planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 142 forks source link

Change IStore namespace to Guid #483

Closed earlbread closed 4 years ago

earlbread commented 4 years ago

Currently, IStore-level namespaces are just free text strings. However, namespaces should be rather Guid than string.

https://github.com/planetarium/libplanet/pull/398#discussion_r310890635 https://github.com/planetarium/libplanet/pull/482#discussion_r319811469

dahlia commented 4 years ago

I'm working on this.