ben
ben
you could use something like https://docs.rs/ordered-float/latest/ordered_float/ for `NumberType`, i don't think NaN is valid in an openapi spec anyways(?)
I think you've covered everything mentioned in this issue & discussion - can't wait for v9, thanks again to everyone who worked on this! 🙌
Just stumbled upon this issue while looking through the repo, but you could do something like this: ```rust pub struct S { xy: Xy } pub struct Xy { x:...
i've hit this issue as well - can this be revived?
yeah, i also hit the cyclic dependency while trying to fix this myself - if it were up to me, i would revert https://github.com/aptos-labs/aptos-core/pull/11562, since it somewhat defeats the point...
Is it planned to support resolving imports from within the sol macro? Currently `sol!` is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.
partially implemented in #1223, we need to add more continuous fuzzing for this to be worthwhile though.
thanks for the pr! please use [`ibc_union_spec::log_event`](https://github.com/unionlabs/union/blob/3f745b0053959098517b26efd535dda7a006326d/lib/ibc-union-spec/src/lib.rs#L62) to log events, as this is what is used in the other event source plugins.
yes, you will either need to squash or rename all of your commits (i recommend just squashing)
changes included in https://github.com/unionlabs/union/pull/4568