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

feat: implement ICS-721 NFT transfer application #1053

Merged
merged 9 commits into from
Jan 24, 2024

nit: fix docstrings

9333f77
Select commit
Loading
Failed to load commit list.
Merged

feat: implement ICS-721 NFT transfer application #1053

nit: fix docstrings
9333f77
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 24, 2024 in 1s

32.49% of diff hit (target 71.30%)

View this Pull Request on Codecov

32.49% of diff hit (target 71.30%)

Annotations

Check warning on line 130 in ibc-apps/ics721-nft-transfer/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/context.rs#L124-L130

Added lines #L124 - L130 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L15-L24

Added lines #L15 - L24 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L26-L39

Added lines #L26 - L39 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L43-L46

Added lines #L43 - L46 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L48

Added line #L48 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L50

Added line #L50 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L52-L61

Added lines #L52 - L61 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L63-L76

Added lines #L63 - L76 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L78-L81

Added lines #L78 - L81 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L83

Added line #L83 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-apps/ics721-nft-transfer/src/handler/mod.rs#L85

Added line #L85 was not covered by tests

Check warning on line 26 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#L16-L26

Added lines #L16 - L26 were not covered by tests

Check warning on line 32 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#L28-L32

Added lines #L28 - L32 were not covered by tests

Check warning on line 38 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#L34-L38

Added lines #L34 - L38 were not covered by tests

Check warning on line 44 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#L40-L44

Added lines #L40 - L44 were not covered by tests

Check warning on line 67 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#L49-L67

Added lines #L49 - L67 were not covered by tests

Check warning on line 70 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#L70

Added line #L70 was not covered by tests

Check warning on line 111 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#L73-L111

Added lines #L73 - L111 were not covered by tests

Check warning on line 130 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#L113-L130

Added lines #L113 - L130 were not covered by tests

Check warning on line 133 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#L133

Added line #L133 was not covered by tests

Check warning on line 137 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#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 29 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#L18-L29

Added lines #L18 - L29 were not covered by tests

Check warning on line 41 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#L32-L41

Added lines #L32 - L41 were not covered by tests

Check warning on line 44 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#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 57 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#L46-L57

Added lines #L46 - L57 were not covered by tests