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
dependabot[bot]
6107df641d
build(deps): Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.0 in /store ( #17603 )
...
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-09-01 09:45:12 +00:00
dependabot[bot]
5ca405ae06
build(deps): Bump cosmology-tech/starship-action from 0.2.15 to 0.2.16 ( #17602 )
...
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-01 06:16:11 +00:00
Julien Robert
931ba5ac3f
docs: update mm docs ( #17595 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-08-31 18:13:11 +00:00
Marko
9b1e296765
chore: remove println from upgrade keeper ( #17591 )
2023-08-31 15:41:32 +00:00
Julien Robert
0868daa059
docs: add genesis changes in upgrading.md ( #17596 )
2023-08-31 13:40:15 +00:00
Julien Robert
48805eb914
chore: improve issue template ( #17594 )
2023-08-31 10:19:37 +00:00
Likhita Polavarapu
3e07c80ebc
refactor(x/staking): Migrate LastValidatorPower to Collections ( #17498 )
2023-08-30 21:21:40 +00:00
Félix C. Morency
914a8b6aad
docs(cosmovisor): update simapp migration example ( #17583 )
2023-08-30 17:49:30 +00:00
Facundo Medica
47309fa5e2
fix(circuit): Reset only doable by authorized account ( #17511 )
2023-08-30 13:57:29 +00:00
Likhita Polavarapu
3ed40a925c
refactor(x/staking): Migrate UnbondingDelegationByValIndex to use collections ( #17291 )
...
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-08-30 09:21:10 +00:00
Likhita Polavarapu
a24d7071c1
refactor(x/slashing): migrate ValidatorMissedBlockBitmap to collections ( #17568 )
2023-08-30 08:57:28 +00:00
Julien Robert
356097a6ab
docs(cosmovisor): improve disclaimer for cosmovisor version ( #17574 )
2023-08-29 15:45:54 +00:00
Marko
6ce2505f6b
refactor: introduce abciGenesis interface ( #17554 )
2023-08-29 15:24:09 +00:00
Cian Hatton
0a253f3c6d
feat(x/genutil): Allow creation of AppGenesis without a file lookup ( #17571 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-29 14:42:33 +00:00
Gustavo Grieco
aabcfb2aa0
test: avoid evidenceFraction parameter to be very close to 1.0 ( #16978 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
2023-08-29 10:50:46 +00:00
Callum Waters
79cc75b1db
feat!: connect app version with consensus params in end block ( #16244 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-29 10:32:53 +00:00
Julien Robert
6601713eb6
feat(client): allow overwritting client.toml ( #17513 )
2023-08-29 08:40:13 +00:00
Likhita Polavarapu
6ed81a737c
refactor(x/staking): migrate UnbondingQueue to collections ( #17481 )
2023-08-29 07:15:22 +00:00
Marko
0561f990d8
chore: remove some unused types ( #17565 )
2023-08-29 07:13:11 +00:00
Marko
3c6b2b9b9b
chore: add maintained versions of cosmovisor to readme ( #17564 )
2023-08-29 07:02:50 +00:00
dependabot[bot]
573284022b
build(deps): Bump github.com/cockroachdb/errors from 1.11.0 to 1.11.1 ( #17566 )
...
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-08-29 07:01:23 +00:00
dependabot[bot]
3a911572e3
build(deps): Bump postcss from 8.4.27 to 8.4.28 in /docs ( #17563 )
...
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-08-28 19:52:11 +00:00
Rootul P
acc8c4ccb2
docs: improve DeductFeeDecorator godoc ( #17559 )
...
Co-authored-by: Marko <marko@baricevic.me>
2023-08-28 16:12:04 +00:00
Marko
682a9acd83
chore: change prune logging info to debug ( #17560 )
...
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-28 15:54:22 +00:00