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

feat: Liquid Staking module #114

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6864fa6
feat: liquidtsaking module
zsystm May 2, 2023
fbd7174
update core design and logic
zsystm May 2, 2023
abb40f5
implement and update core logics
zsystm May 2, 2023
88a3913
refactor code and logics
zsystm May 2, 2023
eb6b4ce
add specs of liquidstaking module
zsystm May 2, 2023
bbc6a5b
implement invariants and fix errors
zsystm Jun 21, 2023
7cba3c1
apply dynamic fee and change chunk size
zsystm Jun 21, 2023
59fa1db
add slashing param change ante handler
zsystm Jun 21, 2023
44a18d2
add one more step to abci
zsystm Jun 21, 2023
14edab6
fix: apply missing endblocker and wrong name convention on proto
zsystm Jun 22, 2023
51a8b7b
add abci events
zsystm Jun 22, 2023
dcbbce5
add demo guidance for liquidstaking module
zsystm Jun 23, 2023
3914584
add test coverage
zsystm Jun 28, 2023
156ed9e
fix query path
zsystm Jul 7, 2023
d755724
update swagger doc
zsystm Jul 7, 2023
4f2e3f7
test: comment broken test of unused module
dongsam Jul 19, 2023
8c3ba3c
test: add workflow to build, test, codecov for ci/cd
dongsam Jul 19, 2023
07cd6b1
apply re-delegation slashing penalty coverage
zsystm Jul 20, 2023
b6c3483
rise completeness: update core logics, apply financial review result …
zsystm Jul 20, 2023
30ee1b7
chore: update statik
zsystm Jul 20, 2023
ef3e686
Merge pull request #5 from b-harvest/ls-add-workflow
dongsam Jul 20, 2023
fe733b3
fix: add maximum cap for insurance fee rate (#6)
zsystm Jul 20, 2023
31450c7
fix: simulations for cosmos modules (#8)
poorphd Jul 21, 2023
75bc01b
feat!: simplify penalty handling logic (#9)
zsystm Jul 21, 2023
cd670b1
docs: cli + api (#15)
zsystm Jul 24, 2023
60a80bf
fix: fix some logics and sync spec to latest source code (#18)
zsystm Jul 31, 2023
d39e530
fix: bugs discovered during simulation (#31)
zsystm Aug 11, 2023
19cf607
package version bump from v6 to v7
zsystm Aug 11, 2023
3bc3f8e
Merge remote-tracking branch 'upstream/main' into liquidstaking-module
zsystm Aug 11, 2023
19c600f
chore: apply proto-all after merge
zsystm Aug 11, 2023
38acbf4
fix: remove un-used imports and update coinswap sim-op
zsystm Aug 11, 2023
9b2b2ff
fix: disable negative fee rate of insurance (#36)
zsystm Aug 16, 2023
ba1c02f
feat: update antehandler to cover nested authz msg cases
dongsam Aug 21, 2023
24183c9
chore: go fmt
dongsam Aug 21, 2023
8bcc92c
feat: optimize gas usage (#39)
zsystm Aug 22, 2023
8524954
Merge pull request #40 from b-harvest/fix-antehandler-for-nested-authz
dongsam Aug 22, 2023
b788533
add ValCommissionChangeLimitDecorator (#41)
zsystm Aug 23, 2023
250ce58
feat: add v8 upgrade handler and link issue related with go.mod (#42)
zsystm Aug 23, 2023
6e96a5e
fix: un-used variables and add sanity checks (#43)
zsystm Aug 23, 2023
c32d3e8
doc: liquidstaking module spec update (#48)
poorphd Aug 23, 2023
42cd98f
feat: use values from keeper (#49)
zsystm Aug 23, 2023
c117fe0
docs: update abci spec (#52)
zsystm Sep 6, 2023
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
Prev Previous commit
Next Next commit
update swagger doc
zsystm committed Jul 7, 2023
commit d7557242730f94bd9b547a890e54524ff9cfb6cf
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading