marigold-dev / tzsafe-ui

TzSafe-UI frontend — to interact with multi-signatures wallets.
https://www.marigold.dev/tzsafe
10 stars 2 forks source link

[UI][ContractExecution]Proposal for a contract execution does not list all the entrypoints #62

Closed aguillon closed 1 year ago

aguillon commented 1 year ago

When trying to make a proposal to call an entrypoint of this contract on ghostnet, I've noticed that some of them do not appear on the UI:

contract-entrypoints

For instance, divestLiquidity is listed by tzkt or octez-client but does not appear on the UI.

rueshyna commented 1 year ago

Thanks for reporting. It's a "nested" entrypoint. The divestLiquidity is under use. If you select use, you'll see more entrypoints. We handle entrypoint in taquito, which doesn't treat divestLiquidity is entrypoint. I'll make some fix on UI presentation if taquito lib can't that.

aguillon commented 1 year ago

Oh, first time I see this, interesting. So it's actually just a minor UI bug, then, since changing the "second" entrypoint twice lets you provide the correct arguments.