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

refactor: optimize Vec push avoid realloc mem #1374

Merged
merged 5 commits into from
Nov 12, 2024

chore: add changelog

961fb03
Select commit
Loading
Failed to load commit list.
Merged

refactor: optimize Vec push avoid realloc mem #1374

chore: add changelog
961fb03
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 12, 2024 in 1s

8.33% of diff hit (target 66.88%)

View this Pull Request on Codecov

8.33% of diff hit (target 66.88%)

Annotations

Check warning on line 82 in ibc-apps/ics721-nft-transfer/src/handler/on_recv_packet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/on_recv_packet.rs#L82

Added line #L82 was not covered by tests

Check warning on line 175 in ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs#L175

Added line #L175 was not covered by tests

Check warning on line 179 in ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs#L179

Added line #L179 was not covered by tests

Check warning on line 209 in ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/send_transfer.rs#L202-L209

Added lines #L202 - L209 were not covered by tests