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: Update documentation and refactoring #393

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

kulikthebird
Copy link
Contributor

No description provided.

@kulikthebird kulikthebird self-assigned this Jul 10, 2024
@kulikthebird kulikthebird linked an issue Jul 10, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.82%. Comparing base (4ffbb45) to head (3d2e702).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #393   +/-   ##
=======================================
  Coverage   84.82%   84.82%           
=======================================
  Files          41       41           
  Lines        2920     2920           
=======================================
  Hits         2477     2477           
  Misses        443      443           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kulikthebird kulikthebird force-pushed the tkulik/chore/docs_and_refactoring branch from bded53e to 53ec6ef Compare July 10, 2024 15:43
@kulikthebird kulikthebird changed the title chore: Remove unused dependency chore: Update documentation and refactoring Jul 11, 2024
@kulikthebird kulikthebird force-pushed the tkulik/chore/docs_and_refactoring branch from 53ec6ef to 03dc374 Compare July 11, 2024 09:48
@kulikthebird kulikthebird marked this pull request as ready for review July 11, 2024 10:20
@kulikthebird kulikthebird requested a review from jawoznia July 11, 2024 11:28
Copy link
Collaborator

@jawoznia jawoznia left a comment

Choose a reason for hiding this comment

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

Some suggestions to consider

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
sylvia-derive/src/lib.rs Outdated Show resolved Hide resolved
@kulikthebird kulikthebird requested a review from jawoznia July 12, 2024 05:57
@kulikthebird kulikthebird force-pushed the tkulik/chore/docs_and_refactoring branch 3 times, most recently from 92c7b8c to d71b1d6 Compare July 12, 2024 08:04
@kulikthebird kulikthebird force-pushed the tkulik/chore/docs_and_refactoring branch from d71b1d6 to 3d2e702 Compare July 12, 2024 08:20
@kulikthebird kulikthebird enabled auto-merge (squash) July 12, 2024 08:33
@kulikthebird kulikthebird merged commit 4d1fdef into main Jul 12, 2024
7 checks passed
@kulikthebird kulikthebird deleted the tkulik/chore/docs_and_refactoring branch July 12, 2024 08:35
@github-actions github-actions bot mentioned this pull request Jul 9, 2024
kulikthebird added a commit that referenced this pull request Jul 12, 2024
## 🤖 New release
* `sylvia`: 1.0.2 -> 1.1.0
* `sylvia-derive`: 1.0.2 -> 1.1.0

<details><summary><i><b>Changelog</b></i></summary><p>

## `sylvia-derive`
<blockquote>

##
[1.1.0](sylvia-derive-v1.0.2...sylvia-derive-v1.1.0)
- 2024-07-12

### Added
- `From` implementation for contract messages of interface messages
([#391](#391))
- Attributes forwarding to message enums and fields
([#388](#388))
- Executors ([#386](#386))
- No ref needed for 'dyn Interface' type in Remote and BoundQuerier
([#382](#382))
- Remove types forwarding to interface in sv::messages
([#361](#361))

### Other
- Update documentation and refactoring
([#393](#393))
- Add trybuild check for two instantiate methods
([#392](#392))
- Update dependecies
- Update proc-macro-crate deps
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <tomek.k@confio.gmbh>
blaze00193 pushed a commit to blaze00193/CosmWasm-smart-contract that referenced this pull request Sep 26, 2024
## 🤖 New release
* `sylvia`: 1.0.2 -> 1.1.0
* `sylvia-derive`: 1.0.2 -> 1.1.0

<details><summary><i><b>Changelog</b></i></summary><p>

## `sylvia-derive`
<blockquote>

##
[1.1.0](CosmWasm/sylvia@sylvia-derive-v1.0.2...sylvia-derive-v1.1.0)
- 2024-07-12

### Added
- `From` implementation for contract messages of interface messages
([#391](CosmWasm/sylvia#391))
- Attributes forwarding to message enums and fields
([#388](CosmWasm/sylvia#388))
- Executors ([#386](CosmWasm/sylvia#386))
- No ref needed for 'dyn Interface' type in Remote and BoundQuerier
([#382](CosmWasm/sylvia#382))
- Remove types forwarding to interface in sv::messages
([#361](CosmWasm/sylvia#361))

### Other
- Update documentation and refactoring
([#393](CosmWasm/sylvia#393))
- Add trybuild check for two instantiate methods
([#392](CosmWasm/sylvia#392))
- Update dependecies
- Update proc-macro-crate deps
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tomasz Kulik <tomek.k@confio.gmbh>
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.

docs: Executors and new attributes
2 participants