Commit Graph
11183 Commits
Author SHA1 Message Date
Julien Robert 0360c3d87f docs: update streaming docs (#16311) 2023-05-26 13:47:46 +00:00
Julien Robert 60977e6dbd fix: allow any address in ValidatePromptAddress (#16312) 2023-05-26 13:35:47 +00:00
Julien Robert 3608dabf77 chore: implement feedback of automerged prs (#16308) 2023-05-26 10:42:18 +00:00
testinginprodandunknown unknown f851e188b3 refactor(distribution)!: make FeePool state use collections (#16302)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:51:37 +00:00
testinginprodandunknown unknown b62a28aac0 refactor(gov)!: finalize collections migration (#16268)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:49:12 +00:00
Jeancarlo BarriosandJulien Robert be2003e581 feat(group): add group event tally result (#16191)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-26 09:43:17 +00:00
testinginprodandunknown unknown 3d15f9edf2 refactor(auth): use collections for Account state management (#16016)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-26 09:26:58 +00:00
dependabot[bot]andgithub-actions 52ccb7bf31 build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0-rc.1 to 1.0.0 (#16295)
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-05-26 08:18:57 +00:00
Marko 0689b9e90d fix: headerInfo time UTC() (#16291) 2023-05-26 07:40:10 +00:00
Aaron CraeliusandMatt Kocubinski 82659a7477 refactor!: deprecate sdk.Msg.GetSigners (#15284)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2023-05-25 18:35:09 +00:00
Marko b6613f9163 chore: set circuitbreaker in app.go as example (#16288) 2023-05-25 15:35:48 +00:00
Elias Naur 8e74f6be65 ci: fixup consensuswarn workflow to match ABCI changes (#16292) 2023-05-25 15:14:17 +00:00
Facundo Medica b6088abf33 fix: context and finalizeBlockReq block time (sims) (#16286) 2023-05-25 11:27:18 +00:00
dependabot[bot]andgithub-actions fac0395d8d build(deps): Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8 in /tools/hubl (#16284)
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-05-25 09:37:08 +00:00
533ee7a552 build(deps): Bump github.com/cometbft/cometbft from 0.38.0-alpha.1 to 0.38.0-alpha.2 (#16280)
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-05-24 23:36:25 +00:00
Aleksandr Bezobchuk 6cabb6aa57 fix: Fix x/bank Benchmarks (#16282) 2023-05-24 21:27:35 +00:00
Julien Robert cf1a573679 chore: set correct eden version number (#16281) 2023-05-24 19:58:45 +00:00
Marko 571c13ea84 refactor(bank): migrate bech32 encoding (#15567) 2023-05-24 17:03:43 +00:00
6cee22df52 feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
Julien Robert 166be3766b chore: make params module optional in app wiring (#16269) 2023-05-24 11:54:07 +00:00
Aleksandr Bezobchuk 9d45ed4d4b fix: ensure height is correct on first block (#16259) 2023-05-24 11:13:49 +00:00
Roman a2e3711ce0 fix: legacy dec power mut zero exponent precision (#16266) 2023-05-24 00:05:59 +00:00
emidev98andAleksandr Bezobchuk 995d2bc94b feat: allow setting the base denom (#16257)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-23 17:12:24 +00:00
yihuangandAleksandr Bezobchuk 81ba019e5e feat: save restored snapshot locally (#16060)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-23 14:44:48 +00:00
Dev Ojha b500b0104f refactor: Apply Yihuang's server blocking improvement (#16252) 2023-05-23 09:25:47 +00:00
dependabot[bot]andgithub-actions 3187627c42 build(deps): Bump github.com/prometheus/common from 0.43.0 to 0.44.0 (#16255)
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-05-23 07:50:44 +00:00
Facundo MedicaandAleksandr Bezobchuk df834c58d1 fix(x/evidence): return error in keeper (#16245)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-23 07:30:46 +00:00
samricotta 2843261161 refactor(distribution)!: use collections for params state (#16211) 2023-05-22 19:51:24 +00:00
Facundo Medica cd3abca867 refactor(x/mint)!: use KVStoreService and context.Context (#16179) 2023-05-22 11:55:10 +00:00
Julien Robert 2c702e6563 feat(gov,group): improve metadata checks and add docs (#16235) 2023-05-22 11:54:42 +00:00
Dev Ojha 38f27e3d1a refactor: More cleanup of server/start.go (#16238) 2023-05-22 11:25:10 +00:00
Marko c8ab555174 refactor(bech32): remove embedding of addresscodec (#16197) 2023-05-22 10:20:45 +00:00
dependabot[bot]andgithub-actions 1f5389e14c build(deps): Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#16241)
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-05-22 06:30:53 +00:00
Facundo Medica 30aa579e5b refactor(x/crisis)!: use KVStoreService and context.Context (#16216) 2023-05-19 15:59:52 +00:00
Andrea Di Michele bda51f2311 fix: rawlog JSON formatting of proposal_vote option field (#16231) 2023-05-19 14:41:07 +00:00
Julien Robert 05cf82474f ci: revert #16104 (#16233) 2023-05-19 14:39:39 +00:00
Julien Robert 230d148a27 chore(hubl): remove unecessary replace breaking go install (#16232) 2023-05-19 11:43:47 +00:00
dependabot[bot]andJulien Robert 5e003e6555 build(deps): Bump buf from 1.18.0 to 1.19.0 and update proto-builder (#16201)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-19 10:35:17 +00:00
ocncandFacundo Medica 5865050f01 fix(tests): Fixes LatestHeight in testutil network (#16219)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-05-19 10:28:49 +00:00
Likhita Polavarapu b20bd5d932 test(x/gov): write integration tests (#16194) 2023-05-19 09:42:33 +00:00
yihuang de75e568b4 feat: make StartCmd more customizable (#16209) 2023-05-19 09:41:29 +00:00
dependabot[bot]andgithub-actions 89eee12fc8 build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#16222)
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-05-19 06:44:38 +00:00
Facundo Medica 2d6a8b7e4b fix: AminoJSON missing fields (Ledger signing not working) (#16032) 2023-05-18 17:20:44 +00:00
Facundo Medicaandmarbar3778 3c4330680f refactor(x/evidence)!: use KVStoreService and context.Context (#16008)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-05-17 20:13:01 +00:00
yihuangandAleksandr Bezobchuk 09ca393a19 feat: add Close method for resource cleanup in graceful shutdown (#16193)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-17 20:04:43 +00:00
Lukasz CwikandAleksandr Bezobchuk 46119d1384 perf: Create Ante/Post handler chain once. (#16076)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-17 18:10:20 +00:00
Dev Ojhaandmarbar3778 9329a00e93 refactor: Split up server functions a bit (#16152)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-05-17 12:52:19 +00:00
Julien Robert d2671adfb5 docs: retract adr-47 (#16189) 2023-05-16 19:58:14 +00:00
atheeshp 76f0d10153 fix: duplicate prefix in staking keys (#16176) 2023-05-16 11:07:19 +00:00
testinginprodandunknown unknown 91d14c04ac refactor(gov)!: use collections for Proposal state management (part 1) (#16171)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-16 09:55:08 +00:00