Commit Graph

14121 Commits

Author SHA1 Message Date
Aleksandr Bezobchuk
e2d76b3078
feat(store/v2): Modify RootStore to Support Multi StoreKeys (#18968) 2024-01-09 15:38:24 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
testinginprod
f431a5039c
feat(accounts): Add Query to simulate a UserOperation (#18979)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-09 14:02:43 +00:00
Julien Robert
7ecdbd0814
chore(testutil): use correct address codec (#18985) 2024-01-09 13:49:05 +00:00
dependabot[bot]
23bea3ea77
build(deps): Bump golang.org/x/crypto from 0.17.0 to 0.18.0 (#18982)
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>
2024-01-09 09:31:44 +00:00
atheeshp
b16aa35d14
test: add tests for cons pubkey rotation (#18965)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-09 04:56:14 +00:00
Julien Robert
6a2329fc93
refactor(x/gov): log error when deposit refund error (#18976) 2024-01-08 21:13:46 +00:00
Aleksandr Bezobchuk
20b1da7a2e
refactor(store/v2): Use Core Iterator (#18957)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-01-08 19:26:10 +00:00
levisyin
c307001349
refactor(client): check name validation for keys add|import|rename (#18950) 2024-01-08 12:42:24 +00:00
Julien Robert
41c84d6190
feat(x/gov): multiple choice proposals (#18762) 2024-01-08 11:55:37 +00:00
testinginprod
6848448dc2
feat(accounts): Add TxCompat field –  implement Tx integration (part 1) (#18969)
Co-authored-by: unknown unknown <unknown@unknown>
2024-01-08 10:15:31 +00:00
Robert Zaremba
38f8aa3567
docs(client): improve client.Context docs (#18929) 2024-01-08 09:25:04 +00:00
T
3caec24335
docs: Fix typos, broken link, spacing in diagram (#18973) 2024-01-08 06:28:54 +00:00
Marko
732f26b5fe
chore(types): replace amino json encoder with stdlib (#18963) 2024-01-07 18:28:00 +00:00
dependabot[bot]
48516bbf36
build(deps): Bump golang.org/x/sync from 0.5.0 to 0.6.0 (#18949)
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>
2024-01-06 12:22:54 +00:00
Marko
20de67780b
chore(x/slashing): follow up (#18962) 2024-01-06 12:16:01 +00:00
Julien Robert
7f3114e481
test(client/v2): re-generate golden files (#18955) 2024-01-06 11:48:20 +00:00
Dev Ojha
0b01347b8a
perf: Don't deserialize params for every validator in slashing (#18959)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-01-06 07:49:46 +00:00
hattizai
631f160457
fix(tests/starship): fix struct tag value (#18961) 2024-01-06 07:46:31 +00:00
Håvard Anda Estensen
64c2ff8ddf
chore: sort linters in golangci-lint config (#18958) 2024-01-06 06:25:42 +00:00
Julien Robert
f14eb9870f
ci: remove fork cherry pick job (#18954) 2024-01-05 17:25:12 +00:00
Harvey
847ce3944c
chore(gov): fix typo (#18953) 2024-01-05 15:01:42 +00:00
cool-developer
014cbbcb8b
feat: Remove the store/internal module (#18944)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-04 18:10:16 +00:00
hattizai
7fbca40059
refactor(client/keys): keys show command help message (#18939)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-04 17:24:51 +00:00
Aleksandr Bezobchuk
6ec53aaf54
feat: [ADR-070] Unordered Transactions (1/2) (#18641)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-04 16:58:52 +00:00
hattizai
d520fcf7cc
fix(codec/types): fix struct tag value (#18945) 2024-01-04 15:50:59 +00:00
Halimao
b729e981f1
fix(testutil): mock logger missing method Warn (#18941) 2024-01-04 09:11:55 +00:00
Devon Bear
0deaa236c3
fix(config): metrics (#18936) 2024-01-04 05:42:11 +00:00
dependabot[bot]
29ec912226
build(deps): Bump github.com/cockroachdb/pebble from 0.0.0-20231102162011-844f0582c2eb to 1.0.0 in /store (#18867)
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: Cool Developer <cool199966@outlook.com>
2024-01-03 16:56:37 +00:00
Aleksandr Bezobchuk
a298594263
chore: Update ADR-065 (#18862)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Cool Developer <cool199966@outlook.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
2024-01-03 16:50:47 +00:00
levisyin
77cbb3cd4f
revert: test(client) wrap cmd.SetArgs to fix bugs for cmd.SetArgs (#18876) (#18902) 2024-01-03 06:35:26 +00:00
Aleksandr Bezobchuk
19eddeeb24
fix(abci): add ExecModeVerifyVoteExtension (#18915) 2024-01-03 06:29:00 +00:00
mmsqe
24a8123c22
test: add NodeURI for clientCtx (#18930) 2024-01-03 06:24:34 +00:00
alex
7dcbda4663
docs: fix for links (#18926) 2024-01-02 11:17:06 +00:00
Aleksandr Bezobchuk
bb99dda6d0
refactor(store/v2): remove GasKV and Gas types (#18912) 2024-01-02 10:26:08 +00:00
Devon Bear
d55985637e
feat(log): add warn log level (#18898)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-30 11:30:35 +00:00
lilas
14037aef00
refactor(x/gov): reduce "if block" indentation (#18918) 2023-12-30 11:28:11 +00:00
dependabot[bot]
4f1d7f92ac
build(deps): Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (#18908)
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-12-30 11:25:55 +00:00
Halimao
c14ea022db
feat(log): add hook option to log (#18916) 2023-12-30 11:22:45 +00:00
Aleksandr Bezobchuk
4a2c13d445
chore(docs): update AnteHandler godoc (#18913) 2023-12-30 11:16:22 +00:00
Cosmos SDK
fcf28a2c3a
chore: fix spelling errors (#18919)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-29 15:38:16 +00:00
Marko
b720cc7302
refactor(server)!: remove duplicate bech32 prefix endpoint (#18909) 2023-12-28 20:22:07 +00:00
Julien Robert
e1e8c46c21
feat(x/gov): add max cancel voting period param (#18856) 2023-12-28 10:37:27 +00:00
Marko
77b2366819
docs: add version compatibility matrix (#18858) 2023-12-27 18:02:45 +00:00
David Terpay
5166c9f893
fix: Dedup Vote Extensions in ValidateVoteExtensions (#18895) 2023-12-27 09:09:46 +00:00
levisyin
ae19acc4f4
test(client): wrap cmd.SetArgs to fix bugs for cmd.SetArgs (#18876)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-26 16:33:26 +00:00
dependabot[bot]
936f488f79
build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#18884)
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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-12-26 15:22:02 +00:00
Dong Lieu
de4c9e743f
perf: Speedup DecCoin.Sort() when coins is of length 1 (#18888) 2023-12-26 12:24:28 +00:00
Dev Ojha
0c6b6d49cb
perf: Remove duplicate overflow check from int.Mul (#18874) 2023-12-26 12:04:10 +00:00
Dev Ojha
bd04173012
perf: Speedup coins.Sort() when coins is of length 1 (#18875) 2023-12-23 10:15:25 +00:00