Skip to content

feat: allow URIs in un-namespaced schema imports#1600

Merged
dOrgJelli merged 4 commits intoorigin-devfrom
fix/issue-1598
Mar 6, 2023
Merged

feat: allow URIs in un-namespaced schema imports#1600
dOrgJelli merged 4 commits intoorigin-devfrom
fix/issue-1598

Conversation

@dOrgJelli
Copy link
Contributor

@dOrgJelli dOrgJelli commented Mar 4, 2023

Feature

Support URIs within un-namespaced import statements like so:

#import { Object, Module } from "ens/..."

Will will result in an ABI that includes Object and Module without having them nested within a namespace. This is very useful for "implementing" and interface that lives elsewhere. It also solves the problems talked about in issues #1598 & #1376

@dOrgJelli dOrgJelli changed the title feat: allow URIs in local schema imports feat: allow URIs in un-namespaced schema imports Mar 6, 2023
@dOrgJelli dOrgJelli merged commit 10559da into origin-dev Mar 6, 2023
@dOrgJelli dOrgJelli deleted the fix/issue-1598 branch April 10, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants