floating / frame

System-wide Web3 for macOS, Windows and Linux
https://frame.sh
GNU General Public License v3.0
1.05k stars 142 forks source link

feat: automatically decode data part of raw transaction #1718

Open gosuto-inzasheru opened 1 week ago

gosuto-inzasheru commented 1 week ago

a cool feature would be to automatically decode the data part of a raw transaction

right now a lot of times the sign screen will display "unknown action via unknown contract", even though the contract has been verified on its chain explorer.

how come it cannot make this step of decoding, or at least grab the contract name from the explorer?

i understand this might take a lot of time/api calls, so maybe an alternative could be to offer a button to 'force' to retrieve the contract's verified source code and decode the call as good as possible