You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some bug fixes we want to get in before calling feature finishing token factory before send hook finalization.
Check all module code is safe with send. cosmos-sdk side sends should be safe (we can check one more just to confirm) we want to go through Osmosis repo code base, see where we call bank sends and make sure wherever we call send is safe. Probably make a list of where we do module to module sends in either of Beginblock or Endblock then manually go one by one checking if they are safe.
Track Before Send / Block Beforesend Infinite loop: Especially for module to module send because they don't have it gas metered. Ideal fix for this is to have constant gas meter either in token factory module or the bank module then consume gas manually in our logic on calling trackbeforesend.
Acceptance Criteria
Fixes for the problem statement mentioned above have been fixed
According test codes have been added
The text was updated successfully, but these errors were encountered:
Background
There are some bug fixes we want to get in before calling feature finishing token factory before send hook finalization.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: