-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontend multi-chain multi-agent support #434
Draft
truemiller
wants to merge
218
commits into
feat/multi-chain-support-middleware
Choose a base branch
from
refactor/multi-chain-support-frontend
base: feat/multi-chain-support-middleware
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
frontend multi-chain multi-agent support #434
truemiller
wants to merge
218
commits into
feat/multi-chain-support-middleware
from
refactor/multi-chain-support-frontend
Conversation
This file contains 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
staging to main
…ey're at least somewhat correct
…act and prompt them to switch (#421) * fix: improve error messages in AgentButton component * feat: add NoAvailableSlotsOnTheContract component * feat: integrate NoAvailableSlotsOnTheContract component and enhance service slot checks * feat: implement useCanStartUpdateStakingContract hook and update related components * feat: add available slots display and max-width styling to StakingContractDetails * feat: add POPOVER_WIDTH_LARGE constant and apply max-width styling to CountdownUntilMigration component * fix: correct spelling of 'occurred' in error notifications in AgentButton component * refactor: rename useCanStartUpdateStakingContract hook to useCanUpdateStakingContract and update related components * feat: update StakingContractUpdate and NoAvailableSlotsOnTheContract components to accept stakingProgramId prop and remove useCanUpdateStakingContract hook * chore: bump version to 0.1.0-rc186 in package.json and pyproject.toml
…are' into feat/allow-multiple-services-middleware
…act and prompt them to switch (#421) (#423) * fix: improve error messages in AgentButton component * feat: add NoAvailableSlotsOnTheContract component * feat: integrate NoAvailableSlotsOnTheContract component and enhance service slot checks * feat: implement useCanStartUpdateStakingContract hook and update related components * feat: add available slots display and max-width styling to StakingContractDetails * feat: add POPOVER_WIDTH_LARGE constant and apply max-width styling to CountdownUntilMigration component * fix: correct spelling of 'occurred' in error notifications in AgentButton component * refactor: rename useCanStartUpdateStakingContract hook to useCanUpdateStakingContract and update related components * feat: update StakingContractUpdate and NoAvailableSlotsOnTheContract components to accept stakingProgramId prop and remove useCanUpdateStakingContract hook * chore: bump version to 0.1.0-rc186 in package.json and pyproject.toml Co-authored-by: Josh Miller <[email protected]>
…leSlotsOnTheContract component
…g unused props and logic
…ponent for simplification
…ltiple-services-middleware
* feat: add BACKEND_URL_V2 for versioned API endpoint * feat: implement support for versioned API and chain-specific service configurations * chore: remove commented-out deployment methods from Services.ts * feat: update service fetch URLs to use BACKEND_URL_V2 for consistency * feat: refactor service handling to use service_config_id instead of hash * feat: update types for MiddlewareServiceResponse and ServiceTemplate to include new fields and improve structure * refactor: remove unused types and update service_config_id references in ServiceTemplate * Update frontend/constants/serviceTemplates.ts Co-authored-by: Josh Miller <[email protected]> --------- Co-authored-by: Josh Miller <[email protected]>
…dleware' into chore/merge-latest-middleware-branch
Compute env vars
…-middleware-branch
…dleware' into chore/merge-latest-middleware-branch
…anch' into refactor/services-context-hooks
…-branch Merge latest into frontend refactor branch
…ntend' into refactor/services-context-hooks
Optimistic Services refactor, and small QoL changes to AgentButton, numberFormatters
* refactor: update staking rewards info retrieval to use AGENT_CONFIG * refactor: enhance RewardProvider to utilize react-query for rewards data fetching * refactor: update RewardProvider to use dynamic agent and chain selection for rewards fetching * refactor: update RewardProvider and react-query keys for dynamic rewards fetching * refactor: improve RewardProvider logic for storing first staking reward and refreshing rewards data * refactor: update StakingRewardsInfo to use Zod schema for validation and enhance query logic
…lance-provider-hooks
Co-authored-by: Atatakai <[email protected]>
Refactoring wallets provider & hooks (was required for Balance provider refactor)
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.
Proposed changes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply