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: Add auto deserialization of reply data (#445) #448

Open
wants to merge 2 commits into
base: feat/replies
Choose a base branch
from

feat: Add `instantiate` parameter to the `sv::data` attribute

fb28493
Select commit
Loading
Failed to load commit list.
Open

feat: Add auto deserialization of reply data (#445) #448

feat: Add `instantiate` parameter to the `sv::data` attribute
fb28493
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 21, 2024 in 1s

87.50% of diff hit (target 71.95%)

View this Pull Request on Codecov

87.50% of diff hit (target 71.95%)

Annotations

Check warning on line 571 in sylvia-derive/src/contract/communication/reply.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/contract/communication/reply.rs#L569-L571

Added lines #L569 - L571 were not covered by tests

Check warning on line 573 in sylvia-derive/src/contract/communication/reply.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/contract/communication/reply.rs#L573

Added line #L573 was not covered by tests

Check warning on line 20 in sylvia-derive/src/parser/attributes/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/parser/attributes/data.rs#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 27 in sylvia-derive/src/parser/attributes/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/parser/attributes/data.rs#L24-L27

Added lines #L24 - L27 were not covered by tests

Check warning on line 49 in sylvia-derive/src/parser/attributes/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia-derive/src/parser/attributes/data.rs#L46-L49

Added lines #L46 - L49 were not covered by tests

Check warning on line 136 in sylvia/tests/reply_data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/reply_data.rs#L136

Added line #L136 was not covered by tests

Check warning on line 142 in sylvia/tests/reply_data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

sylvia/tests/reply_data.rs#L142

Added line #L142 was not covered by tests