Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(mpt): Trie node insertion#195

Merged
clabby merged 1 commit intomainfrom
cl/trie-updates
Jun 3, 2024
Merged

feat(mpt): Trie node insertion#195
clabby merged 1 commit intomainfrom
cl/trie-updates

Conversation

@clabby
Copy link
Contributor

@clabby clabby commented May 31, 2024

Overview

Adds the logic required to insert a given value into a TrieNode at a passed path.

Copy link
Contributor Author

clabby commented May 31, 2024

@clabby clabby mentioned this pull request May 31, 2024
@clabby clabby added K-feature Kind: feature A-mpt labels May 31, 2024
@clabby clabby force-pushed the cl/trie-updates branch 3 times, most recently from f6bc949 to 1060832 Compare May 31, 2024 22:56
@clabby clabby self-assigned this May 31, 2024
@clabby clabby force-pushed the cl/trie-updates branch from 1060832 to cd5d82b Compare May 31, 2024 23:01
Adds a new function to the `TrieNode` struct, `insert`, that allows for
inserting a new leaf at a given path.

add static insertion test
@clabby clabby force-pushed the cl/trie-updates branch from cd5d82b to 94ade37 Compare June 1, 2024 22:05
@clabby clabby marked this pull request as ready for review June 1, 2024 22:05
@clabby clabby requested a review from refcell June 2, 2024 05:53
@clabby clabby added this pull request to the merge queue Jun 3, 2024
Merged via the queue into main with commit afae1df Jun 3, 2024
This was referenced Jun 3, 2024
@clabby clabby added this to the Phase 3: Kona Client & Host milestone Jun 11, 2024
This was referenced Jun 11, 2024
@github-actions github-actions bot mentioned this pull request Jun 22, 2024
@clabby clabby deleted the cl/trie-updates branch July 2, 2024 03:39
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
Adds a new function to the `TrieNode` struct, `insert`, that allows for
inserting a new leaf at a given path.

add static insertion test
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
Adds a new function to the `TrieNode` struct, `insert`, that allows for
inserting a new leaf at a given path.

add static insertion test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

K-feature Kind: feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants