From 7a18e29e9f4eef2a0b456219eb44a23a71d7098d Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 22 Nov 2022 06:04:59 +0000 Subject: [PATCH] add eventual todo --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e2d2ed87..9658b621 100644 --- a/TODO.md +++ b/TODO.md @@ -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? \ No newline at end of file +- [ ] 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)