Geodefi / Portal-Eth

Geode Portal is a first of its kind Decentralized Router that builds a trustless Ethereum staking Ecosystem for any service provider.
Other
3 stars 0 forks source link

Allow permissionless private pools #34

Closed geode-main closed 2 years ago

geode-main commented 2 years ago

One of the user TYPEs that obtain an ID from DATASTORE is "Comets". All IDs are given with Governance-Senate handshake with the implementation of GeodeUtils. These are private pools that can be managed by anyone. We should allow anyone to by-pass this handshake, since anyone should able to create a private pool with ease.

The problem is to allow anyone to claim any ID, meaning malicious actors can claim DAO names and operate pools to mislead people. I suggest to change ID generation functionality from hash(name) to hash(name, type)

geode-main commented 2 years ago

closed by #35