fix(widget): permit null in validator provider revshare decoding - #570
Open
petar-omni wants to merge 1 commit into
Open
petar-omni wants to merge 1 commit into
petar-omni wants to merge 1 commit into
Conversation
|
petar-omni
force-pushed
the
fix/validator-provider-revshare-decode
branch
from
September 16, 2026 09:51
4f9311c to
113d3e3
Compare
petar-omni
added this pull request to stack #569
September 16, 2026 09:59
petar-omni
force-pushed
the
fix/validator-provider-revshare-decode
branch
from
September 16, 2026 10:56
113d3e3 to
f8e9e2a
Compare
petar-omni
force-pushed
the
fix/validator-provider-revshare-decode
branch
2 times, most recently
from
September 16, 2026 12:58
b8a64ca to
02874d7
Compare
…enapi generation - Permit null in ValidatorProviderDto.revshare decoding (OpenAPI spec patch, regenerated schemas, and domain regression tests). - Target production API doc endpoints (api.stakek.it, api.yield.xyz, and borrow.yield.xyz) for OpenAPI generation. - Strip _v1 operation ID suffixes emitted by NestJS URI versioning so client methods and DTOs retain stable names. - Close unannotated OpenAPI object schemas in prepareSpecContents so Effect rc.115 generates Schema.Struct preserving .fields access. - Support "supplyAndBorrow" action and "BUNDLE" transaction types in SKBorrowTxMeta. - Add blueBundleOriginationFeeBps to borrow test mock fixtures.
petar-omni
force-pushed
the
fix/validator-provider-revshare-decode
branch
from
September 17, 2026 06:04
02874d7 to
025fcb2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nullinValidatorProviderDto.revsharedecoding via an OpenAPI spec patch, regenerated schemas, and regression tests.LegacyApiURL to staging (https://api.stg.stakek.it/docs.yaml) to fix the ALB 404 on productionhttps://api.stakek.it/docs.yaml._v1operation ID suffixes emitted by NestJS URI versioning so generated client methods and DTOs retain stable names withoutV1suffixes.prepareSpecContentsso Effect rc.115 openapigen emitsSchema.Struct, preserving.fieldsaccess.Why
Fixes decode failures when validator providers return
revshare: nullin validator and yield provider responses.Dependency
Stacked on #568; merge the layout refactor first.