Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(derive): fix span batch utils read_tx_data() #170

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

N0xMare
Copy link
Contributor

@N0xMare N0xMare commented Apr 29, 2024

instead of copying the entire buffer, de-reference twice to make a new mutable reference of the input u8 array

instead of copying the entire buffer, de-reference twice to make a new
mutable reference of the input u8 array
@clabby clabby self-requested a review April 29, 2024 03:26
@clabby clabby added K-perf Kind: performance A-derive Area: kona-derive crate labels Apr 29, 2024
@N0xMare N0xMare self-assigned this Apr 29, 2024
@N0xMare N0xMare added this pull request to the merge queue Apr 29, 2024
Merged via the queue into main with commit bd7ac13 Apr 29, 2024
13 checks passed
@github-actions github-actions bot mentioned this pull request Apr 29, 2024
This was referenced May 29, 2024
This was referenced Jun 6, 2024
This was referenced Jun 16, 2024
@clabby clabby deleted the nox/span-batch-header branch July 2, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-derive Area: kona-derive crate K-perf Kind: performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants