Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / CosmWasm/sylvia issues and pull requests

#474 - typo fix MIGRATING.md

Pull Request - State: open - Opened by MaxweLL22-22 22 days ago

#473 - fix

Pull Request - State: open - Opened by Hack666r 22 days ago

#472 - chore: release v1.4.0

Pull Request - State: open - Opened by github-actions[bot] 29 days ago

#471 - Fix typo MIGRATING.md

Pull Request - State: open - Opened by MonkeyKing44 about 1 month ago

#470 - Typo fix CHANGELOG.md

Pull Request - State: open - Opened by VitalikBerashvili about 1 month ago

#469 - chore: Update cosmwasm to version 2.2

Pull Request - State: closed - Opened by jawoznia 2 months ago - 1 comment

#468 - chore: release v1.3.3

Pull Request - State: closed - Opened by jawoznia 2 months ago - 1 comment

#467 - fix: Reexport macros without a flag

Pull Request - State: closed - Opened by jawoznia 2 months ago - 1 comment

#466 - chore: release v1.3.2

Pull Request - State: closed - Opened by github-actions[bot] 2 months ago - 1 comment

#465 - chore: Remove derivative dependency and fix lints

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#464 - chore: Add CONTRIBUTING.md

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#463 - chore: release v1.3.1

Pull Request - State: closed - Opened by github-actions[bot] 3 months ago - 1 comment

#462 - feat: Reexport cw-utils without a flag

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#461 - Try to split `ParsedSylviaAttributes` into context-dependent structures

Issue - State: open - Opened by jawoznia 3 months ago
Labels: idea

#460 - chore: Minor tweaks

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#459 - feat: Assert no attributes used on `self` and `ctx`

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#458 - chore: Review fixes

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#457 - Add checks for duplicated attribute parameters

Issue - State: open - Opened by jawoznia 3 months ago - 1 comment

#456 - chore: Review changes to feature merge

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#455 - Use syn::meta::parser to parse comma separated lists

Issue - State: open - Opened by jawoznia 3 months ago

#454 - feat: Revert adding Error to ContractApi

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#453 - feat: Update MultiTest to 2.2.0

Pull Request - State: closed - Opened by jawoznia 3 months ago - 1 comment

#452 - feat: Better reply support (#418)

Pull Request - State: closed - Opened by jawoznia 4 months ago - 3 comments

#451 - feat: Move context types to new ctx module (#450)

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

#450 - Add temporary `ReplyCtx` type with additional fields

Issue - State: closed - Opened by jawoznia 4 months ago

#449 - chore: Rename `ReplyOn::Failure` to match variant from std

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

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

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

#447 - feat: Add support for `sv::features` attribute. (#446)

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

#446 - Add `sv::features` attribute to avoid breaking API

Issue - State: closed - Opened by jawoznia 4 months ago

#445 - Auto deserialize `data`

Issue - State: closed - Opened by jawoznia 4 months ago

#444 - feat: Remove `sv_replies` feature as it does not prevent semver breaking

Pull Request - State: closed - Opened by jawoznia 4 months ago - 2 comments

#443 - Add simple examples

Issue - State: open - Opened by jawoznia 4 months ago

#442 - feat: Pass payload while building SubMsg

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

#441 - Pass payload while building SubMsg

Issue - State: closed - Opened by jawoznia 4 months ago - 1 comment

#440 - feat: Auto deserialize payload

Pull Request - State: closed - Opened by jawoznia 4 months ago - 1 comment

#439 - Auto payload deserialization

Issue - State: closed - Opened by jawoznia 4 months ago

#438 - feat: Add `UpdateAdmin` and `ClearAdmin` constructors in the `Remote`

Pull Request - State: closed - Opened by jawoznia 5 months ago - 2 comments

#437 - feat: Add InstantiateBuilder and SubMsg trait

Pull Request - State: closed - Opened by jawoznia 5 months ago - 1 comment

#436 - feat: Generate reply dispatch (#429)

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#435 - feat: Generate unique reply_ids (#427)

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#434 - chore: Refactor MsgAttr

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#433 - feat: Parse additional parameters for sv::msg(reply) (#426)

Pull Request - State: closed - Opened by jawoznia 6 months ago - 2 comments

#432 - Update docs

Issue - State: open - Opened by jawoznia 6 months ago
Labels: part

#431 - Update MIGRATING.md

Issue - State: open - Opened by jawoznia 6 months ago
Labels: part

#430 - Submessage construction

Issue - State: closed - Opened by jawoznia 6 months ago - 1 comment
Labels: part

#429 - Reply dispatch generation

Issue - State: closed - Opened by jawoznia 6 months ago
Labels: part

#428 - FromData trait

Issue - State: closed - Opened by jawoznia 6 months ago - 1 comment
Labels: part

#427 - Generate ReplyIds

Issue - State: closed - Opened by jawoznia 6 months ago
Labels: part

#426 - Parse `#[sv::msg(reply=alias1|alias2, reply_on=...)]`

Issue - State: closed - Opened by jawoznia 6 months ago
Labels: part

#425 - Parse `#[sv::msg(reply=alias1|alias2, reply_on=...)]`

Issue - State: closed - Opened by hashedone 6 months ago - 1 comment

#424 - chore: Remove redundant deps in examples

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#423 - Allow user defined path to Sylvia crate

Issue - State: open - Opened by jawoznia 6 months ago - 2 comments
Labels: idea

