Commit Graph

12247 Commits

Author SHA1 Message Date
SQL TRIGGER
c7ec98815e
chore: updating CONTRIBUTING.md dead link (#19045) 2024-01-14 15:26:44 +00:00
Julien Robert
7d9dc3966e
refactor(appconfig)!: simplify app config (#19040) 2024-01-13 20:42:45 +00:00
Aleksandr Bezobchuk
af415991c8
feat(gRPC): Add halt-height to gRPC Node Config Query (#19043) 2024-01-12 21:43:15 +00:00
atheeshp
efa7636756
feat(client/v2): add support for pubkey (#19039) 2024-01-12 18:37:13 +00:00
Aleksandr Bezobchuk
60b0221405
refactor(store/v2): Refactor RootStore (#19012) 2024-01-12 18:22:42 +00:00
Eric Warehime
5452586687
feat: Add signer extraction adapter to prio-nonce mempool (#18991) 2024-01-12 18:10:42 +00:00
atheeshp
eaf92c225c
fix(x/slashing): consensus failure after cons key rotation (#19038) 2024-01-12 14:42:26 +00:00
dependabot[bot]
b98b6eb076
build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /depinject (#19033)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:21:28 +00:00
Cosmos SDK
40c5e452e3
chore: fix spelling errors (#19030)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-01-12 09:19:39 +00:00
dependabot[bot]
7fdb1344ff
build(deps): Bump cosmossdk.io/log from 1.2.1 to 1.3.0 (#19035)
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-12 09:17:27 +00:00
dependabot[bot]
625401daf0
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 (#19016)
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>
2024-01-11 13:00:14 +00:00
Julien Robert
390750f7d4
refactor(client/v2): use address codec instead of global (#19026) 2024-01-11 11:16:40 +00:00
Marko
f80f231dcc
chore(mocks): regenerate mocks (#19027) 2024-01-11 10:02:43 +00:00
Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) (#19003) 2024-01-11 07:55:50 +00:00
colin axnér
8c6df364b7
fix: change prehash value back to sha256 from noop (#19002)
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-10 17:32:13 +00:00
Julien Robert
5e6b9885ef
chore: prepare log, errors and depinject minors (#19010) 2024-01-10 17:19:51 +00:00
testinginprod
1e7611faab
feat(accounts): Add header.Service support (#19004)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-10 16:55:57 +00:00
Marko
1aaad3e817
fix: copy correct go.mod into container (#19008)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-10 16:50:28 +00:00
Marko
7412e78f62
chore(changelog): move changelog items to respective location (#19001) 2024-01-10 16:48:38 +00:00
gsai967
dee9eda5e4
feat(x/bank): adding DenomOwnersByQuery for denom owners for token (#18956)
Co-authored-by: Sai Kumar <gskumar967@gmail.com>
2024-01-10 14:31:18 +00:00
Aleksandr Bezobchuk
0b12995730
fix(store/v2): Fix PebbleDB Iteration Edge Cases (#18948) 2024-01-10 08:55:24 +00:00
gluax
78ce70d485
fix(testutil): fix FreeTCPAddr localhost usage (#18996) 2024-01-10 08:54:32 +00:00
Halimao
8d71191a48
fix(x/protocolpool): fix potential panic and missing error handling (#18995) 2024-01-10 08:53:49 +00:00
Julien Robert
dee20ad621
chore: clean-up buf workspace (#18993) 2024-01-10 07:11:28 +00:00
testinginprod
e1f478da41
feat(accounts): implement Account Number query (#18989)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-09 18:23:41 +00:00
Likhita Polavarapu
6ffc209043
feat(x/protocolpool): Add Implementation for CreateContinuousFund and CancelContinuousFund features (#18471) 2024-01-09 16:17:59 +00:00
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