Julien Robert
eb4afa74ba
ci: configure sonarcloud ( #13921 )
2022-11-18 15:14:49 +00:00
Jacob Gadikian
b425907b95
ci: add sonarcloud job ( #11856 )
...
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-18 13:47:37 +01:00
Ruslan Akhtariev
3c565b1fd6
chore: fix make proto-all ( #13883 )
2022-11-18 12:38:05 +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
34dcca710b
chore: remove typo ( #13914 )
2022-11-18 07:51:47 +00:00
Aleksandr Bezobchuk
2c0d445ad3
refactor: State Streaming Docs + Explicit Config Support ( #13894 )
2022-11-17 18:48:44 +00:00
dependabot[bot]
6dbf113efd
build(deps): Bump golang.org/x/crypto from 0.2.0 to 0.3.0 ( #13907 )
...
* build(deps): Bump golang.org/x/crypto from 0.2.0 to 0.3.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): Bump golang.org/x/crypto from 0.2.0 to 0.3.0 for all modules
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>
2022-11-17 17:39:09 +00:00
atheeshp
e2ae2bb551
fix: attempt fixing evidence flaky test ( #13901 )
2022-11-17 10:44:25 -05:00
Julien Robert
65015c2f96
chore: add 0.46.5 changelog to main ( #13899 )
2022-11-17 13:46:04 +01:00
Facundo Medica
394f1b9478
fix: InitGenesis changes account numbers (upstream fix from Provenance) ( #13877 )
...
* fix: InitGenesis changes account numbers (upstream fix from Provenance)
* cl++
* rename GetNextAccountNumber to NextAccountNumber
* suggestion from @julienrbrt
* cl++
* fix readme
* missing replace
2022-11-16 14:13:20 -03:00
dependabot[bot]
3f71b79922
build(deps): Bump loader-utils from 2.0.3 to 2.0.4 in /docs ( #13887 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 14:06:30 +01:00
Amaury
7661f62737
fix(group)!: Fix group min execution period ( #13876 )
...
* fix: don't check MinExecutionPeriod in `Allow`
* Check MinExecutionPeriod on doExecuteMsgs
* Fix TestExec
* Fix TestExec
* test exec pruned
* Fix submitproposal
* Add changelog
* typo
* revert some changes
* add minExecutionPeriod
* Add docs and specs
2022-11-16 12:37:06 +00:00
Julien Robert
3423442ab1
fix(group): add group members weight checks ( #13869 )
2022-11-15 22:15:32 +01:00
Julien Robert
f82775ba1f
docs: add documentation for nft module ( #13871 )
2022-11-15 14:45:19 +00:00
Dreamer
5f4350d418
refactor(x/nft): remove class&nft id validation ( #13836 )
2022-11-15 13:47:38 +01:00
Likhita Polavarapu
bcff22a376
feat: Add tx encode and decode endpoints ( #13789 )
...
* add grpc endpoint for encoding proto tx's
2022-11-15 04:55:27 +00:00
Aaron Craelius
ec27c5384b
refactor!: migrate to core appmodule.AppModule extension interfaces ( #13794 )
2022-11-14 21:23:55 +00:00
Aleksandr Bezobchuk
14c582f30e
fix: Allow underscores in EventRegex ( #13861 )
2022-11-14 18:49:59 +00:00
Marko
81209e688a
docs: add a running in production section ( #13807 )
...
- add a running in production section
- link to existing tutorial as well.
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-11-14 19:27:46 +01:00
dependabot[bot]
39754dd7cc
build(deps): Bump postcss from 8.4.18 to 8.4.19 in /docs ( #13857 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.18 to 8.4.19.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.18...8.4.19 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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>
2022-11-14 16:50:10 +00:00
dependabot[bot]
5e1635ed9d
build(deps): Bump github.com/otiai10/copy in /tools/cosmovisor ( #13859 )
...
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy ) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/otiai10/copy/releases )
- [Commits](https://github.com/otiai10/copy/compare/v1.7.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/otiai10/copy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 17:42:54 +01:00
Julien Robert
394f6633d4
build: fix empty cname ( #13860 )
2022-11-14 17:32:02 +01:00
dependabot[bot]
ab9ecd5a26
build(deps): Bump tailwindcss from 3.2.2 to 3.2.4 in /docs ( #13856 )
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.4 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 17:22:11 +01:00
Julien Robert
d9bc5acac8
fix: .String() panics when pubkey is set on a BaseAccount ( #13838 )
2022-11-14 14:56:18 +00:00
Julien Robert
f1fc44efd4
docs: add 0.47 to docs ( #13852 )
2022-11-14 15:06:20 +01:00
Julien Robert
fc21215803
feat: add vscode e2e config ( #13851 )
2022-11-14 11:26:28 +01:00
Aleksandr Bezobchuk
78886bc8de
chore: ADR-060 Updates ( #13844 )
2022-11-14 07:05:56 +00:00
Marko
7e69187e24
extra check ( #13846 )
2022-11-12 21:09:06 +00:00
Julián Toledano
b00cc29baa
fix: populate oldest_block_identifier and wrap jsonrpc errors ( #13832 )
...
## Description
Closes:
#13830
#13827
- Rosetta `/network/status` response:
* populates `oldest_block_identifier` with `EarliestBlockHeight` from rpc syncInfo
* tries to populate `genesis_block_identifier` with block of height 1
* if block is not queryable, sets value of `InitialHeight` from genesis doc
* if not queryable sets same value as `oldest_block_identifier`
- Wrap `github.com/tendermint/tendermint/rpc/jsonrpc/types` errors to rosetta errors
- Split services into its own go files (account, block, mempool, network)
---
### 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 ))
- [x] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules )
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing )
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc )
- [ ] updated the relevant documentation or specification
- [ ] 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)
2022-11-12 10:39:37 +00:00
Aleksandr Bezobchuk
a926be1c13
chore: update .mergify.yml #13841
2022-11-11 18:49:36 +00:00
Aleksandr Bezobchuk
f8353f8a7b
chore: Update .mergify.yml #13840
2022-11-11 19:45:32 +01:00
Matt Kocubinski
d66b7fa189
feat: Settable PrepareProposal handler ( #13831 )
...
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
2022-11-11 11:57:53 -06:00
dependabot[bot]
d725be5915
build(deps): Bump actions/dependency-review-action from 2 to 3 ( #13839 )
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-11 17:16:08 +01:00
Rootul P
4ff588d084
docs: improve keyring package docs ( #13835 )
2022-11-10 22:03:11 +01:00
Federico Kunze Küllmer
f001b467a0
feat(types): set custom GasConfig on Context for GasKVStore ( #13826 )
2022-11-10 19:10:09 +00:00
dependabot[bot]
d32d89663f
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.0 to 2.3.1 ( #13828 )
...
* build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.0 to 2.3.1
Bumps [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/btcsuite/btcd/releases )
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES )
- [Commits](https://github.com/btcsuite/btcd/compare/btcec/v2.3.0...btcec/v2.3.1 )
---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd/btcec/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.0 to 2.3.1 for all modules
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>
2022-11-10 16:27:56 +00:00
billy rennekamp
d314a12e68
fix: bank store migration ( #13821 )
2022-11-10 16:02:17 +00:00
Marko
a5e8e2db4b
bump golang.org/x/crypto version ( #13822 )
2022-11-10 12:52:20 +00:00
Matt Kocubinski
61effe8260
feat: ABCI 1.0 baseapp integration ( #13453 )
2022-11-09 09:50:27 -06:00
Damian Nolan
90fd3e9f42
fix: propagate events in x/group through sdk.Results ( #13808 )
2022-11-09 14:32:13 +00:00
Aaron Craelius
bcdf81cbaf
feat: add basic autocli config to every module ( #13786 )
...
* feat: add autocli configs to every module
* auto-discover config
* tests + gov, auth config tweaks
* docs
* Update x/auth/autocli.go
Co-authored-by: Julien Robert <julien@rbrt.fr>
* Update x/auth/autocli.go
Co-authored-by: Julien Robert <julien@rbrt.fr>
* cleanup
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-11-09 11:44:42 +00:00
Julien Robert
4f7d9ea233
refactor: clean-up test helpers and tmcli ( #13805 )
2022-11-09 11:13:27 +00: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
Jacob Kim
8bfc3bf769
feat: add --output-document flag to export CLI command to allow writing genesis state to a file instead of STDOUT ( #13802 )
2022-11-09 08:04:43 +00:00
Jacob Kim
f8e40d7c05
refactor: remove client/keys.KeysCdc ( #13781 )
2022-11-09 07:23:55 +00:00
yihuang
22f3261285
refactor: add error log when iavl set failed ( #13803 )
...
* add error log when iavl set failed
Ref: #12012
* Update CHANGELOG.md
* play safe
2022-11-09 14:53:53 +08:00
dependabot[bot]
a785bf5af6
build(deps): Bump loader-utils from 2.0.2 to 2.0.3 in /docs ( #13800 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 21:22:09 +01:00
Facundo Medica
0d288e935c
test: Add some tests and remove dead code in store ( #13614 )
2022-11-08 20:20:18 +00:00
dependabot[bot]
ff168c2738
build(deps): Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 ( #13796 )
2022-11-08 19:40:32 +00:00