Skip to content

Conversation

JonathanOppenheimer
Copy link
Member

@JonathanOppenheimer JonathanOppenheimer commented Oct 9, 2025

Sync ava-labs/coreth#1198

  • Requesting Austin for review as he was the first approver.
  • Requesting Stephen for review as he was the merging approver.

Signed-off-by: Jonathan Oppenheimer <[email protected]>
Signed-off-by: Jonathan Oppenheimer <[email protected]>
Co-authored-by: Austin Larson <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Co-authored-by: Ceyhun Onur <[email protected]>
@JonathanOppenheimer JonathanOppenheimer marked this pull request as ready for review October 9, 2025 18:52
@JonathanOppenheimer JonathanOppenheimer requested a review from a team as a code owner October 9, 2025 18:52
cacheConfig := &CacheConfig{Pruning: true, CommitInterval: 4096, StateHistory: uint64(tipBufferSize)}
w := NewTrieWriter(m, cacheConfig)
assert := assert.New(t)
require := require.New(t)
Copy link
Contributor

Choose a reason for hiding this comment

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

When do you decide to use require instead of assert?

Copy link
Member Author

Choose a reason for hiding this comment

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

Whenever the linter complains - is this not required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants