Zondax / ledger-stacks

Apache License 2.0
21 stars 7 forks source link

Adjust the UI for contract call arguments #176

Open neithanmo opened 3 weeks ago

neithanmo commented 3 weeks ago

Currently, the ledger application has a limitation of processing up to 10 arguments while operating in normal mode. When this threshold is exceeded, the application returns an error message. To process more than 10 arguments, users must switch to expert mode. We propose either increasing or removing this argument limit entirely to improve functionality in a future release of the app

:link: zboto Link

neithanmo commented 4 days ago

Following our discussion, we have agreed on the following points:

As a result, there is no need to modify transaction serialization or encoding within the ecosystem. Wallets should:

Hashing Algorithm