Feat/explorer links#150
Merged
Merged
Conversation
added 2 commits
March 24, 2026 18:34
- Add fee_token to FactoryState; accept in initialize() instead of per-call - create_token: deploy via env.deployer().with_address(creator, salt).deploy(wasm_hash) - create_token: call TokenInitClient::initialize() on deployed contract - set_metadata, mint_tokens: use state.fee_token instead of per-call param - All fee transfers use token::TokenClient::transfer (correct SDK API) - Move proptest from [dependencies] to [dev-dependencies] (fixes wasm build) - Remove soroban-token-sdk dependency (unused after refactor) - Tests: use env.as_contract() to seed storage for happy-path tests (deploy path requires wasm target; covered by integration tests)
- Add stellarExplorerUrl(type, value, network) to utils/formatting.ts - type: 'tx' | 'contract' | 'account' - testnet -> stellar.expert/explorer/testnet - mainnet -> stellar.expert/explorer/public - Add 5 tests in formatting.test.ts - TransactionHistory: replace hardcoded explorer URL with stellarExplorerUrl using network from useNetwork() context - TokenDetail: token address and creator link to explorer (contract/account) - Dashboard: token cards link creator address to explorer - All external links use target='_blank' rel='noopener noreferrer' - Remove @rolldown/binding-win32-x64-msvc (Windows-only dep, breaks Linux install)
|
@Mac-5 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
closes #19
Description
Please include a summary of the changes and the "Why" behind them.
using network from useNetwork() context
Related Issue
Link the issue using "Closes #XX" or "Fixes #XX".
Type of Change
Please tick the relevant options:
Testing Done
Please describe the tests you ran (unit tests, manual verification, etc.) to verify your changes.
Checklist