Commit Graph
11348 Commits
Author SHA1 Message Date
Facundo MedicaandAleksandr Bezobchuk b93081de05 fix(baseapp): audit changes (#16596)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-30 07:29:03 +00:00
1afeca75a1 test: x/tx/signing/textual: fuzz CoinsValueRenderer (#16521)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2023-06-30 06:21:28 +00:00
Likhita Polavarapu 13a752b063 chore: Fix changelog issue reference (#16765) 2023-06-30 05:54:08 +00:00
dependabot[bot] cab245d910 build(deps): Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.0 (#16779)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 05:50:27 +00:00
Julien Robert 620db732ba feat(api): add validator bech32 config in auth (#16778) 2023-06-29 21:30:50 +00:00
Julien Robert d1e81d2d69 chore(confix): audit (#16764) 2023-06-29 14:43:11 +00:00
MarkoandAleksandr Bezobchuk ec27fbb84e chore: add apphash to finalize block calls (#16744)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-29 14:15:15 +00:00
Julien Robert d2b733840a docs(evidence): update cli docs (#16766) 2023-06-29 13:57:10 +00:00
ala.tusz.am a709d97e43 docs: README.md – update discord links (#16762) 2023-06-29 11:10:13 +00:00
Julien Robert adc7451ad7 refactor(vesting)!: improve validate functions and return error in constructor (#16741) 2023-06-29 10:51:04 +00:00
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