-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
22 lines (16 loc) · 880 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Rough plan:
look into using Box<dyn Trait> refactor instead of full generics
add tracing for logs
start looking into p2p for state management
mint session token NFT on authentication
track gascost in zksync client
- maybe when you instantiate zksync client you create empty gas tracker
so per reqwest
refactor ideas:
- create custom macro to impl From<T> for errors and add custom messaging attached to which error type it is
- ethers-rs being deprecated: https://github.com/gakonst/ethers-rs/issues/2667
- make remove identity publish empty data to ipfs network at same content identifier so its effectively deleted
- dont use hardhat and just use rust ethers
- make responses from main.rs return error codes in terminal (echo $?)
- https://rocket.rs/v0.5-rc/guide/responses/#responder
- look into axum instead or rocket