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 |
|
@cjthompson a few questions
|
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. |
|
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. |
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?
All reactions