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
Delegation parameters initialization when used from stakeTo() (#457)
Fix set delegation parameters initialization when used from stakeTo.
Add an internal `_setDelegationParameters()` that accepts the indexer address for which we are setting the configuration and use it from `stake()`, `stakeTo()`, and the public `setDelegationParameters()` functions.
Perform optimizations to reduce bytecode size about 8%.
0 commit comments