Alternative solution to "claimAndExecute" #1351
Replies: 7 comments 13 replies
|
Can you provide a PoC please similar to #1336 (comment), so there is no misunderstanding between what you are proposing and what I understand. |
|
while writing the POC i realized that none of these options (neither yours nor mine) would work in practice (at least with our version of which i no longer think is a good idea, because it’s not a great UX for airdrop recipients to be unable to view their “stake weight” as theirs, and it adds much more logic for it to work in practice. also, wouldn’t all this “claimAndStake” be fixed with AA and native batch? |
|
@andreivladbrg can you please tag |
|
@andreivladbrg let's discuss this idea when we meet in person |
|
As discussed with Andrei, it makes sense to have So, it makes sense to have a new Merkle contract with only |
|
I am re-opening this because while working on this, I came across a technical limitation with the design from #1356. The ProblemStoring a single
Possible SolutionsWorkarounds within current design:
Alternative designs:
@sablier-labs/evm wdyt? |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Initially posted here
instead of dedicated functions in each merkle contract like
claimAndDoSomething, what if we:Batchcontract so it can callbatchwith:claim + execute@sablier-labs/evm
All reactions