Commit Graph
11752 Commits
Author SHA1 Message Date
Marko 4ef0130bcd chore: remove docs build (#17791) 2023-09-19 10:03:40 +00:00
dependabot[bot]andgithub-actions 16293120ab build(deps): Bump github.com/creachadair/atomicfile from 0.3.1 to 0.3.2 in /tools/confix (#17798)
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-19 06:16:51 +00:00
samricotta 472cccdd9a docs: fix UPGRADING.md link (#17800) 2023-09-19 06:01:31 +00:00
dependabot[bot]andgithub-actions 48c8736157 build(deps): Bump github.com/creachadair/tomledit from 0.0.24 to 0.0.25 in /tools/confix (#17797)
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-19 05:57:30 +00:00
atheeshp 28112706b7 refactor: migrate x/staking Params to use collections (#17778) 2023-09-18 16:06:42 +00:00
Robert Zaremba a0b39a1d31 feat(gov): handle panics when executing x/gov proposals (#17780) 2023-09-18 14:51:12 +00:00
dependabot[bot]andgithub-actions aaf68cdcc0 build(deps): Bump gotest.tools/v3 from 3.5.0 to 3.5.1 (#17777)
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-18 14:04:22 +00:00
Roman 267cd15b07 fix(math): revert to correct version of ApproxRoot from a former state breaking change (#17725) 2023-09-18 13:55:51 +00:00
Marko 6615ff4f76 refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
Facundo MedicaandAleksandr Bezobchuk 8df065b611 feat: Optimistic Execution (#16581)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-18 13:52:54 +00:00
Marko ddcb37cbd7 chore: fix deprecation annotations (#17784) 2023-09-18 13:11:25 +00:00
atheeshp d40a708868 chore(tools/hubl): upgrade client/v2 in hubl (#17742) 2023-09-18 08:12:01 +00:00
dependabot[bot]andgithub-actions 167b702732 build(deps): Bump cosmossdk.io/api from 0.7.1-0.20230820170544-1bd37053e0c0 to 0.7.1 (#17767)
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-15 20:36:55 +00:00
Julien Robert 9da9a23795 chore(client/v2): explain breaking change v0.50 / v0.51 autocli (#17764) 2023-09-15 15:19:01 +00:00
atheeshpandJulien Robert a0bd4e9fb6 feat(client/v2): Add clientCtx to commands in autocli (#17709)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 12:28:01 +00:00
samricotta c7e0bd7b54 docs: update links for removed and re-added file (#17761) 2023-09-15 11:30:03 +00:00
Thomas Bruyelle 09ac8243b5 docs(depinject): replace non-exported provider functions (#17758) 2023-09-15 09:43:32 +00:00
Chill ValidationandJulien Robert c92b25784c feat: Wait shutdown-grace-seconds to flush async db writes to disk (#17094)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 08:19:34 +00:00
f99a6242a9 refactor!: reimplement PreFinalizeBlockHook as PreBlocker (#17713)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-15 07:50:17 +00:00
dependabot[bot]andgithub-actions b0664917bb build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#17753)
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-15 05:30:51 +00:00
Elias NaurandJulien Robert 2f098de32f chore: add failing test for math.Int.Size (#17747)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-14 20:51:42 +00:00
Roman f304ebfc8f fix(math): Revert "perf: optimize math.Int.Size for small values (#17497)" (#17736) 2023-09-14 16:55:58 +00:00
Marko 98895f4977 chore: remove unneeded code (#17741) 2023-09-14 15:36:13 +00:00
Marko 36a9330adb refactor: deprecate Voteinfo in favour of Cometinfo on Context (#17670) 2023-09-14 09:13:19 +00:00
Elias Naur e90e5e1f97 refactor: remove unused context argument from types/simulation.RandomFees (#17737) 2023-09-14 08:50:49 +00:00
Clockwork 4e46c2fac1 feat: Complete buf export (#17733) 2023-09-14 08:50:17 +00:00
d4f874d412 build(deps): Bump cosmossdk.io/x/tx from 0.9.1 to 0.10.0 (#17728)
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 22:19:15 +00:00
Julien Robert 62838eb8cf docs: improve upgrade docs on preblocker (#17734) 2023-09-13 21:42:17 +00:00
Marko 72991994dd chore: cleanup sdk.Context (#17717) 2023-09-13 21:40:14 +00:00
Marko e47795e3d4 build(deps): Bump cosmossdk.io/core from 0.11.0 to 0.12.0 (#17688) 2023-09-13 21:04:50 +00:00
testinginprodandunknown unknown c946e14211 feat(accounts): allow accounts to query and execute modules (#17685)
Co-authored-by: unknown unknown <unknown@unknown>
2023-09-13 18:39:18 +00:00
Julien Robert 2154ce0bbe refactor: precise compiler assertions and cleanup module.go (#17718) 2023-09-13 16:15:53 +00:00
samricotta a4042a2c5b docs: update documentation order for build tab (#17722) 2023-09-13 15:17:51 +00:00
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]andgithub-actions 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
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