Skip to content
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

App: trove transaction flows (open / update / close) #422

Merged
merged 58 commits into from
Sep 24, 2024
Merged

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    14dbd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84e538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9280f1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a9d086 View commit details
    Browse the repository at this point in the history
  5. Subgraph

    See subgraph/README.md for instructions on how to deploy the subgraph locally.
    
    - Add subgraph/ to the workspaces.
    - A script, ./deploy-subgraph, can be used to deploy the subgraph in a
      convenient way. See --help for details.
    
    Some context:
    
    - The subgraph uses subgraph templates for the collateral contracts.
    - The script can update the collateral registry address in the
      subgraph.yaml if it doesn’t match the one found in the latest
      deployment context.
    - In ./deploy-subgraph, only the local preset is implemented.
    bpierre committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    10b04c1 View commit details
    Browse the repository at this point in the history
  6. Remove comment

    bpierre committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c0d4b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c1c4803 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3d01fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c829da4 View commit details
    Browse the repository at this point in the history
  3. Subgraph: various updates

    bpierre committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0715364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4aad58 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Instantiate TroveManager from BoldToken

    This allows to initiate things when `CollateralRegistryAddressChanged`
    gets emitted on BoldToken, which happens at the very end of the
    deployment process.
    
    Also:
    
    - Use troveNFT.ownerOf() to determinate the trove owner.
    - Update README instructions.
    bpierre committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5522079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308e622 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043d610 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6770bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0079e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c5b06 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Subgraph: update scripts

    - Add ./start-graph
    - Remove ./docker-cleanup.sh (replaced by ./start-graph --reset)
    - Rename ./deploy to ./deploy-subgraph for clarity
    - Update README with new instructions
    bpierre committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4352c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d00b9c View commit details
    Browse the repository at this point in the history
  2. Syntax

    bpierre committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    50b21f4 View commit details
    Browse the repository at this point in the history
  3. dprint: add graphql

    bpierre committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ea5c78c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6224ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c00e9ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9bdfbd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a2f0c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc37ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa1e2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5187d8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e443ca View commit details
    Browse the repository at this point in the history
  6. Replace useFindAvailableTroveIndex() by a subgraph query + various ch…

    …anges related to the openLoanPosition tx flow
    bpierre committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7ef2a60 View commit details
    Browse the repository at this point in the history
  7. Subgraph: add BorrowerInfo

    bpierre committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    52262fe View commit details
    Browse the repository at this point in the history
  8. Fix demo mode

    bpierre committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9522921 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    f000010 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    3f9dc30 View commit details
    Browse the repository at this point in the history
  2. App: update .graphclient

    bpierre committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8b165a2 View commit details
    Browse the repository at this point in the history
  3. App: add WETH contract ABI

    bpierre committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2b77da2 View commit details
    Browse the repository at this point in the history
  4. App: update ABIs

    bpierre committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    65ca577 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcbb295 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    902592d View commit details
    Browse the repository at this point in the history
  2. Comment

    bpierre committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bef31c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    bdc5935 View commit details
    Browse the repository at this point in the history
  2. StrongCard: add loading state

    bpierre committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    469b4ec View commit details
    Browse the repository at this point in the history
  3. Dashboard: new loading states

    bpierre committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6991661 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f39aadc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    de62a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4bc099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8413d45 View commit details
    Browse the repository at this point in the history
  4. Comment

    bpierre committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    372af19 View commit details
    Browse the repository at this point in the history
  5. Add Spinner component

    bpierre committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6abd68b View commit details
    Browse the repository at this point in the history
  6. Not Found screen: layout fix

    bpierre committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c3544de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f74f9bc View commit details
    Browse the repository at this point in the history
  8. Update txflows

    - Remove flowStatus entirely (now deducted from the steps statuses)
    - Many other changes around transactions handling
    bpierre committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c9daa1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a2490e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    d1b7e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5de66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca75b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a27c5b View commit details
    Browse the repository at this point in the history
  5. App + Subgraph: add Sepolia

    bpierre committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0430cbf View commit details
    Browse the repository at this point in the history