Skip to content

Feat/fix tx history#27

Merged
h33p merged 2 commits intofeat/wasm-version-bumpfrom
feat/fix-tx-history
Mar 5, 2026
Merged

Feat/fix tx history#27
h33p merged 2 commits intofeat/wasm-version-bumpfrom
feat/fix-tx-history

Conversation

@Gohlub
Copy link
Contributor

@Gohlub Gohlub commented Mar 4, 2026

No description provided.

@Gohlub Gohlub requested a review from h33p March 4, 2026 22:10
@Gohlub Gohlub changed the base branch from main to feat/wasm-version-bump March 5, 2026 04:43
@Gohlub Gohlub force-pushed the feat/fix-tx-history branch from 0d22118 to 0fea8a4 Compare March 5, 2026 05:17
@Gohlub
Copy link
Contributor Author

Gohlub commented Mar 5, 2026

found an edge case where the addition of the unlock key could lead to a state where the state of the extension doesn't get loaded, that's the second commit

let cachedBalances: Record<string, number> = {};
let loadedFromEncrypted = false;

if (encAccountData) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this always be available?

@h33p h33p merged commit c3777f8 into feat/wasm-version-bump Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants