Single-Sided Staking Abstraction #521
Replies: 4 comments 3 replies
-
few extra methods we'll probably need here off the top of my head
i know @toshiSat had some comments about the way tokemak named some of their methods on the ABI - standardizing on that terminology now will help. e.g. they were using |
Beta Was this translation helpful? Give feedback.
-
@cjthompson a few questions
|
Beta Was this translation helpful? Give feedback.
-
FeesI feel like we still need to nail down how we're going to handle fees, whether there's a common method or that fees are protocol/chain specific. I think the later might be good and we could have different fee components that are plugin specific since fees are handled very differently between protocols/chains. |
Beta Was this translation helpful? Give feedback.
-
I think overall this looks good, with the question of fees having a direction toward abstract class declaration with chain specific implementation. The only thing that stands out in the abstract class to me would be the isApprovalRequired. I think that may not apply to some chains and may better fit on the Ethereum specific implementation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What should a single-sided staking abstraction look like?
Beta Was this translation helpful? Give feedback.
All reactions