apollodao / cw-dex

CosmWasm abstractions for decentralized exchanges.
Mozilla Public License 2.0
5 stars 4 forks source link

Use consistent Responses across implementations #47

Closed apollo-bobby closed 1 year ago

apollo-bobby commented 2 years ago

This is an attempt to standardize and provide Responses with consistently named Events and Attributes to all functions (that return a Response) of all implementations in the cw-dex. It uses the response! macro from apollo-utils (See apollodao/apollo-utils#2).

Part of apollodao/apollo-vaults#8

Implementations done

Signed-off-by: Bobby bobby@apollo.farm

apollo-sturdy commented 1 year ago

Closing in favor of #115