mergify[bot]
5d73a8e90c
chore: Update RequestExtendVote (backport #17993 ) ( #17994 )
2023-10-06 19:12:05 +00:00
mergify[bot]
657add7a8a
chore: format proto files (backport #17445 ) ( #17447 )
...
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-18 17:01:43 +02:00
mergify[bot]
0cff9ce3cd
refactor!: remove rosetta from repo (backport #17112 ) ( #17117 )
...
Co-authored-by: Carlos Santiago Yanzon <27785807+bizk@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-24 20:00:39 +00:00
mergify[bot]
ab140e5a56
ci: speed up lint job (backport #17071 ) ( #17076 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-20 18:58:54 +02:00
mergify[bot]
cdd484578e
chore(client): add missing modules from swagger (backport #17051 ) ( #17052 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-18 21:44:21 +00:00
Julien Robert
6453234073
build: optimize proto-builder ( #16343 )
2023-05-31 07:33:26 +00:00
Aleksandr Bezobchuk
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
dependabot[bot]
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
Julien Robert
3030cc4c14
build: enable orm proto gen in proto-builder ( #15922 )
2023-04-24 12:45:17 +00:00
Mark Rushakoff
5eb9a45d47
test: print full module name for headers during 'make test' ( #15884 )
2023-04-19 15:48:15 +00:00
Julien Robert
d31157f60a
build: add helper for quickly setting up simapp ( #15846 )
2023-04-14 15:28:43 +00:00
Mark Rushakoff
3cef1a8941
ci: lint all modules even if one module fails ( #15819 )
2023-04-12 18:08:22 +00:00
Robert Zaremba
67fb4ffd71
fix(Makefile): version tag ( #15796 )
...
## Description
Without `--tags` the `git describe` will take only annotated tags into account. Because of that `umeed version` was reporting a wrong version.
```
--tags
Instead of using only the annotated tags, use any tag found in refs/tags namespace. This option enables matching a lightweight (non-annotated) tag.
```
---
### Author Checklist
*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*
I have...
* [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
* [x] added `!` to the type prefix if API or client breaking change
* [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting ))
* [ ] provided a link to the relevant issue or specification
* [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules )
* [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing )
* [ ] added a changelog entry to `CHANGELOG.md`
* [ ] included comments for [documenting Go code](https://blog.golang.org/godoc )
* [ ] updated the relevant documentation or specification
* [x] reviewed "Files changed" and left comments if necessary
* [ ] confirmed all CI checks have passed
### Reviewers Checklist
*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*
I have...
* [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
* [ ] confirmed `!` in the type prefix if API or client breaking change
* [ ] confirmed all author checklist items have been addressed
* [ ] reviewed state machine logic
* [ ] reviewed API design and naming
* [ ] reviewed documentation is accurate
* [ ] reviewed tests and test coverage
* [ ] manually tested (if applicable)
2023-04-12 09:13:28 +00:00
Julien Robert
cb30586afa
chore: pass argument to linter script ( #15592 )
2023-03-29 10:33:45 +00:00
Jacob Gadikian
9a07b7defe
fix: use a script to lint each module ( #15590 )
2023-03-29 03:36:50 +00:00
Robert Zaremba
67dc594888
fix: Makefile rocksdb ( #15422 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-03-23 09:56:48 +00:00
Julien Robert
46169d0bff
ci: add changelog reminder ( #15459 )
2023-03-21 14:44:24 +01:00
Ergels Gaxhaj
6f3f2c9b16
refactor!: ADR-038 go-plugin system ( #14207 )
...
Co-authored-by: HuangYi <huang@crypto.com>
Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
2023-03-14 18:09:30 +00:00
dependabot[bot]
5e55f56d39
build(deps): Bump github.com/cometbft/cometbft from 0.37.0-rc4 to 0.37.0 ( #15283 )
2023-03-06 22:07:16 +00:00
Julien Robert
41c8529ff9
chore: bump cometbft to v0.37.0-rc3 ( #15220 )
2023-03-01 16:30:41 +01:00
Julien Robert
d2977478bc
feat: use go embed for swagger ( #15216 )
2023-02-28 15:21:38 +00:00
Julien Robert
27f3c729a3
build(deps): bump to tagged version of CometBFT ( #15118 )
2023-02-21 23:35:56 +01:00
Aleksandr Bezobchuk
b3f95061fa
fix: set block gas meter on prepare/process proposal ( #15012 )
2023-02-15 15:55:05 +00:00
Julien Robert
a90569c7e4
fix: correct path required proto testdata ( #14991 )
2023-02-11 16:59:16 +00:00
Julien Robert
ad847c4e4d
build(deps): bump Go to v1.20 on SDK, simapp and standalone modules ( #14979 )
2023-02-09 11:56:07 -05:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
Julien Robert
6978710699
refactor: migrate store and api to CometBFT ( #14899 )
2023-02-04 14:53:15 +01:00
dependabot[bot]
8ab4389906
build(deps): Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0 ( #14805 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-01-27 16:06:15 +00:00
Robert Zaremba
be9bd7a8c1
perf: dockerfiles ( #14793 )
2023-01-26 21:21:54 +01:00
Julien Robert
98888e4ee7
chore: add tooling and docs for hubl ( #14743 )
...
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-23 22:12:22 +01:00
Julien Robert
c8f2f1d594
docs: set buf commit for v0.47.x ( #14675 )
2023-01-20 12:43:53 +00:00
Julien Robert
b73462f930
docs: follow-up on swagger ( #14705 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-20 12:06:24 +00:00
Julien Robert
9742029158
feat: create config fix tool ( #14342 )
2023-01-10 10:28:41 +00:00
dependabot[bot]
a809ce4e69
build(deps): Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 ( #14394 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-23 00:57:24 +00:00
dependabot[bot]
876e1f9442
build(deps): Bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 ( #14265 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-12 18:45:59 +00:00
Julien Robert
ed5124f932
feat: standalone rosetta command ( #14118 )
2022-12-07 01:19:18 +01:00
Emmanuel T Odeke
bcfb7dc330
build: Makefile: add Go vulnerability checker ( #14028 )
...
* build: Makefile: add Go vulnerability checker
Adds the Go vulnerability checker to the Makefile as a directive
dependency to the all directive to ensure that we get security
updates scalably.
* add gh action
* bump to 1.19.3 due to vulnerabilities
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-12-02 11:31:02 +00:00
Julien Robert
a176eb2646
chore: bump tendermint to 0.37.0-rc2 ( #14067 )
2022-11-29 15:43:45 +00:00
Julien Robert
ae91105fec
ci: configure monorepo sonarcloud ( #13944 )
2022-11-23 10:47:18 +00:00
Julien Robert
3bb2779574
chore: rename app_legacy & add sims for 0.47 ( #13950 )
...
* docs: rename `app_legacy`
* add sims for 0.47
* update concurrency group
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-21 18:11:37 +00:00
Jacob Gadikian
9dbae4106b
Update Makefile ( #13920 )
...
golangci-lint now runs gofumpt when run with --fix, so we no longer need the gofumpt line here. Also bumped to latest golangci-lint.
2022-11-18 13:09:51 +01:00
Julien Robert
394f6633d4
build: fix empty cname ( #13860 )
2022-11-14 17:32:02 +01:00
Julien Robert
f1fc44efd4
docs: add 0.47 to docs ( #13852 )
2022-11-14 15:06:20 +01:00
Julien Robert
76be73022a
fix: fix proto files created as super-user ( #13801 )
...
* chore: bump proto-builder
* updates
* fix root issue
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-11-09 10:37:07 +00:00
Marko
50e8961bb8
remove extra unneeded log ( #13806 )
2022-11-09 11:17:00 +01:00
Julien Robert
4b26d9e27d
chore: use tagged rosetta version ( #13765 )
...
* chore: use tagged rosetta version
* add unit test in CI, bump tm and update changelog
* update rosetta data
* update action
2022-11-04 15:41:21 +01:00
Marko
348734a137
chore: proto format ( #13685 )
2022-10-28 17:40:48 +02:00
Julien Robert
c303d7f341
chore: small improvements ( #13672 )
...
* ci: update buf
* add recommended vscode extension
* update gh username
* follow-up #13613
* add more sugestions
* remove atlas github action
2022-10-26 22:47:28 +00:00
Julien Robert
7d6601e1fb
refactor: clean-up SDK tools ( #13603 )
2022-10-21 15:15:20 +00:00
Marko
ff4f995b18
docs: add protobuf tooling section ( #13590 )
...
* add tooling section
* add make section
* Update docs/docs/tooling/README.md
Co-authored-by: Julien Robert <julien@rbrt.fr>
* Update docs/docs/tooling/protobuf.md
Co-authored-by: Julien Robert <julien@rbrt.fr>
* comments
* address comments
* add cosmovisor and add redirects
* drop file suffix
* fix build
* fix build
* fix build
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-19 12:30:26 +02:00