Commit Graph

12209 Commits

Author SHA1 Message Date
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
Taeguk Kwon
44be02175e
chore(nft): fix incorrect prefix of comment (#18871) 2023-12-22 16:59:14 +00:00
Cosmos SDK
9c00cf2c84
chore: fix spelling errors (#18870)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-22 15:39:12 +00:00
atheeshp
19e66a9dc8
feat: include rotate keys logic in abci (#18236) 2023-12-22 10:14:15 +00:00
Markus Waas
51b72d297a
chore: remove accidental println (#18864) 2023-12-21 20:37:34 +00:00
Nikhil Vasan
c5191041a2
fix(baseapp): introduce mutex to state (#18846)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-21 19:05:40 +00:00
Marko
055487ed29
refactor(core)!: move ParseCoins to client/v2/internal (#18861) 2023-12-21 18:28:50 +00:00
Facundo Medica
f4e9a1ecd5
chore: move FormatCoins to x/tx (#18857) 2023-12-21 17:37:25 +00:00
Marko
6649bb7d8f
refactor(core): remove cosmos-db dependency (#18848) 2023-12-21 14:31:46 +00:00
Cosmos SDK
f9f92117b6
chore: fix spelling errors (#18855)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-21 12:45:02 +00:00
gsai967
64dbee6470
feat(client): add WithFromName to tx factory (#18852) 2023-12-21 10:06:34 +00:00
dependabot[bot]
220c94e58d
build(deps): Bump cosmossdk.io/x/tx from 0.12.0 to 0.13.0 (#18830)
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-12-20 21:50:24 +00:00
Julien Robert
eb3ea8db8a
feat(x/gov): optimistic proposals (#18620)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-12-20 21:49:03 +00:00