Skip to content

refactor(account_state_forest): use StorageMapKeyHash hash key#2154

Merged
kkovaacs merged 1 commit into
nextfrom
krisztian/use-storagemapkeyhash-as-hash-key
May 28, 2026
Merged

refactor(account_state_forest): use StorageMapKeyHash hash key#2154
kkovaacs merged 1 commit into
nextfrom
krisztian/use-storagemapkeyhash-as-hash-key

Conversation

@kkovaacs
Copy link
Copy Markdown
Contributor

@kkovaacs kkovaacs commented May 28, 2026

Now that we have upgraded to miden-protocol 0.15 we can just use StorageMapKeyHash for the storage map hashed key ->key LRU cache.

Previously that was not possible because StorageMapKeyHash did not implement Hash.

Closes #2082

@kkovaacs kkovaacs added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label May 28, 2026
@kkovaacs kkovaacs marked this pull request as ready for review May 28, 2026 12:06
@kkovaacs kkovaacs merged commit 8cd5825 into next May 28, 2026
21 checks passed
@kkovaacs kkovaacs deleted the krisztian/use-storagemapkeyhash-as-hash-key branch May 28, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Utilise the SMT key hash

2 participants