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

chore: get rid of the byte-slice-cast crate in engine #789

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

aleksuss
Copy link
Member

Description

The PR removes the redundant byte-slice-cast crate from aurora-engine as it is used only in one place in the code. Also, vectors have been replaced by fixed-size arrays.

Performance / NEAR gas cost considerations

No performance changes.

Testing

It doesn't require adding new tests.

Copy link
Contributor

@joshuajbouw joshuajbouw left a comment

Choose a reason for hiding this comment

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

Good improvement.

@joshuajbouw joshuajbouw added this pull request to the merge queue Jul 11, 2023
Merged via the queue into develop with commit f074d5d Jul 11, 2023
19 checks passed
@joshuajbouw joshuajbouw deleted the chore/aleksuss/redundant_crate branch July 11, 2023 17:51
joshuajbouw pushed a commit that referenced this pull request Jul 21, 2023
## Description

The PR removes the redundant `byte-slice-cast` crate from
`aurora-engine` as it is used only in one place in the code. Also,
vectors have been replaced by fixed-size arrays.

## Performance / NEAR gas cost considerations

No performance changes.

## Testing

It doesn't require adding new tests.
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.

3 participants