DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
22 stars 16 forks source link

Use PRNG to replace UUID #737

Open howjmay opened 4 years ago

howjmay commented 4 years ago

The potential client number of tangle-accelerator is much smaller than what UUID provide. If we use UUID, then we would use a much longer string to represent a small potential client space. We could use PRNG to generate a random number to replace the role of UUID.