#422 - feat: Make serde dep user side obsolete

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#421 - feat: Make cosmwasm_schema deps obsolete

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#420 - chore: release v1.3.0

Pull Request - State: closed - Opened by github-actions[bot] 6 months ago - 1 comment

#419 - feat: Make user side cosmwasm-std dep obsolete

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment
Labels: enhancement

#418 - Replies support

Issue - State: closed - Opened by jawoznia 6 months ago - 1 comment
Labels: enhancement

#417 - chore: release v1.2.1

Pull Request - State: closed - Opened by github-actions[bot] 6 months ago - 1 comment

#416 - fix: Revert breaking changes

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#415 - docs: Update MIGRATING.md

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#414 - docs(sylvia-derive): Document inner types

Pull Request - State: closed - Opened by jawoznia 6 months ago - 1 comment

#413 - chore!: Remove `InterfaceApi` in favor of `InterfaceMessagesApi`

Pull Request - State: closed - Opened by kulikthebird 6 months ago - 1 comment

#412 - chore: Refactor struct message generation

Pull Request - State: closed - Opened by jawoznia 7 months ago - 1 comment

#411 - chore: Setup new directory structure

Pull Request - State: closed - Opened by jawoznia 7 months ago - 1 comment

#410 - test: Generic cw20 example

Pull Request - State: closed - Opened by abefernan 7 months ago - 1 comment

#409 - fix: Pass attribute to struct fields

Pull Request - State: closed - Opened by jawoznia 7 months ago - 1 comment

#408 - feat: Emit error if contract macro is above entry_points

Pull Request - State: closed - Opened by jawoznia 7 months ago - 2 comments

#407 - chore: Update to cosmwasm-std 2.1.1

Pull Request - State: closed - Opened by jawoznia 7 months ago - 1 comment

#405 - feat: Error on missing `generics` parameter in `entry_points` macro

Pull Request - State: closed - Opened by jawoznia 7 months ago - 3 comments

#404 - test: Generic cw1-whitelist example

Pull Request - State: closed - Opened by abefernan 7 months ago - 1 comment

#403 - feat: Deduce generic custom types in entry_points macro

Pull Request - State: closed - Opened by jawoznia 7 months ago - 1 comment

#402 - Generic interfaces on examples

Pull Request - State: closed - Opened by abefernan 7 months ago - 2 comments

#400 - Example chain-agnostic contract

Issue - State: open - Opened by hashedone 7 months ago

#399 - Make cw-* examples generic

Issue - State: open - Opened by hashedone 7 months ago

#398 - chore: release v1.2.0

Pull Request - State: closed - Opened by github-actions[bot] 7 months ago - 1 comment

#397 - chore: Entry points refactoring

Issue - State: open - Opened by kulikthebird 7 months ago

#396 - chore: Silence clippy warn about lack of Default

Pull Request - State: closed - Opened by kulikthebird 7 months ago - 1 comment

#394 - Silence `clippy::new_without_default`

Issue - State: closed - Opened by jawoznia 7 months ago - 2 comments
Labels: enhancement

#393 - chore: Update documentation and refactoring

Pull Request - State: closed - Opened by kulikthebird 7 months ago - 1 comment

#392 - chore: Add trybuild check for two instantiate methods

Pull Request - State: closed - Opened by kulikthebird 8 months ago - 1 comment

#391 - feat: `From` implementation for contract messages of interface messages

Pull Request - State: closed - Opened by kulikthebird 8 months ago - 2 comments

#390 - docs: Executors and new attributes

Issue - State: closed - Opened by kulikthebird 8 months ago - 1 comment

#389 - chore: Update dependecies

Pull Request - State: closed - Opened by jawoznia 8 months ago - 2 comments

#388 - feat: Attributes forwarding to message enums and fields

Pull Request - State: closed - Opened by kulikthebird 8 months ago - 2 comments

#387 - difficult to follow up with the sylvia book

Issue - State: closed - Opened by deauthe 8 months ago - 4 comments

#386 - feat: Executors

Pull Request - State: closed - Opened by kulikthebird 9 months ago - 2 comments

#385 - test: Store Remote contract and communicate with it

Pull Request - State: closed - Opened by kulikthebird 9 months ago - 1 comment

#384 - chore: Update proc-macro-crate deps

Pull Request - State: closed - Opened by jawoznia 9 months ago - 1 comment

#383 - chore: Release v0.11.0

Pull Request - State: closed - Opened by jawoznia 9 months ago - 1 comment

#382 - feat: No ref needed for 'dyn Interface' type in Remote and BoundQuerier

Pull Request - State: closed - Opened by kulikthebird 9 months ago - 1 comment

#381 - chore: Setup CI for cosmwasm_1/main branch

Pull Request - State: closed - Opened by jawoznia 9 months ago - 1 comment

#380 - fix: Add missing `map_err` on `IntoResponse` result

Pull Request - State: closed - Opened by jawoznia 9 months ago - 1 comment

#378 - test: Store Remote contract and communicate with it

Pull Request - State: closed - Opened by jawoznia 10 months ago - 2 comments

#377 - Idea: Play better with non-Sylvia contracts

Issue - State: open - Opened by ethanfrey 10 months ago - 2 comments

#376 - Add impl From<VARIANTS> for Contract{Exec,Query,Sudo}Msg

Issue - State: closed - Opened by ethanfrey 10 months ago - 3 comments

#375 - Demo: add cw-orch support

Pull Request - State: closed - Opened by ethanfrey 10 months ago - 5 comments