-
Notifications
You must be signed in to change notification settings - Fork 17
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
Centrifuge App: Liquidity pools investments #1542
Merged
+2,667
−481
Merged
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
d91787f
lp module
onnovisser 3a029c7
collect
onnovisser 02f22fb
invest redeem provider
onnovisser c7b09ad
add domain deploy table
onnovisser 2f5cb43
mint
onnovisser 5c0bf82
redeem
onnovisser da457b8
reduce abi
onnovisser 725c194
Merge commit 'e5beac5a96e37fc649d00b3ac09f681e6199fddb' into liquidit…
onnovisser fa41c78
fix dialog networks
onnovisser 07ca9eb
cancel order
onnovisser b2d9bd4
remove logs
onnovisser 8711ca4
cleanup
onnovisser f6ff35e
fix allowance
onnovisser 148b004
permit
onnovisser a0991ce
abi
onnovisser 1a23c4c
fix permit tx
onnovisser 6aee9d7
tranche token permit
onnovisser fa17027
deposit events
onnovisser 83e503a
get liquidity pools refactor
onnovisser 17cdf52
add allow currency to batch
onnovisser 9fa64a8
fix select
onnovisser a7a0c9c
Merge branch 'main' into liquidity-pools-investments
onnovisser 61b648f
account picker
onnovisser 8995946
foreign asset fix
onnovisser e705612
merge main
onnovisser 6799e43
picker fix
onnovisser 198b9e6
swap orders
onnovisser d4b8091
foreign asset fix
onnovisser d30957d
swap page
onnovisser 0c13ef9
currency meta
onnovisser 2adde1d
fix
onnovisser a955e44
api changes
onnovisser 629f7ef
merge main
onnovisser 8c67bd9
merge main
onnovisser 39d711c
get currency ids
onnovisser 5be33b4
remove mocked data
onnovisser 59cc554
fix evm conversion
onnovisser 33ed728
fix loading
onnovisser 71781df
fix validation
onnovisser f82315c
pending order
onnovisser 8a02615
disable cancel
onnovisser 697e68f
point to moonbase
onnovisser 34437d9
update base logo
onnovisser 4ddcc25
fix empty pool loans
onnovisser 77d5adc
withdraw button
onnovisser 1a004a2
add arbitrum
onnovisser 9d40002
arbitrum debug flag
onnovisser 703adbb
remove withdraw
onnovisser fae38b3
merge swaps
onnovisser b5cf966
fix chain id
onnovisser a754421
small fixes
onnovisser 36e684b
account conversion
onnovisser 66d6f5d
typo
onnovisser abce46e
dialog
onnovisser 7988cd9
update domain member
onnovisser fc418f7
fix update member
onnovisser 3a2ce95
fix update member
onnovisser f857b6c
deploy pools
onnovisser 8884a1b
deploy tranche/lps
onnovisser 4fdef08
add currency
onnovisser e396c36
merge main
onnovisser 344b1fe
merge main
onnovisser 5b611a0
Merge commit 'f19d396d1078ae1965bc309181fd0f565679b962' into liquidit…
onnovisser 95df0e2
remove debug
onnovisser 9c8bc0b
contract changes
onnovisser a94748e
contract changes
onnovisser 1d545b2
permit amount
onnovisser 702f28e
cancel order
onnovisser 151a886
Merge branch 'main' into liquidity-pools-investments
onnovisser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deposit events
commit fa170272fb34f68de36f0c4d19b5f5d3c6ea9f21
There are no files selected for viewing
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
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
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
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
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
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
2 changes: 2 additions & 0 deletions
2
centrifuge-js/src/modules/liquidityPools/abi/LiquidityPool.abi.json
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this gateway do/facilitate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it manages the routers and handles the incoming/outgoing messages