Commit Graph
11338 Commits
Author SHA1 Message Date
atheeshp a30afc4e9d chore(feegrant): remove GetSigners in msgs.go (#16759) 2023-06-29 10:47:52 +00:00
Julien Robert f8c8de4614 refactor: use appmodule.AppModule in integration helpers (#16755) 2023-06-29 08:16:17 +00:00
Julien Robert 2bbc3a1c61 Merge pull request from GHSA-j2cr-jc39-wpx5 2023-06-29 09:29:06 +02:00
dependabot[bot]andgithub-actions 4a9b262d47 build(deps): Bump cosmossdk.io/core from 0.8.0 to 0.9.0 in /x/tx (#16749)
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-06-29 03:50:41 +00:00
078e7cb4ae fix(baseapp): ABCI Consensus Failure Fix (#16700)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
2023-06-28 19:33:34 +00:00
Facundo MedicaandAleksandr Bezobchuk 6d7b64e718 fix(x/consensus): Add missing ABCI consensus param in MsgUpdateParams (#16713)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-28 19:32:08 +00:00
MarkoandAaron Craelius 76ade5fa31 feat: add apphash to core header info (#16739)
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-06-28 15:04:42 +00:00
256e37c523 feat(auth): make address codec pluggable (#16621)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-28 11:57:26 +00:00
Aaron Craelius e2b38b6619 docs: RFC-002 Zero Copy Encoding (#15404) 2023-06-28 09:21:45 +00:00
Emmanuel T Odeke d90abbea57 fix(x/auth/vesting): panic on overflowing & negative EndTimes for PeriodicVestingAccount (#16733) 2023-06-28 09:16:23 +00:00
mmsqe 9b2fd7bad9 feat: add custom max gas for block for sim config (#16656) 2023-06-27 22:59:54 +00:00
Chill Validation 1fd25ac41c feat(cosmovisor): add ability to run custom preupgrade script (#16550) 2023-06-27 19:11:31 +00:00
Likhita Polavarapu 6f905bde9d chore: x/evidence audit changes (#16715) 2023-06-27 13:58:06 +00:00
Likhita Polavarapu 7c8236d2ed refactor: x/bank audit changes (#16690) 2023-06-27 13:52:23 +00:00
Julien Robert a067ef6f37 fix: revert f235aae (part 2) (#16697) 2023-06-27 13:48:30 +00:00
yihuangandAleksandr Bezobchuk c0e9e8ce85 fix: halt-height behavior is not deterministic (#16639)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-27 13:41:01 +00:00
Likhita Polavarapu 69b1b5fb16 chore: remove GetSigners from x/authz (#16712) 2023-06-27 12:52:04 +00:00
de731790fc docs: update for 0.38 (#16501)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
2023-06-27 12:31:50 +00:00
Marko e8eb90d821 chore: audit x/mint (#16702) 2023-06-27 12:31:30 +00:00
Likhita Polavarapu 1c091aab0b refactor: x/consensus audit changes (#16695) 2023-06-27 12:01:35 +00:00
dependabot[bot]andgithub-actions ab77fe20d3 build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#16705)
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-06-27 02:59:06 +00:00
yihuang 0a7bb0600b feat: make abci handshake graceful interruptible (#16206) 2023-06-27 02:05:37 +00:00
e334ec3705 build(deps): Bump github.com/cometbft/cometbft from 0.38.0-rc1 to 0.38.0-rc2 (#16706)
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-06-26 20:38:17 +00:00
Julien Robert dcc5afeac6 feat: add configurator config options (#16672) 2023-06-26 19:29:56 +00:00
Emmanuel T Odeke 417f455ea4 fix: x/tx/signing/aminojson: revert json.NewEncoder that added newlines (#16701) 2023-06-26 18:02:17 +00:00
zgfzgfandzgfzgf aca89be7b2 build: delete CMTVERSION in Makefile (#16677)
Co-authored-by: zgfzgf <lotuscoin@foxmail.com>
2023-06-26 17:18:22 +00:00
Julien Robert ec8d0acbe5 docs: improve upgrading.md and changelog for autocli changes (#16696) 2023-06-26 17:13:53 +00:00
Emmanuel T Odeke 21431b553e perf: x/tx/signing/aminjson: use io.WriteString + fmt.Fprintf (#16684) 2023-06-26 15:21:11 +00:00
Emmanuel T Odeke 51e01819c8 fix: x/tx/decode: fix (*Decoder).Decode crash with invalid length prefix (#16681) 2023-06-26 13:13:10 +00:00
dependabot[bot]andJulien Robert 00791140f1 build(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0 (#16679)
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-06-26 12:38:31 +00:00
Aleksandr Bezobchuk 0edd9a3ef6 docs: ADR-067 Simulator v2 (#16400) 2023-06-23 19:59:41 +00:00
ww4tson c82f64922e docs: correct comment typo in address.go (#16671) 2023-06-23 19:09:25 +00:00
Marko 1b4551ab50 chore: remove getsigners from mint (#16668) 2023-06-23 18:56:25 +00:00
Marko 02faedd050 chore: remove unneeded getsigners method from nft (#16665) 2023-06-23 14:40:38 +00:00
Jacob Gadikian 8d4ff7a19a style: bump golangci-lint (#16667) 2023-06-23 12:49:34 +00:00
dependabot[bot] 59ea0489fa build(deps): Bump github.com/otiai10/copy from 1.11.0 to 1.12.0 in /tools/cosmovisor (#16660)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 08:14:00 +00:00
atheeshp d0b42dc829 chore: x/feegrant audit changes (#16652) 2023-06-23 07:48:51 +00:00
Julien Robert 3193b3db35 chore: make configurator.Config.ModuleConfigs public (#16653) 2023-06-23 07:46:05 +00:00
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Marko 5de6710803 chore: add sortJSON back & mark as deprecated (#16649) 2023-06-22 14:43:13 +00:00
dependabot[bot]andgithub-actions fa218ad0e2 build(deps): Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#16642)
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-06-22 12:53:22 +00:00
Julien Robert 7149bcf7ea chore: implement comments from #16316 (#16616) 2023-06-22 10:07:00 +00:00
99a570a7aa chore: properly propagate fmt.Errorf errors + use errors.New (#16537)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-06-22 09:50:07 +00:00
testinginprodandunknown unknown 43d345dc2f refactor(distribution)!: use collections for ValidatorHistoricalRewards state (#16607)
Co-authored-by: unknown unknown <unknown@unknown>
2023-06-22 08:47:21 +00:00
Likhita Polavarapu 8d47088f5b refactor: authz audit changes (#16631) 2023-06-22 06:12:26 +00:00
Julien Robert e80407abe8 feat(consensus): wire autocli query (#16633) 2023-06-22 06:07:48 +00:00
Jeancarlo Barrios 854978f382 feat(mint): add autocli config for mint (#16640) 2023-06-22 05:04:53 +00:00
yihuang c63d5fa75e refactor: cleanup profiling code with equivalent one (#16634) 2023-06-21 11:44:02 +00:00
Matt Kocubinski a827f42ae3 refactor(x/distribution): rm ref to x/gov from x/distribution (#16623) 2023-06-20 19:33:07 +00:00
Julien Robert cf842f94f6 feat(evidence): autocli query support (#16625) 2023-06-20 19:32:36 +00:00