You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to take a deep dive into Osmosis contracts for taxable transactions.
We would need to explore the ecosystem for WASM contracts that have taxable implications and build an event parser that pulls the proper values out of the contract execution event list.
The text was updated successfully, but these errors were encountered:
@pharr117 can you look at all the current wasm message types and spend a few minutes thinking about if any of them have taxable implications. We can do a separate ticket for developing support for each one after we determine if there are any
As a first easy answer, MsgExecuteContract will for sure have taxable implications. We are already tracking an issue that suggests how we would want to implement parsers for particular contracts: #443
We want to take a deep dive into Osmosis contracts for taxable transactions.
We would need to explore the ecosystem for WASM contracts that have taxable implications and build an event parser that pulls the proper values out of the contract execution event list.
The text was updated successfully, but these errors were encountered: