Files
brave-core/components
Christian Mazakas d4ab9239f0 [CodeHealth] [Polkadot] [Wallet] update PolkadotKeyring to eschew upserting keypairs (#35006)
Resolves brave/brave-browser#53959

This PR alters the behavior of the PolkadotKeyring to no longer insert keypairs
on every function call if they don't exist in the secondary_keys_ container.

To this end, many of the methods have been updated to return
std::optional<>-wrapped values. This aligns the PolkadotKeyring with the other
existing Keyrings we have in Wallet.
2026-04-02 08:54:50 -07:00
..
2026-03-25 11:42:45 +01:00
2026-03-25 11:42:45 +01:00