Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Venly Unreal Engine SDK to version 3, involving massive auto-generated code changes that standardize include paths and add new optional type wrappers. The update primarily addresses include path capitalization inconsistencies and introduces numerous new optional wrapper classes for better type safety.
- Updates include paths from "AutoGen" to "Autogen" for consistency
- Adds numerous optional wrapper classes for various DTOs and types
- Removes legacy property mapping entries and method signatures
Reviewed Changes
Copilot reviewed 283 out of 2752 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| VyOptBuildEip712SignatureRequestDto.cpp | New optional wrapper implementation for EIP712 signature requests |
| VyOptBool.cpp | Updated include path from AutoGen to Autogen |
| VyWalletEventDto.cpp | Removed property lookup table implementation, now header-only |
| VyWalletDto.cpp | Removed IsPrimary property mapping from lookup table |
| VyResubmitTransaction_Wallet.cpp | Fixed include path and added missing empty line |
| README.md | Simplified project description by removing reference to API Explorer samples |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
nico-ptrs
approved these changes
Sep 16, 2025
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.
No description provided.