-
Notifications
You must be signed in to change notification settings - Fork 10
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
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14dbd7b - Browse repository at this point
Copy the full SHA 14dbd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c84e538 - Browse repository at this point
Copy the full SHA c84e538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9280f1f - Browse repository at this point
Copy the full SHA 9280f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9d086 - Browse repository at this point
Copy the full SHA 1a9d086View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 10b04c1 - Browse repository at this point
Copy the full SHA 10b04c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0d4b1 - Browse repository at this point
Copy the full SHA 6c0d4b1View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1c4803 - Browse repository at this point
Copy the full SHA c1c4803View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d01fca - Browse repository at this point
Copy the full SHA 3d01fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c829da4 - Browse repository at this point
Copy the full SHA c829da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0715364 - Browse repository at this point
Copy the full SHA 0715364View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4aad58 - Browse repository at this point
Copy the full SHA c4aad58View commit details
Commits on Sep 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5522079 - Browse repository at this point
Copy the full SHA 5522079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 308e622 - Browse repository at this point
Copy the full SHA 308e622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043d610 - Browse repository at this point
Copy the full SHA 043d610View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6770bc - Browse repository at this point
Copy the full SHA b6770bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0079e1e - Browse repository at this point
Copy the full SHA 0079e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c5b06 - Browse repository at this point
Copy the full SHA 35c5b06View commit details
Commits on Sep 10, 2024
-
- Add ./start-graph - Remove ./docker-cleanup.sh (replaced by ./start-graph --reset) - Rename ./deploy to ./deploy-subgraph for clarity - Update README with new instructions
Configuration menu - View commit details
-
Copy full SHA for 4352c72 - Browse repository at this point
Copy the full SHA 4352c72View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d00b9c - Browse repository at this point
Copy the full SHA 6d00b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b21f4 - Browse repository at this point
Copy the full SHA 50b21f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5c78c - Browse repository at this point
Copy the full SHA ea5c78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6224ee - Browse repository at this point
Copy the full SHA c6224eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c00e9ed - Browse repository at this point
Copy the full SHA c00e9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9bdfbd - Browse repository at this point
Copy the full SHA c9bdfbdView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2f0c05 - Browse repository at this point
Copy the full SHA a2f0c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc37ac4 - Browse repository at this point
Copy the full SHA cc37ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa1e2d - Browse repository at this point
Copy the full SHA 1aa1e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5187d8c - Browse repository at this point
Copy the full SHA 5187d8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e443ca - Browse repository at this point
Copy the full SHA 1e443caView commit details -
Replace useFindAvailableTroveIndex() by a subgraph query + various ch…
…anges related to the openLoanPosition tx flow
Configuration menu - View commit details
-
Copy full SHA for 7ef2a60 - Browse repository at this point
Copy the full SHA 7ef2a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52262fe - Browse repository at this point
Copy the full SHA 52262feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9522921 - Browse repository at this point
Copy the full SHA 9522921View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f000010 - Browse repository at this point
Copy the full SHA f000010View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f9dc30 - Browse repository at this point
Copy the full SHA 3f9dc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b165a2 - Browse repository at this point
Copy the full SHA 8b165a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b77da2 - Browse repository at this point
Copy the full SHA 2b77da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ca577 - Browse repository at this point
Copy the full SHA 65ca577View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbb295 - Browse repository at this point
Copy the full SHA fcbb295View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 902592d - Browse repository at this point
Copy the full SHA 902592dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bef31c6 - Browse repository at this point
Copy the full SHA bef31c6View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdc5935 - Browse repository at this point
Copy the full SHA bdc5935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469b4ec - Browse repository at this point
Copy the full SHA 469b4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6991661 - Browse repository at this point
Copy the full SHA 6991661View commit details -
Configuration menu - View commit details
-
Copy full SHA for f39aadc - Browse repository at this point
Copy the full SHA f39aadcView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de62a2b - Browse repository at this point
Copy the full SHA de62a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4bc099 - Browse repository at this point
Copy the full SHA d4bc099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8413d45 - Browse repository at this point
Copy the full SHA 8413d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 372af19 - Browse repository at this point
Copy the full SHA 372af19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6abd68b - Browse repository at this point
Copy the full SHA 6abd68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3544de - Browse repository at this point
Copy the full SHA c3544deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f74f9bc - Browse repository at this point
Copy the full SHA f74f9bcView commit details -
- Remove flowStatus entirely (now deducted from the steps statuses) - Many other changes around transactions handling
Configuration menu - View commit details
-
Copy full SHA for c9daa1b - Browse repository at this point
Copy the full SHA c9daa1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2490e - Browse repository at this point
Copy the full SHA 2a2490eView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1b7e71 - Browse repository at this point
Copy the full SHA d1b7e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5de66 - Browse repository at this point
Copy the full SHA 9e5de66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca75b46 - Browse repository at this point
Copy the full SHA ca75b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a27c5b - Browse repository at this point
Copy the full SHA 0a27c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0430cbf - Browse repository at this point
Copy the full SHA 0430cbfView commit details
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.