Kabie
Kabie
@magnum6actual Some edge cases: 1. `Kb` could be the auth key of `Aa`, `Ab` and `Ac` at the same time. 2. It is possible that `Ab`'s auth key could already...
I think it would be more flexible if we make a safe version that require the rotated key to claim the auth, and keep the one we have now.
Thanks for response. I would like give it a try, can you give some hint on where should I start?
我现在在用这个gist https://gist.github.com/mul14/eb05e88fcec5bb195cbb
`RUSTFLAGS="--cfg tokio_unstable" cargo install` works for me.
Yes, this is a quite common problem. Alchemy [solved this](https://docs.alchemy.com/alchemy/introduction/core-products/alchemy-supernode#data-correctness) by (I'm guessing) always route request to the same node. But they have api keys to distinguish clients. As for...
The problem is never the binary, but recreating the huge list between Enum calls.