Skip to content

Releases: CosmWasm/sylvia

sylvia-derive-v1.0.0

27 Mar 13:11
Compare
Choose a tag to compare

Added

  • Update deps to 2.0.0 (#308)

sylvia-derive-v0.10.1

27 Mar 12:00
Compare
Choose a tag to compare

Added

  • Implement Querier on App (#154)
  • Change multitest modules names to unified mt (#324)
  • Handle missing explicite custom types (#323)
  • BoundQuerier improve (#321)
  • Remove #[contract(module=...)] support (#320)
  • #[contract(module=...)] not needed in mt (#319)
  • #[contract(module=...)] and #[messages] not needed for trait impl (#318)
  • Remove custom in impl trait (#314)
  • Error on missing module for impl Interface for Contract (#311)
  • Add support for #[sv::] attributes for all sylvia attribtues. (#310)
  • Generate sudo multitest helpers
  • Generate sudo entry point
  • Generate SudoMsg in contract
  • Generate SudoMsg in interface
  • Forward generics through associated types
  • ExecC and QueryC used in place of CustomMsgT
  • Remove mt trait_utils generation
  • Impl interfaces with associated types on generic contract
  • Impl interface with associated types on non generic contract
  • Interfaces generate with associated_types
  • Allow specifying concrete customs in entry_points
  • Support duplicated exec generic params
  • Forward generics to custom_generic interface
  • Allow single concrete type to be passed in place of multiple
  • Forward generics to the interface
  • Make as Variant optional for #[messages(...)] attribtue

Other

  • Update README (#331)
  • Enable all features in docs.rs and add multitest docs comments
  • Enable code examples in macros doc tests
  • Remove tarpaulin exclusions (#312)
  • Add sudo to custom example
  • Update README.md (#300)
  • Change function signature
  • Update docs (#299)
  • Internal renaming
  • Create ImplMtHelpers
  • Impl non-generic non-custom on forwarding contract
  • Migrate to syn 2.0

sylvia-v0.10.0

26 Mar 17:15
Compare
Choose a tag to compare
chore: Release package sylvia version 0.10.0

sylvia-derive-v0.10.0

26 Mar 17:14
Compare
Choose a tag to compare

Added

  • Implement Querier on App (#154)
  • Change multitest modules names to unified mt (#324)
  • Handle missing explicite custom types (#323)
  • BoundQuerier improve (#321)
  • Remove #[contract(module=...)] support (#320)
  • #[contract(module=...)] not needed in mt (#319)
  • #[contract(module=...)] and #[messages] not needed for trait impl (#318)
  • Remove custom in impl trait (#314)
  • Error on missing module for impl Interface for Contract (#311)
  • Add support for #[sv::] attributes for all sylvia attribtues. (#310)
  • Generate sudo multitest helpers
  • Generate sudo entry point
  • Generate SudoMsg in contract
  • Generate SudoMsg in interface
  • Forward generics through associated types
  • ExecC and QueryC used in place of CustomMsgT
  • Remove mt trait_utils generation
  • Impl interfaces with associated types on generic contract
  • Impl interface with associated types on non generic contract
  • Interfaces generate with associated_types
  • Allow specifying concrete customs in entry_points
  • Support duplicated exec generic params
  • Forward generics to custom_generic interface
  • Allow single concrete type to be passed in place of multiple
  • Forward generics to the interface
  • Make as Variant optional for #[messages(...)] attribtue

Other

  • Update README (#331)
  • Enable all features in docs.rs and add multitest docs comments
  • Enable code examples in macros doc tests
  • Remove tarpaulin exclusions (#312)
  • Add sudo to custom example
  • Update README.md (#300)
  • Change function signature
  • Update docs (#299)
  • Internal renaming
  • Create ImplMtHelpers
  • Impl non-generic non-custom on forwarding contract
  • Migrate to syn 2.0

sylvia-v0.9.3

18 Dec 12:37
Compare
Choose a tag to compare
chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

sylvia-derive-v0.9.3

18 Dec 12:37
Compare
Choose a tag to compare

Added

  • Allow querying code_info from CodeId and App
  • Add cosmwasm_1_2 feature flag
  • Allow specifying salt for contract address

sylvia-v0.9.2

29 Nov 17:32
Compare
Choose a tag to compare
chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

sylvia-derive-v0.9.2

29 Nov 17:32
Compare
Choose a tag to compare

Added

  • Allow querying code_info from CodeId and App
  • Add cosmwasm_1_2 feature flag
  • Allow specifying salt for contract address

sylvia-v0.9.1

17 Nov 10:16
Compare
Choose a tag to compare
chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

sylvia-derive-v0.9.1

17 Nov 10:16
Compare
Choose a tag to compare

Other

  • Update deps