add eventual todo

This commit is contained in:
Bryan Stitt 2022-11-22 06:04:59 +00:00
parent cf7239aa0b
commit 7a18e29e9f

View File

@ -543,4 +543,5 @@ in another repo: event subscriber
- [ ] use Stretto instead of Moka
- [ ] support alchemy_minedTransactions
- [ ] debug print of user::Model's address is a big vec of numbers. make that hex somehow
- [ ] should we combine the proxy and cli into one bin?
- [ ] should we combine the proxy and cli into one bin?
- [ ] make it so you can put a string like "LN arbitrum" into the create_user script, and have it automatically turn it automatic into 0x4c4e20617262697472756d000000000000000000. if its too long, hash it and then replace the last 4 bytes with zeros (so they stand out)