Commit Graph

11122 Commits

Author SHA1 Message Date
Dev Ojha
fb8ff071ca
perf: Speedup Dec.Sqrt() (#16141) 2023-05-15 10:34:13 +00:00
yihuang
793cbe5bfd
fix: snapshot error message wording (#16146) 2023-05-15 07:43:11 +00:00
dependabot[bot]
227662936d
build(deps): Bump cosmossdk.io/core from 0.6.1 to 0.7.0 (#16147)
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-05-15 07:40:29 +00:00
Dev Ojha
94dec7a4d6
perf: Remove indentation in REST respones (#16142) 2023-05-13 15:10:31 +00:00
yihuang
92247cb0e9
fix: snapshot commands panic if snapshot don't exists (#16138) 2023-05-13 08:06:05 +00:00
Julien Robert
14af232606
docs: add core changelog (#16134) 2023-05-13 08:05:45 +00:00
Javier Su
ddf51ccddf
fix: allow non-EOA accounts to stake in simulation (#16068)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-12 13:54:23 +00:00
Julien Robert
6c07d59b45
build(deps): bump core to v0.7.0 and fix GHSA-3vp4-m3rf-835h (#16128) 2023-05-12 12:35:17 +00:00
testinginprod
f7418c6db2
refactor(gov)!: use collections for constitution and params state (#16118)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-12 08:15:37 +00:00
dependabot[bot]
cd45ab2abd
build(deps): Bump github.com/cosmos/gogoproto from 1.4.9 to 1.4.10 (#16122)
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-05-11 21:35:16 +00:00
Marko
2b51aa072b
ci: split longer tests into their own workflow (#16104) 2023-05-11 19:18:40 +00:00
Julien Robert
70022f6d60
chore: add v0.45.x changelog to main (#16115) 2023-05-11 18:44:20 +00:00
Matt Kocubinski
e998532a11
chore(x/auth): deprecate legacy aminojson sign mode (#16110) 2023-05-11 16:48:57 +00:00
testinginprod
3185542a7a
refactor(gov)!: decouple gRPC query methods from Keeper (#16106)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-11 16:04:46 +00:00
Julien Robert
384f012f9a
fix(orm): int overflows on arm build (#16108) 2023-05-11 15:11:05 +00:00
Dev Ojha
d39f64517c
perf: Clear cacheKV RAM if its too large (#15767)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-11 12:38:21 +00:00
Julien Robert
e6808cfe1d
chore(client): add missing defer close in new snapshot command (#16107) 2023-05-11 12:30:52 +00:00
bjwswang
250c478543
refactor: duplicate message verification at msg server and keeper (#16098)
Signed-off-by: bjwswang <bjwswang@gmail.com>
2023-05-11 10:43:48 +00:00
chary
57ee17b639
fix: fix authz granter error message (#16101) 2023-05-11 10:34:20 +00:00
yihuang
c1ceb3bdda
feat: add local snapshots management commands (#16067)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-11 10:11:31 +00:00
MSalopek
b28c50fdd2
fix: call AfterUnbondingInitiated for new unbonding entries only (#16043) 2023-05-11 09:46:48 +00:00
testinginprod
69642f6176
feat(simulation): Implement store decoder implementation from collections schema (#16074)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-11 09:13:24 +00:00
bjwswang
908677e648
chore: fix typo in staking's genesis proto (#16095)
Signed-off-by: bjwswang <bjwswang@gmail.com>
2023-05-11 09:03:35 +00:00
Julien Robert
1b836a651a
chore(auth/vesting): fix typo in create-period-vesting-account cmd example (#16085) 2023-05-10 13:59:15 +00:00
Marko
6fd417ee60
chore: run ledger tests when flags are set (#16078) 2023-05-10 11:44:13 +00:00
Likhita Polavarapu
52212cf3e9
test(x/bank): write integration tests (#16052) 2023-05-10 11:27:01 +00:00
Julien Robert
bb2d859e3c
fix: fetch account number/sequence when not in offline mode (#16075) 2023-05-10 10:45:53 +00:00
Marko
25df90d0fc
feat!: bootstrap comet cmd for local state sync (#16061)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: HuangYi <huang@crypto.com>
2023-05-10 10:25:07 +00:00
dependabot[bot]
7e160b0e85
build(deps): Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#16077)
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-05-10 07:05:28 +00:00
Julien Robert
0da5e83176
feat: default to noop mempool when max-txs is negative (#16071) 2023-05-09 17:41:20 +00:00
Matt Kocubinski
2f21cb5050
refactor(x/tx): use dynamicpb instead of type resolver in any marshal (#16048)
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-05-08 19:20:23 +00:00
Aaron Craelius
12923c33ed
docs: update ADR 063 and 057 to describe modular runtimes and module semver (#15963) 2023-05-08 15:15:09 +00:00
dependabot[bot]
fded23a427
build(deps): Bump github.com/prometheus/common from 0.42.0 to 0.43.0 (#16054)
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: Marko <marbar3778@yahoo.com>
2023-05-08 15:12:28 +00:00
dependabot[bot]
6403d76c48
build(deps): Bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /errors (#16055)
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: marbar3778 <marbar3778@yahoo.com>
2023-05-08 13:04:23 +00:00
dependabot[bot]
382ebe1a68
build(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#16053)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 10:05:52 +00:00
Marko
044fe13789
refactor(math)!: remove aliases in math (#16040)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-07 17:25:59 +00:00
Marko
06c1a2f3c7
chore: make max limit a variable (#16041) 2023-05-07 10:40:17 +00:00
Julien Robert
1d3193cba4
ci: bump go in CI (#16049) 2023-05-06 16:50:34 +00:00
Matt Kocubinski
931fbcff5c
refactor(x/tx)!: rename aminojson.NewAminoJSON -> aminojson.NewEncoder (#16044) 2023-05-05 20:47:12 +00:00
Matt Kocubinski
7aa31f6f8e
chore(x/evidence): go mod tidy fixing golangci-lint failure (#16045) 2023-05-05 17:57:09 +00:00
Facundo Medica
4f00acfc24
refactor(x/gov)!: Use KVStoreService, context.Context, return errors, better iterators (#15988)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-05 10:13:56 +00:00
dependabot[bot]
d94db7efe9
build(deps): Bump golang.org/x/sync from 0.1.0 to 0.2.0 (#16038)
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-05-05 05:37:07 +00:00
Matt Kocubinski
117865ae90
refactor(client): Remove usage of GetSignBytes from AuxTxBuilder (#16025) 2023-05-04 17:28:36 +00:00
Likhita Polavarapu
34018f7130
test(x/evidence): write integration tests (#16015) 2023-05-04 17:23:40 +00:00
Aaron Craelius
b0c6941deb
fix(orm): fix failing tests (#16023) 2023-05-04 15:26:57 +00:00
Likhita Polavarapu
96730a5f2b
test(genutil): remove duplicate tests from genutil integration tests (#16034) 2023-05-04 15:00:10 +00:00
dependabot[bot]
131f382d56
build(deps): Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 (#16028)
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-05-04 07:07:34 +00:00
Aaron Craelius
f848e88d7e
feat!: update to gogoproto 1.4.9 (#16026) 2023-05-03 21:57:26 +00:00
Matt Kocubinski
4044a058f4
chore(x/tx): Update changelog for x/tx v0.6.2. (#16021) 2023-05-03 19:48:17 +00:00
Julien Robert
b5c77d6452
fix(types): add fallbacks for CoreAppModuleBasicAdaptor (#16010) 2023-05-03 17:45:54 +00:00