-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add spec for ibc rate limit #208
base: master
Are you sure you want to change the base?
Conversation
awesome |
@blasrodri may you provide simple trait hook/callback for any custom rate limiter to fit into IBC pallet? so we can set |
thank for writing out design into doc. instead of reading contract code. so i dislike epoch based design. imho there should be efficient continuous design. so that there is no need to write user code based on what time it is. |
So from your perspective is to have a window that's constantly adjusting? |
this is also a good idea. As far as I understood, we wanted to implement this as a middleware, so that any behavior should be easily encoded |
yes. i am sure it is possible with good O(1) and no epoches (updates on each block) |
@dzmitry-lahoda how would you update the window on O(1)?
|
I was thinking on how toiled flush works or mana in games. |
file rendered