Commit Graph

11719 Commits

Author SHA1 Message Date
Marko
93aa126659
chore: Remove legacy code (#17720) 2023-09-13 14:51:34 +00:00
Julien Robert
2f4e1094d4
feat(client/v2): stringify bytes cosmos.Dec (#16985) 2023-09-13 13:15:57 +00:00
mmsqe
4eb0185413
feat: introduce PreBlock (#17421) 2023-09-13 12:30:48 +00:00
Julien Robert
e394604f83
feat(x/tx): add custom type encoder (#17681) 2023-09-13 11:19:58 +00:00
Julien Robert
1a62d774bb
docs: move 00-protobuf to correct folder (#17708) 2023-09-13 11:02:33 +00:00
dependabot[bot]
98ac1b1a54
build(deps): Bump cosmossdk.io/core from 0.10.0 to 0.11.0 (#17700)
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-09-13 09:18:47 +00:00
Marko
849740472e
refactor(core)!: remove unimplemented interface (#17693) 2023-09-13 09:07:55 +00:00
dependabot[bot]
b8ede3a620
build(deps): Bump github.com/cometbft/cometbft from 0.38.0-rc3 to 0.38.0 (#17701)
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-09-13 03:53:59 +00:00
dependabot[bot]
47a3a82bf1
build(deps): Bump docker/metadata-action from 4 to 5 (#17698)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 03:44:00 +00:00
dependabot[bot]
f5bb83c01d
build(deps): Bump docker/build-push-action from 4 to 5 (#17696)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 03:43:33 +00:00
dependabot[bot]
e7a5bfc940
build(deps): Bump docker/setup-qemu-action from 2 to 3 (#17697)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 03:23:19 +00:00
dependabot[bot]
a9100ff52e
build(deps): Bump docker/setup-buildx-action from 2 to 3 (#17699)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 03:22:40 +00:00
dependabot[bot]
be8ee410ea
build(deps): Bump docker/login-action from 2 to 3 (#17695)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 03:22:00 +00:00
Marko
f262cb75fb
chore(core): add changelog for 0.11 & 0.12 (#17691) 2023-09-12 13:54:54 +00:00
Trej Gun
78f39e1805
test: change order of proto definitions (#17690) 2023-09-12 12:41:56 +00:00
Marko
71dc28af0d
refactor!: comet_info to struct (#17689) 2023-09-12 10:55:43 +00:00
Marko
5eaa7b8d3c
fix: genesis on migrations (#17679) 2023-09-11 18:24:25 +00:00
Julien Robert
91fad07bb7
feat(x/tx): add indent option to encoder (#17600) 2023-09-11 17:03:48 +00:00
Julien Robert
152ec9293b
chore: remove unecessary method (#17680) 2023-09-11 15:24:54 +00:00
Emmanuel T Odeke
d053fc0956
refactor: orm/encoding/encodeutil: remove impossible len overflow check (#17643) 2023-09-11 11:07:58 +00:00
testinginprod
1938950564
feat(collections): add Vec type (#17656)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-09-11 08:53:06 +00:00
Bala Murali Krishna Komatireddy
cc7b1178ef
fix: nil pointer ref priority nonce mempool iterator (#17668) 2023-09-11 08:51:07 +00:00
Chill Validation
ba45b0f2b7
feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown (#17667) 2023-09-10 10:46:40 +00:00
Likhita Polavarapu
2085695078
refactor(x/staking): migrate RedelegationQueue to collections (#17486)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-09-08 17:10:33 +00:00
Likhita Polavarapu
e53830d58a
refactor(x/staking): Migrate ValidatorQueue to use Collections (#17562)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
2023-09-08 16:43:44 +00:00
Marko
81d9ce9af5
feat(x/bank): introduce msg burn to bank keeper (#17569)
Co-authored-by: likhita-809 <likhita@vitwit.com>
2023-09-08 15:59:04 +00:00
Marko
772d6b7b87
docs: edit encoding docs (#17626)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-09-08 13:04:24 +00:00
dependabot[bot]
9cbc1db257
build(deps): Bump github.com/tidwall/btree from 1.6.0 to 1.7.0 in /store (#17660)
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-09-08 08:32:57 +00:00
dependabot[bot]
caa4a0d4e7
build(deps): Bump github.com/hashicorp/go-plugin from 1.5.0 to 1.5.1 in /store (#17661)
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-09-08 08:28:21 +00:00
Julián Toledano
933d042d9e
feat: add base64 Pubkeys from cli (#17639)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-07 20:47:31 +00:00
anshulWeb3
33eead4d42
docs: fixed typo (#17658) 2023-09-07 13:54:50 +00:00
Marko
c86a6dcfa9
docs: add docs on proto annotations (#15548) 2023-09-07 09:25:09 +00:00
Julien Robert
a0a00cca22
chore(confix): update v0.47 and v0.50 config (#17652) 2023-09-07 08:18:43 +00:00
testinginprod
c60283b91a
feat(accounts): Add message server and query server logic. (#17614)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-09-07 07:42:23 +00:00
dependabot[bot]
943f2860a1
build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (#17647)
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-09-07 05:42:59 +00:00
zakir
b094b65aa0
fix(config): mempool.max-txs configuration is invalid (#17649) 2023-09-07 05:40:17 +00:00
Oleg Kovalov
7ff1ae999a
chore: fix nolint comments (#17644) 2023-09-06 21:32:11 +00:00
Oleg Kovalov
87328388eb
Update PULL_REQUEST_TEMPLATE.md (#17646) 2023-09-06 20:53:39 +00:00
Bryan White
01b8be0c84
fix: typo in comment (#17635) 2023-09-06 09:49:38 +00:00
dependabot[bot]
a8917b9d73
build(deps): Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#17631)
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-09-06 06:33:18 +00:00
Marko
934abbcebb
chore: add back deleted readmes (#17627) 2023-09-05 13:32:36 +00:00
Marko
d73f047f4b
chore: correct api docs (#17622) 2023-09-05 08:22:17 +00:00
samricotta
f198ea9445
refactor: docs path updates (#17459)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-09-05 07:56:01 +00:00
Marko
c9e2632212
docs: add documentation about getsigners (#17012)
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-09-05 07:25:04 +00:00
Facundo Medica
0e5749ab8e
docs: Add notes regarding BeginBlocker and EndBlocker to upgrading.md (#17620) 2023-09-05 07:18:03 +00:00
dependabot[bot]
e557c06d8a
build(deps): Bump actions/checkout from 3 to 4 (#17618)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 07:16:53 +00:00
yihuang
202c291c4a
remove duplicated app.Close call (#17619)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-09-05 07:16:35 +00:00
Likhita Polavarapu
97661429e0
docs: Add k/v docs in structs using collections (#17609) 2023-09-04 22:24:19 +00:00
Likhita Polavarapu
eb853117a9
refactor(x/staking): Use gogotypes Int64Value instead of bytes for LastValidatorPower (#17604) 2023-09-01 21:28:17 +00:00
Julien Robert
5621d9d807
chore: add v0.46.15 and v0.47.5 changelogs to main (#17479) 2023-09-01 09:54:49 +00:00