Trust-Machines / BNS-V2

MIT License
10 stars 3 forks source link

Consider using `ascii-string` for names and namespaces #57

Open lgalabru opened 2 months ago

lgalabru commented 2 months ago

In bns-v1 we ended up using buffers as a data type for working with names and namespaces. Clarity 2.1 introduced a few convenient functions from-consensus-buff / to-consensus-buff that would help us using the ascii-string type instead - which would make the usage of bns more convenient, out of the box - names / namespaces would become readable out of the box.

larrysalibra commented 1 month ago

+1 to using ascii-string instead of buffers for names and namespaces. buffers have cause a lot of developer trouble over the years making it harder for people to debug code