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

Generalize the stablestake module to accommodate multiple pools #1104

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8289ee3
add structure
amityadav0 Jan 6, 2025
cff9ff9
add pool
amityadav0 Jan 6, 2025
dc38967
include pool id
amityadav0 Jan 6, 2025
4c7f84e
add functions
amityadav0 Jan 9, 2025
3c65cb8
integrate in leveragelp module
amityadav0 Jan 9, 2025
8f9fdf5
stablestake tests
amityadav0 Jan 9, 2025
90711ea
update lev tests
amityadav0 Jan 9, 2025
3ec8cfe
fix
amityadav0 Jan 9, 2025
56a0ed3
update check
amityadav0 Jan 9, 2025
7006021
hooks
amityadav0 Jan 9, 2025
ebe3af8
leverage migration
amityadav0 Jan 9, 2025
099265d
migrate interest
amityadav0 Jan 9, 2025
5ca5b9b
add pool and update pool
amityadav0 Jan 10, 2025
e92a81a
todo
amityadav0 Jan 10, 2025
b695ffe
add stablestake pools
amityadav0 Jan 10, 2025
15a59c3
pool id
amityadav0 Jan 13, 2025
1d0517e
Merge branch 'main' into feat-new-stake
amityadav0 Jan 13, 2025
dd8162d
add tests
amityadav0 Jan 13, 2025
c2a5bea
remove todo
amityadav0 Jan 13, 2025
48c9afb
fixes
amityadav0 Jan 13, 2025
4444b0b
tests
amityadav0 Jan 13, 2025
623cce9
remove
amityadav0 Jan 13, 2025
f414c32
tests
amityadav0 Jan 13, 2025
fb4e8e9
migration test
amityadav0 Jan 13, 2025
626b1f9
message test
amityadav0 Jan 13, 2025
bb2a177
Merge branch 'main' into feat-new-stake
amityadav0 Jan 14, 2025
e31ce8a
Merge branch 'main' into feat-new-stake
amityadav0 Jan 14, 2025
25cba5b
use creators from amm
amityadav0 Jan 14, 2025
51ac452
add types tests
amityadav0 Jan 14, 2025
ebf4129
Merge branch 'main' into feat-new-stake
amityadav0 Jan 15, 2025
00c225a
review
amityadav0 Jan 15, 2025
1f7621c
remove legacy
amityadav0 Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,413 changes: 203 additions & 1,210 deletions api/elys/leveragelp/types.pulsar.go

Large diffs are not rendered by default.

85 changes: 71 additions & 14 deletions api/elys/stablestake/debt.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading