Use shared constants in mojom in Solana instruction decoding #28591
Labels
feature/web3/wallet/solana
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Android
Fixes related to Android browser functionality
priority/P4
Planned work. We expect to get to it "soon".
Android version of brave/brave-ios#6967.
We have some constants newly added in mojom to support checking param name during Solana instruction decoding in the UI side (#28578).
brave/brave-core@d0011d9#diff-9f2cf11d57c8efee5461b92cdb38fa327b70c25fd8d009f7692049e8e88944a8R1602-R1612
This issue is for Android to update the current code to use these new shared constants if possible.
I only did a quick search so there might have more occurrences other than below.
solanaInstructionAccountParam.name.equalsIgnoreCase("signers");
in SolanaInstructionPresenter.java.cc @Pavneet-Sing
The text was updated successfully, but these errors were encountered: