Commit Graph

11598 Commits

Author SHA1 Message Date
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
Anmol
cf1ba6b3cc
ci: upgrade starship action to latest version, with logs and retries (#17369) 2023-08-11 15:33:23 +00:00
Julien Robert
77be10bd95
refactor: remove collections.ErrInvalidIterator when unecessary (#17364) 2023-08-11 14:32:17 +00:00
Marko
66d9be0e10
chore: use issue forms (#17363)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-11 13:01:55 +00:00
Julien Robert
3a1ee507ef
fix(ci): install gomod2nix directly (#17365) 2023-08-11 12:57:01 +00:00
Julien Robert
f8f4c35a9f
refactor(types)!: remove handler and update docs (#17358) 2023-08-11 10:45:42 +00:00
fx0x55
840482f50d
perf: use store has instead of get in HasValidatorSigningInfo (#17359) 2023-08-11 10:36:40 +00:00
Devon Bear
85d9791edf
feat(x/gov): Emit VoterAddr (#17354) 2023-08-11 07:51:17 +00:00
yihuang
d2b93e050d
feat: support build with rocksdb backend in CI (#17346) 2023-08-11 07:19:02 +00:00
Aleksandr Bezobchuk
658a88a309
fix(math): defend NewIntFromBigInt argument mutation (#17352) 2023-08-10 20:10:38 +00:00
Anmol
c3c82e27d9
feat: starship e2e tests and devnet integration (#17077) 2023-08-10 13:59:36 +00:00
Facundo Medica
48d79ff9d5
fix(x/distr): increase consensus version (#17350) 2023-08-10 10:20:04 +00:00
Julien Robert
731d727cd5
chore(baseapp): audit (#17325) 2023-08-10 09:14:55 +00:00
Likhita Polavarapu
8035b5b524
refactor(x/slashing): migrate AddrPubkeyRelation to collections (#17044) 2023-08-10 08:08:56 +00:00
dependabot[bot]
40cf50a30a
build(deps): Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#17344)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 07:18:33 +00:00
dependabot[bot]
3f2a9d8cba
build(deps): Bump cosmossdk.io/depinject from 1.0.0-alpha.3 to 1.0.0-alpha.4 (#17338)
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-09 16:04:19 +00:00
Julien Robert
d5b40fc427
test(depinject): refactor binding and invoke tests (#17337) 2023-08-09 14:06:33 +00:00
dependabot[bot]
b83d90a473
build(deps): Bump github.com/hashicorp/golang-lru from 0.5.5-0.20210104140557-80c98217689d to 1.0.2 (#17326)
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-09 09:28:32 +00:00
atheeshp
f907a27d31
refactor(x/staking): migrate delegation key to collections (#17162) 2023-08-09 07:15:12 +00:00
dependabot[bot]
3fde04b8be
build(deps): Bump pgregory.net/rapid from 1.0.1 to 1.1.0 (#17327)
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-09 06:48:44 +00:00
Dev Ojha
dea5b97eb2
feat!: Add gas limits to queries (#16239)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-08 20:30:29 +00:00
Marko
4896697b5b
chore: add docs issue template (#17321) 2023-08-08 16:51:52 +00:00
Emmanuel T Odeke
361336132d
test(x/auth/vesting): fuzz MsgServerCreateVestingAccount (#16732)
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-08-08 16:16:19 +00:00
Facundo Medica
adb65c920b
docs: RFC for Optimistic Execution (#16499)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-08 16:00:24 +00:00
Likhita Polavarapu
f04fefdc7a
refactor(x/staking): Migrate UnbondingIndex to use collections (#17288) 2023-08-08 10:27:19 +00:00
Julien Robert
f14f421a03
feat(client/v2): add key lookup interface (#17308) 2023-08-08 09:51:22 +00:00
Julien Robert
bdb7387fa9
refactor: reword upgrading.md and verify match with repo (#17262) 2023-08-07 15:53:45 +00:00