Skip to content

Conversation

@dellams
Copy link
Collaborator

@dellams dellams commented Oct 10, 2025

No description provided.

- Replace misleading 'Account address is not correct' with clearer context
- Add informational logging for expected metadata lookup failures
- Improve token account creation error messages with better context
- Add success logging with ✅ indicators for NFT minting and transfers
- Add informational logging with ℹ️ indicators for expected scenarios
- Tested successfully with real NFT minting operations
@height
Copy link

height bot commented Oct 10, 2025

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

…ution

- Fixed email verification: enabled emails, updated OASISWebSiteURL, improved error logging
- Added case-insensitive username matching in MongoDB provider
- Fixed cross-platform path handling in STAR DNA and path resolution
- Fixed missing using System in EmailManager
- Fixed CLI method signatures and validation helpers
- Improved STAR DNA manager path resolution for multiple locations
- Fixed duplicate class definitions and missing interface properties

Note: OASIS_DNA.json contains email/MongoDB credentials - update on new machine if needed
…ties

- Created NetworkMetrics.cs with NetworkMetrics and SystemMetrics classes
- Added missing properties: Stability, TrafficLoad, Health, Capacity to NetworkMetrics
- Added missing properties: CpuLoad, MemoryLoad, DiskLoad to SystemMetrics
- Changed Reliability property from int to double to match return types
- Fixes build errors and allows STAR to build and run successfully
…ontroller API endpoint, and AI integration enhancements

- Implemented Missions interface with ASCII progress bars (█/░) and retro terminal aesthetic
- Added Mission Builder wizard (3-step: Basic Info, Organization, Rewards)
- Added chapter support for mission organization
- Created MissionsController API endpoint (/api/missions) for mission creation and retrieval
- Enhanced AI NFT Assistant with file upload support
- Added Quest Builder with NFT integration
- Updated STAR Dashboard with mission tracking capabilities
- All components match portal styling and avoid emojis
…lnet

- Added Solnet.Wallet package to Core project for Solana key generation
- Updated KeyManager.GenerateKeyPairWithWalletAddress() to use Solnet for Solana Ed25519 keypairs
- Fixed KeyPairAndWallet instantiation for Solana keys
- Added SolanaOASIS to AutoFailOverProviders in OASIS_DNA.json
- Generated addresses now in correct Solana base58 format (32-44 chars) instead of Bitcoin script format
- Verified: Addresses can now receive SOL tokens on Solana network

Test Results:
- Wallet creation working correctly
- Address format: Solana base58 (44 chars)
- Validation: All tests passed
- Build: Success with 0 errors in main projects

Related: SOLANA_WALLET_ADDRESS_FORMAT_ERROR.md, SOLANA_WALLET_FIX_VERIFICATION.md
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.

3 participants