Automatically load contract information after entering the Contract ID#1938
Automatically load contract information after entering the Contract ID#1938jeesunikim merged 4 commits intomainfrom
Conversation
|
Preview is available here: |
There was a problem hiding this comment.
Pull request overview
Adds auto-loading behavior to the Contract Explorer so contract details are fetched as soon as a valid Contract ID is entered, and updates network limits data / related E2E coverage.
Changes:
- Trigger
handleLoadContract()automatically whencontractIdInputbecomes a valid Contract ID. - Update
live_soroban_state_size_windowvalues for Mainnet/Testnet/Futurenet limits. - Adjust Network Limits E2E test assertions in the JSON tab.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/app/(sidebar)/smart-contracts/contract-explorer/page.tsx |
Auto-load contract info when a valid Contract ID is entered. |
src/constants/networkLimits.ts |
Refreshes rolling window limit values for multiple networks. |
tests/e2e/networkLimitsPage.test.ts |
Removes the E2E assertion that “Copy JSON” is visible on the JSON tab. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Preview is available here: |
|
Preview is available here: |
|
Preview is available here: |
|
This is the best, thank you @jeesunikim |
|
We got to the same for the tx hash on the transaction dashboard. Saves one less click and just feels smooth! |
No description provided.