Commit Graph
12068 Commits
Author SHA1 Message Date
hattizai 6f5f7f0222 chore: fix typos in adr-028-public-key-addresses.md (#18605) 2023-12-01 09:52:41 +00:00
Markoandcoderabbitai[bot] a7ececc34d refactor(staking): move delegation and validator interfaces to ./types (#18198)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-11-30 21:18:42 +00:00
Ezequiel Raynaudo 3c8ddabcaa refactor(x/auth): Revert signature of TxSignBatchExec (#18602) 2023-11-30 17:23:15 +00:00
leven d52bd920dd fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#18551) 2023-11-30 15:57:24 +00:00
Julien RobertandLikhita Polavarapu 7aa5635baa fix(x/distribution): fully deprecate distribution community pool (#18539)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-11-30 11:18:12 +00:00
Julien RobertandAleksandr Bezobchuk 71876bb782 docs: ADR 069 - x/gov modularity, multiple choice and optimistic proposal (#18498)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-30 11:11:31 +00:00
Julien Robert 519c55cd53 refactor(confix): properly update migrate and diff command (#18596) 2023-11-30 09:59:23 +00:00
Carlos Santiago Yanzon a37f4165f8 refactor(types,client)!: refactor global address sdk.Config (#18372) 2023-11-29 16:24:10 +00:00
Ahmet Ömer Kayabaşı 189c9b277a feat(tools/confix): upgrade confix to migrate client.toml files (#18455) 2023-11-29 15:58:20 +00:00
testinginprodandunknown unknown ae7288b249 refactor(codec/unknownproto): use official descriptorpb types, do not rely on gogo code gen types. (#18541)
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-29 15:35:15 +00:00
Ezequiel Raynaudo 7bdbc4629f fix(x/auth): Add fees on batch sign (#18564) 2023-11-29 14:38:08 +00:00
cc85702956 build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 (#18582)
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-11-29 08:20:39 +00:00
Aleksandr Bezobchuk 0c633a59f3 feat(store/v2): basic metrics (#18529) 2023-11-28 17:29:02 +00:00
Marko 079e122b8f chore: remove extra pr template (#18579) 2023-11-28 14:17:54 +00:00
fac0f6f6ee build(deps): Bump github.com/hashicorp/go-metrics from 0.5.2 to 0.5.3 (#18574)
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-11-28 10:33:50 +00:00
dependabot[bot]andgithub-actions 600419ec2f build(deps): Bump github.com/cometbft/cometbft from 0.38.1 to 0.38.2 (#18570)
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-11-28 09:42:29 +00:00
dependabot[bot]andgithub-actions f379fe0b39 build(deps): Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#18569)
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-11-28 09:42:17 +00:00
Facundo MedicaandAleksandr Bezobchuk fa5280fb4b fix(baseapp): allow empty consensus params (#18531)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-28 08:36:11 +00:00
ocnc 7d5e9f1c23 feat(math): add safe arithmetic (#18552) 2023-11-28 07:54:04 +00:00
Julián Toledano 7d5c2dbae6 fix(client/keys): don't return when key not found in keys delete (#18562) 2023-11-27 12:08:53 +00:00
Taeguk Kwon 02b1b0089e refactor(gov): consistent logger usage in EndBlocker() (#18560) 2023-11-27 11:00:22 +00:00
Taeguk Kwon 21032c9cf8 chore: fix typos (#18559) 2023-11-27 10:53:34 +00:00
Chenqun Lu d3e662da1f imp(staking): detect the length of the ed25519 pubkey in CreateValidator to prevent panic (#18506) 2023-11-27 09:41:17 +00:00
emidev98andJulien Robert 0917d347e3 feat(x/group): extend group config and make it configurable (#18448)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-27 08:50:30 +00:00
levisyinandAleksandr Bezobchuk 536bd3a955 feat: add --qrcode flag to keys show command (#18557)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-27 07:43:06 +00:00
Julien Robert 8a2c9084ba fix(hubl): improve error in chain (#18550) 2023-11-27 00:45:32 +00:00
alexfmpe 34b1634134 chore: fix typo (#18545) 2023-11-24 23:53:00 +00:00
Julien Robert 875a71cc6f fix(server): properly parse multiple gas config (#18537) 2023-11-22 15:13:44 +00:00
cool-developer fc4ce6c778 feat(store/v2): add the commitment store (#18526) 2023-11-22 14:17:48 +00:00
Julien Robert 6ca0b2d1aa build: fix docker build on main (#18538) 2023-11-22 11:08:11 +00:00
dependabot[bot]andgithub-actions 8644e6b158 build(deps): Bump github.com/cometbft/cometbft from 0.38.0 to 0.38.1 (#18511)
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-11-20 11:16:44 +00:00
Marko bed952022b fix(math): preventative ciel call (#18519) 2023-11-20 10:28:15 +00:00
Sai Kumar e7b1d10998 docs: add code links to vote-extensions docs (#18505) 2023-11-19 16:46:50 +00:00
Robert Zaremba 8c7e694117 feat(server): cmd flag to disable colored logs (#18478) 2023-11-19 14:50:18 +00:00
c3308d3477 build(deps): Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 in /store (#18495)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-18 20:57:15 +00:00
Julien Robert 4b8be25516 test: make #18472 test structure same as backports (#18504) 2023-11-17 23:57:06 +00:00
Julián Toledano 80e0c631cc fix(client/tx): simulate with correct pk (#18472) 2023-11-17 21:22:16 +00:00
Aleksandr Bezobchuk 9512069663 fix(store/v2): update PM Test (#18501) 2023-11-17 18:07:54 +00:00
Aleksandr Bezobchuk c207163d3b feat(store/v2): Add Pruning Tests & Fix SQLite & PebbleDB Pruning (#18459) 2023-11-17 17:49:19 +00:00
Julien Robert c0ebebb9b1 refactor(simapp,confix): change example of custom app.toml extension (#18496) 2023-11-17 14:45:18 +00:00
Hieu VuandJulien Robert d322b23dd2 feat(x/nft): add new queries for nft modules that support query string (#18355)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-17 12:42:57 +00:00
MSalopekandAleksandr Bezobchuk a27cfa067a fix: pass FinalizeBlock request and response to ABCIListener (#18486)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-16 18:59:29 +00:00
Marko 7a28425874 docs: avoid copying non existent files & counter readme (#18487) 2023-11-16 14:43:00 +00:00
Marko 1182db79f3 chore: remove uneeded pr review action (#18488) 2023-11-16 14:30:23 +00:00
Julien Robert 3853e7ff70 ci: optimize linter script (#18480) 2023-11-16 12:57:32 +00:00
Erlangshen219 c106c5600b docs(client/v2): Update README.md - Update Broken Link (#18482) 2023-11-16 11:34:42 +00:00
Marko e534c4a423 chore: add all issues to issue board (#18481) 2023-11-16 11:04:48 +00:00
dependabot[bot] 555f38c1d2 build(deps): Bump bufbuild/buf-setup-action from 1.28.0 to 1.28.1 (#18479)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 07:21:32 +00:00
testinginprodandunknown unknown 5f36ad088f feat(runtime): Implement branch service (#18475)
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-15 18:27:21 +00:00
Julien Robert e64f3bc6d2 refactor(x/upgrade): configure go-getter (#18470) 2023-11-15 11:17:16 +00:00