Commit Graph
11313 Commits
Author SHA1 Message Date
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
Julien Robert 3f8fa79853 chore(rosetta): run make rosetta-data (#16169) 2023-05-16 05:17:10 +00:00
testinginprodandunknown unknown deba79d7aa refactor(gov)!: use collections for Vote state management. (#16164)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-16 03:42:03 +00:00
dependabot[bot]andgithub-actions bf3749207e build(deps): Bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#16166)
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-15 21:10:38 +00:00
dependabot[bot]andgithub-actions 3d0866bbaa build(deps): Bump cosmossdk.io/math from 1.0.0 to 1.0.1 (#16165)
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-15 21:09:58 +00:00
Dev Ojhaandtestinginprod 660e906eb8 refactor: Start DRY'ing filtered paginate code (#16099)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
2023-05-15 19:40:58 +00:00
e34a3e0559 build(deps): Bump @docusaurus/core from 2.4.0 to 2.4.1 in /docs (#16161)
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-15 19:39:05 +00:00
Matt Kocubinski 4c85b6a341 refactor(simulations): marshal OperationMsg.Msg as protoBytes (#16155) 2023-05-15 17:38:32 +00:00
testinginprodandunknown unknown 71468d2d5a refactor(gov)!: use collections for deposit state management (#16127)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-15 15:58:56 +00:00
b8e15a7930 feat: module circuit breaker (#14521)
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Sam Ricotta <samanthalricotta@gmail.com>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-05-15 14:38:48 +00:00
mmsqe d818a628a1 fix: rename back TxExtensionOptionI (#16145) 2023-05-15 14:23:52 +00:00
Julien Robert 90e3e69b95 chore: prepare math 1.0.1 (#16153) 2023-05-15 12:18:15 +00:00
Dev Ojha fb8ff071ca perf: Speedup Dec.Sqrt() (#16141) 2023-05-15 10:34:13 +00:00
yihuang 793cbe5bfd fix: snapshot error message wording (#16146) 2023-05-15 07:43:11 +00:00
dependabot[bot]andgithub-actions 227662936d build(deps): Bump cosmossdk.io/core from 0.6.1 to 0.7.0 (#16147)
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-15 07:40:29 +00:00
Dev Ojha 94dec7a4d6 perf: Remove indentation in REST respones (#16142) 2023-05-13 15:10:31 +00:00
yihuang 92247cb0e9 fix: snapshot commands panic if snapshot don't exists (#16138) 2023-05-13 08:06:05 +00:00
Julien Robert 14af232606 docs: add core changelog (#16134) 2023-05-13 08:05:45 +00:00
Javier SuandMarko ddf51ccddf fix: allow non-EOA accounts to stake in simulation (#16068)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-05-12 13:54:23 +00:00
Julien Robert 6c07d59b45 build(deps): bump core to v0.7.0 and fix GHSA-3vp4-m3rf-835h (#16128) 2023-05-12 12:35:17 +00:00
testinginprodandunknown unknown f7418c6db2 refactor(gov)!: use collections for constitution and params state (#16118)
Co-authored-by: unknown unknown <unknown@unknown>
2023-05-12 08:15:37 +00:00