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!: port LSM module to SDK v0.50.x #13

Open
wants to merge 40 commits into
base: release/v0.50.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4dde922
feat!: port LSM module to SDK `v0.50.x`
dusan-maksimovic Feb 9, 2024
0b4805a
feat!: port LSM module to SDK v0.50.x
dusan-maksimovic Feb 22, 2024
4ed9ed1
feat!: port LSM module to SDK v0.50.x
stana-miric Feb 23, 2024
2cd3503
feat!: port LSM module to SDK v0.50.x
stana-miric Feb 27, 2024
b6287db
feat!: lint fix
stana-miric Feb 28, 2024
404f42f
feat!: minor test fix
stana-miric Feb 29, 2024
d8bfb8a
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#…
dependabot[bot] Jun 6, 2024
4beb330
test: fix TokenizeShare simulation
stana-miric Jun 6, 2024
75529c2
feat!: facilitate the tokenization of vested delegation in the LSM m…
stana-miric Jun 6, 2024
009804e
refactor!: update staking code
stana-miric Jun 6, 2024
aeb1e8f
refactor(x/authz,x/feegrant): provide updated keeper in depinject (#2…
julienrbrt Jun 7, 2024
c750799
fix tests
stana-miric Jun 10, 2024
01833c2
minor fixes
stana-miric Jun 10, 2024
ed92360
chore: merge v0.50.7 into feat/lsm/v0.50.x
stana-miric Jun 10, 2024
867c65b
lint fix, cosmos api version update
stana-miric Jun 11, 2024
c5253e8
docs: Update high level overview and introduction (backport #20535) (…
mergify[bot] Jun 12, 2024
048beb8
fix cli problem
stana-miric Jun 13, 2024
e76481f
fix(math): Backport of pull requests #17352 and #18214
stana-miric Jun 13, 2024
ea16396
fix: Properly parse json in the wait-tx command. (backport #20631) (#…
mergify[bot] Jun 13, 2024
30b4f73
(Backport)fix(x/authz)!: limit expired authz grant pruning to 200 per…
stana-miric Jun 13, 2024
5e0f767
docs: remove Ineffective code block (backport #20703) (#20711)
mergify[bot] Jun 18, 2024
e97f2e3
Update x/distribution/client/cli/tx.go
stana-miric Jun 18, 2024
93b0474
Update CHANGELOG.md
stana-miric Jun 18, 2024
9b03115
Update CHANGELOG.md
stana-miric Jun 18, 2024
d6428f7
feat(client): Add flag & reading mnemonic from file (backport #20690)…
mergify[bot] Jun 18, 2024
ab3600e
chore: replace gogo protobuf imports (#15)
sainoe Jun 18, 2024
020da0a
lint and changelog comment fix
stana-miric Jun 18, 2024
5db395b
fix: nested multisig signatures using CLI (backport #20438) (#20692)
mergify[bot] Jun 19, 2024
5d349c2
feat(client/v2): get keyring from context (backport #19646) (#20727)
mergify[bot] Jun 19, 2024
0e6db14
docs(x/group): orm codespace comment (backport #20749) (#20751)
mergify[bot] Jun 23, 2024
e4c342e
feat: parse home flag earlier (backport #20771) (#20777)
mergify[bot] Jun 25, 2024
ba5b444
build(deps): Bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 …
dependabot[bot] Jun 28, 2024
1c16683
build(deps): Bump github.com/cometbft/cometbft from 0.38.8 to 0.38.9 …
dependabot[bot] Jul 2, 2024
c51f58c
fix(simulation): fix the problem of `validator set is empty after Ini…
mergify[bot] Jul 5, 2024
6986270
fix(simulation): Fix all problems `make test-sim-custom-genesis-fast`…
mergify[bot] Jul 11, 2024
c64d101
chore: prepare v0.50.8 (#20910)
julienrbrt Jul 15, 2024
e6c0d2c
Merge branch 'feature/v0.50.x-lsm' into feat/lsm/v0.50.x
MSalopek Jul 17, 2024
7c8339c
appease linter
MSalopek Jul 17, 2024
5c8fcb4
update changelogs
MSalopek Jul 17, 2024
2150531
appease linter
MSalopek Jul 17, 2024
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 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.swm
*.swn
*.pyc
*.fail

# private files
private[.-]*
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]

## [v0.50.7](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.7) - 2024-06-04
* (authz) [#513](https://github.com/osmosis-labs/cosmos-sdk/pull/513) Limit expired authz grant pruning to 200 per block
stana-miric marked this conversation as resolved.
Show resolved Hide resolved

### Improvements

Expand Down Expand Up @@ -131,6 +132,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Improvements

* (staking) [#20444](https://github.com/cosmos/cosmos-sdk/pull/20444) Disable tokenization of shares from redelegations.
stana-miric marked this conversation as resolved.
Show resolved Hide resolved
stana-miric marked this conversation as resolved.
Show resolved Hide resolved
* (x/bank) [#18956](https://github.com/cosmos/cosmos-sdk/pull/18956) Introduced a new `DenomOwnersByQuery` query method for `DenomOwners`, which accepts the denom value as a query string parameter, resolving issues with denoms containing slashes.
* (x/gov) [#18707](https://github.com/cosmos/cosmos-sdk/pull/18707) Improve genesis validation.
* (x/auth/tx) [#18772](https://github.com/cosmos/cosmos-sdk/pull/18772) Remove misleading gas wanted from tx simulation failure log.
Expand Down Expand Up @@ -283,6 +285,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### State Machine Breaking

* (x/staking) [#19614](https://github.com/cosmos/cosmos-sdk/pull/19614) Facilitate the tokenization of vested delegation in the LSM module.
* (x/gov) [#18146](https://github.com/cosmos/cosmos-sdk/pull/18146) Add denom check to reject denoms outside of those listed in `MinDeposit`. A new `MinDepositRatio` param is added (with a default value of `0.001`) and now deposits are required to be at least `MinDepositRatio*MinDeposit` to be accepted.
* (x/group,x/gov) [#16235](https://github.com/cosmos/cosmos-sdk/pull/16235) A group and gov proposal is rejected if the proposal metadata title and summary do not match the proposal title and summary.
* (baseapp) [#15930](https://github.com/cosmos/cosmos-sdk/pull/15930) change vote info provided by prepare and process proposal to the one in the block.
Expand Down
Loading
Loading