Commit Graph

11624 Commits

Author SHA1 Message Date
testinginprod
d95e686aa5
feat(accounts): implement account state isolation (#17507)
Co-authored-by: unknown unknown <unknown@unknown>
2023-08-23 11:42:11 +00:00
Julien Robert
c6b0bb62ac
refactor(client): use address codec (#17503) 2023-08-23 10:43:47 +00:00
atheeshp
029f9ed71e
chore: update changelog (#17506) 2023-08-23 07:48:09 +00:00
atheeshp
76a72ceb9d
refactor(x/staking): migrate RedelegationByValDstIndexKey key to collections (#17336) 2023-08-23 04:57:47 +00:00
Elias Naur
952328a4ed
perf: optimize math.Int.Size for small values (#17497) 2023-08-22 21:54:34 +00:00
testinginprod
780cad872b
feat(accounts): add Account interface and Implementation (#17495)
Co-authored-by: unknown unknown <unknown@unknown>
2023-08-22 18:17:34 +00:00
Marko
3781c462a9
chore: minor bech32 global removal (#17469)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-22 12:45:54 +00:00
Matt, Park
27210f0e62
docs: Improve docs for vote query (#17501) 2023-08-22 10:43:30 +00:00
atheeshp
222d28e179
refactor(x/staking): migrate RedelegationByValSrcIndexKey key to collections (#17332) 2023-08-22 07:00:23 +00:00
Marko
393dcc1f2a
refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
dependabot[bot]
dc62bd7ade
build(deps): Bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#17490)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-21 14:47:40 +00:00
Julien Robert
bf249162e4
fix(math): revert #16263 and add test cases (#17489) 2023-08-21 14:07:40 +00:00
Julien Robert
1089f715fc
fix(math): fix panic in .Size() (#17480) 2023-08-21 09:20:30 +00:00
yihuang
c94ce04bfa
ci: Re-enable rocksdb backend in build.yml (#17474) 2023-08-21 07:20:14 +00:00
mmsqe
1bd37053e0
feat: add core and api for PreBlock (#17468) 2023-08-20 17:05:44 +00:00
dependabot[bot]
4e11394a30
build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 in /x/accounts (#17460)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-19 09:06:58 +00:00
testinginprod
46bab63d8c
feat(accounts): init accounts module (#17443)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-19 08:36:45 +00:00
Julien Robert
8976d83b87
chore: bump client/v2 to go.mod 1.21 (#17454)
Co-authored-by: Marko <marko@baricevic.me>
2023-08-19 07:22:22 +00:00
Julien Robert
37b8760f96
test: disable TestStatusCommand (#17452) 2023-08-19 07:04:01 +00:00
Julien Robert
4b1bb7f054
chore: add 0.50.0-rc.0 changelog to main (#17455) 2023-08-19 06:51:44 +00:00
Daniel Wedul
ff2e5a2362
feat(bank): Allow injectable restrictions on bank transfers (#14224) 2023-08-18 22:45:01 +00:00
Marko
066f8a7a50
chore: format proto files (#17445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-18 14:06:01 +00:00
dependabot[bot]
c48bf70288
build(deps): Bump cosmossdk.io/collections from 0.3.1-0.20230808102719-f04fefdc7a68 to 0.4.0 (#17430)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-18 13:46:33 +00:00
zakir
30997f4227
refactor(baseapp,types)!: msg responses (#17348)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-18 13:36:14 +00:00
dependabot[bot]
0dc32a0762
build(deps): Bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 (#17438)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-18 12:08:15 +00:00
Julien Robert
f0030e0e6d
build: bump to Go 1.21 (#17333) 2023-08-18 09:58:46 +00:00
Roman
0288d423b9
feat: LegacyDec MulRoundUp (#17427)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-18 09:58:20 +00:00
mmsqe
d0f23440bb
feat: add event-query-tx-for cmd to subscribe and wait for transaction (#17274) 2023-08-17 16:17:16 +00:00
Julián Toledano
0e057851cc
feat: import hex keys (#17424) 2023-08-17 15:53:56 +00:00
testinginprod
0e8cef5795
chore(collections): prepare changelog for v0.4.0 release (#17428)
Co-authored-by: unknown unknown <unknown@unknown>
2023-08-17 12:30:14 +00:00
atheeshp
09db6997c5
refactor(x/staking): migrate redelegation key to use collections (#17315) 2023-08-17 10:32:10 +00:00
dependabot[bot]
cd02384582
build(deps): Bump cosmossdk.io/core from 0.9.1-0.20230814191920-98b67a87e5c9 to 0.10.0 (#17415)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-17 06:45:51 +00:00
fx0x55
a860919ca5
feat: add apphash to process proposal calls (#17401)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-16 18:36:36 +00:00
Julien Robert
6b0f8add45
fix: use correct config key for db_backend (#17406)
Co-authored-by: Kevin Yang <5478483+k-yang@users.noreply.github.com>
2023-08-16 18:29:41 +00:00
Julien Robert
e3a3df2a82
refactor: move UpgradeModule interface to appmodule and fix mocks (#17383)
Co-authored-by: Marko <marko@baricevic.me>
2023-08-16 14:11:49 +00:00
Julien Robert
208219a428
feat: use autocli for comet commands (#17389) 2023-08-16 10:47:34 +00:00
fx0x55
53f804df73
perf: use store has instead of get in HistoricalInfo (#17400) 2023-08-16 07:26:14 +00:00
johnzhu0907
2d32576c85
chore(x/gov): update proposal.json go doc (#17397) 2023-08-16 07:18:57 +00:00
Nikhil Vasan
104ebe60f6
fix(ve-validation): account for BlockID flag in vote-extensions (#17394)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-15 21:40:40 +00:00
Julien Robert
dded2e9921
fix(client/v2): fix duplicate modules addition and add logger (#17390) 2023-08-15 13:03:22 +00:00
dependabot[bot]
87cfb3973b
build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#17386)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 07:28:14 +00:00
dependabot[bot]
18a7ff96be
build(deps): Bump autoprefixer from 10.4.14 to 10.4.15 in /docs (#17385)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 16:44:44 +00:00
Julien Robert
bf92632a0e
feat(client,simapp): inject keyring in autocli opts (#17351) 2023-08-14 14:08:04 +00:00
Marko
e60c583d28
refactor: migrate away from using valBech32 globals (2/2) (#17157)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-14 08:04:24 +00:00
mmsqe
df7cc3ee67
docs: update upgrade doc and changelog for MigrationModuleManager (#17373)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-13 13:09:51 +00:00
Julien Robert
6855d0f922
fix(types): check mm endblocker assertion for core api and abci (#17371) 2023-08-12 17:17:26 +00:00
Marko
37826e0bcc
chore: remove sdk from side bar (#17374)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-12 16:19:55 +00:00
Marko
266edc0a93
refactor: remove staking infraction type dep from evidence and slashing (#17335)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-12 15:45:41 +00:00
mmsqe
35d2e48aea
fix: handle RunMigrationBeginBlock error (#17372) 2023-08-11 17:44:45 +00:00
mmsqe
0c1f6fc162
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (#16583)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-11 16:07:05 +00:00