hypha-dao / document-graph

EOSIO contracts for modeling a graph data structure with flexible data storage of each document
MIT License
10 stars 3 forks source link

validate edge name #46

Closed n13 closed 6 months ago

n13 commented 6 months ago

Edge name is a predicate in a document graph and cannot contain dots '.' and cannot start with a number.

Fixes DEV-1298