nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

C931 contract #84

Closed BSick7 closed 2 years ago

BSick7 commented 2 years ago

Added connectionContract struct tag to outputs retriever. This allows us to use the new module taxonomy instead of module type when extracting outputs from modules. This is necessary since module type is no longer available in certain scenarios.

I had to fix the outputs/retriever tests that have been failing for awhile.