cipherZ
86eca4c72b
feat: Integrate tendermint Block endpoints into the cli ( #14659 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-02-14 19:23:45 +01:00
Facundo Medica
fc7a156e4d
refactor: update to x/tx v0.2.0 ( #14994 )
2023-02-13 21:51:58 +01:00
Julien Robert
0f99829fab
fix: add params migration ( #14992 )
2023-02-13 09:54:12 -05:00
Julien Robert
a90569c7e4
fix: correct path required proto testdata ( #14991 )
2023-02-11 16:59:16 +00:00
dependabot[bot]
29477eb273
build(deps): Bump golang.org/x/crypto from 0.5.0 to 0.6.0 ( #14980 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 18:52:14 +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
4f13b5b319
refactor!: extract AppStateFn out of simapp ( #14977 )
2023-02-09 14:16:07 +00:00
Julien Robert
3dc569e0d2
fix(confix): wrong key set using set command ( #14962 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-02-09 06:03:23 +00:00
dependabot[bot]
0bbf4b9906
build(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0 ( #14958 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.52.3 to 1.53.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases ">google.golang.org/grpc's releases</a>.</em></p>
<blockquote>
<h2>Release 1.53.0</h2>
<h1>API Changes</h1>
<ul>
<li>balancer: support injection of per-call metadata from LB policies (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5853 ">#5853</a>)</li>
<li>resolver: remove deprecated field <code>resolver.Target.Endpoint</code> and replace with <code>resolver.Target.Endpoint()</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5852 ">#5852</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/kylejb "><code>@kylejb</code></a></li>
</ul>
</li>
</ul>
<h1>New Features</h1>
<ul>
<li>xds/ringhash: introduce <code>GRPC_RING_HASH_CAP</code> environment variable to override the maximum ring size. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5884 ">#5884</a>)</li>
<li>rls: propagate headers received in RLS response to backends (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5883 ">#5883</a>)</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>transport: drain client transport when streamID approaches MaxStreamID (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5889 ">#5889</a>)</li>
<li>server: after GracefulStop, ensure connections are closed when final RPC completes (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5968 ">#5968</a>)</li>
<li>server: fix a few issues where grpc server uses RST_STREAM for non-HTTP/2 errors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5893 ">#5893</a>)</li>
<li>xdsclient: fix race which can happen when multiple load reporting calls are made at the same time. (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5927 ">#5927</a>)</li>
<li>rls: fix a data race involving the LRU cache (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5925 ">#5925</a>)</li>
<li>xds: fix panic involving double close of channel in xDS transport (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5959 ">#5959</a>)</li>
<li>gcp/observability: update method name validation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5951 ">#5951</a>)</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>credentials/oauth: mark <code>NewOauthAccess</code> as deprecated (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5882 ">#5882</a>)
<ul>
<li>Special Thanks: <a href="https://github.com/buzzsurfr "><code>@buzzsurfr</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dba26e15a0 "><code>dba26e1</code></a> Change version to 1.53.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5983 ">#5983</a>)</li>
<li><a href="2a1e9348ff "><code>2a1e934</code></a> server: after GracefulStop, ensure connections are closed when final RPC comp...</li>
<li><a href="e2d69aa076 "><code>e2d69aa</code></a> tests: fix spelling of variable (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5966 ">#5966</a>)</li>
<li><a href="a6376c9893 "><code>a6376c9</code></a> xds/resolver: cleanup tests to use real xDS client 3/n (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5953 ">#5953</a>)</li>
<li><a href="bf8fc46fa6 "><code>bf8fc46</code></a> xds/resolver: cleanup tests to use real xDS client 5/n (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5955 ">#5955</a>)</li>
<li><a href="3930549b38 "><code>3930549</code></a> resolver: replace resolver.Target.Endpoint field with Endpoint() method (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5852 ">#5852</a>)</li>
<li><a href="894816c487 "><code>894816c</code></a> grpclb: rename <code>grpclbstate</code> package back to <code>state</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5962 ">#5962</a>)</li>
<li><a href="e5a0237a46 "><code>e5a0237</code></a> encoding: fix duplicate compressor names (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5958 ">#5958</a>)</li>
<li><a href="4adb2a7a00 "><code>4adb2a7</code></a> xds/resolver: cleanup tests to use real xDS client 2/n (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5952 ">#5952</a>)</li>
<li><a href="52a8392f37 "><code>52a8392</code></a> gcp/observability: update method name validation (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5951 ">#5951</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.52.3...v1.53.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2023-02-09 04:52:03 +00:00
Julien Robert
c17c3caab8
refactor: rename commands to match consensus engine name ( #14956 )
2023-02-08 20:09:28 +00:00
Facundo Medica
0c35d7a8f9
fix: downgrade goleveldb (sims after CometBFT switch) ( #14952 )
2023-02-08 18:46:44 +00:00
Julien Robert
a7ac29e3f4
chore: rename log pkg and add zerolog ( #14955 )
2023-02-08 11:32:22 +00:00
Marko
281017ae90
refactor: use cosmos-sdk/log throughout ( #14909 )
...
## Description
removes the dependency of tendermint/utils/log from countless locations. This is in effort of reducing Tendermint's lib usage in the sdk
this is nonbreaking as the interface is the same. To eliminate tm/utils/log in the sdk we need a few more things. Once we have fully removed the tendermint logger, I would propose we break the interface and define our own for our use case, when we pass the logger to tendermint in the node.New() function we can wrap our logger for its use case
---
### 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...
- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json ) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] 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
- [ ] 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
- [ ] 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-02-07 10:54:48 +00:00
dependabot[bot]
1d2b805aca
build(deps): Bump docusaurus from 2.3.0 to 2.3.1 in /docs (and go mod tidy) ( #14927 )
...
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-02-06 19:41:09 +00:00
Julien Robert
80dd55f79b
refactor: rename to CometBFT ( #14914 )
2023-02-06 18:11:14 +00:00
dependabot[bot]
e03195e4b8
build(deps): Bump cosmossdk.io/math from 1.0.0-beta.5 to 1.0.0-beta.6 ( #14918 )
...
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-02-06 09:21:47 +00:00
Julien Robert
41a3dfeced
refactor!: migrate Cosmos SDK to CometBFT ( #14897 )
2023-02-05 14:51:33 +01:00
Julien Robert
6978710699
refactor: migrate store and api to CometBFT ( #14899 )
2023-02-04 14:53:15 +01:00
Marko
8f5efdc028
chore: remove tm/math from sdk ( #14901 )
2023-02-04 00:06:08 +01:00
Julien Robert
307647417e
build: clean-up replaces ( #14896 )
2023-02-03 11:50:35 +00:00
Julien Robert
5ec3d2b875
feat!: use gov v1 proposals in upgrade cli ( #14880 )
2023-02-02 13:55:48 +01:00
Julien Robert
f719cd32ad
refactor: remove upgrade as dependency of the SDK ( #14882 )
2023-02-02 11:51:11 +00:00
yihuang
b266522c88
feat: add config iavl-lazy-loading to enable lazy loading of iavl store ( #14189 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-31 21:52:32 +00:00
Facundo Medica
deeb4bd362
feat!: return errors in module manager ABCI methods ( #14847 )
2023-01-31 19:17:04 +00:00
Julien Robert
8eec98dcc5
deps: bump tooling to v0.47.0-rc2 ( #14854 )
2023-01-31 18:36:03 +01:00
Amaury
d0a5bd1a05
fix(reflection): Fix gogoproto import paths ( #14838 )
2023-01-31 11:12:52 +00:00
dependabot[bot]
9de95bb82c
build(deps): Bump github.com/creachadair/atomicfile from 0.2.7 to 0.2.8 in /tools/confix ( #14844 )
...
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-01-30 16:42:16 +00:00
dependabot[bot]
67fed3d405
build(deps): Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 ( #14815 )
...
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-01-27 17:37:13 +00:00
dependabot[bot]
2c61d7896a
build(deps): Bump cosmossdk.io/core from 0.5.0 to 0.5.1 ( #14811 )
...
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-01-27 16:37:30 +01:00
Likhita Polavarapu
6cf07f881f
refactor: x/upgrade to standalone module ( #14764 )
2023-01-27 15:08:21 +01:00
testinginprod
ed17f2d437
feat: add collections key encoders and value encoders for common types. ( #14760 )
...
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
2023-01-27 11:10:54 +01:00
dependabot[bot]
938143f038
build(deps): Bump google.golang.org/grpc from 1.52.1 to 1.52.3 ( #14794 )
...
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-01-26 16:25:32 +00:00
atheeshp
cc10614146
refactor: x/feegrant to stand alone ( #14649 )
...
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-25 16:39:54 +00:00
dependabot[bot]
2b07c7961c
build(deps): Bump google.golang.org/grpc from 1.52.0 to 1.52.1 ( #14776 )
...
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-01-25 14:41:49 +00:00
dependabot[bot]
78b0181f0f
build(deps): Bump github.com/cockroachdb/errors from 1.9.0 to 1.9.1 ( #14777 )
...
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-01-25 14:19:46 +00:00
Likhita Polavarapu
7559d9ecd3
refactor: create go.mod for store ( #14746 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-25 13:31:56 +00:00
Likhita Polavarapu
b281845c8f
feat: Use pseudo version of collections in all go mods ( #14750 )
2023-01-24 13:10:53 +01:00
Amaury
57bedb1006
feat(textual): Add client-side infra ( #14661 )
...
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
2023-01-24 10:17:04 +00:00
Likhita Polavarapu
09e3e55e24
refactor: make x/evidence a standalone module ( #14724 )
2023-01-24 10:01:26 +01:00
Marko
e8f0cb1b02
chore: update core and store interfaces ( #14712 )
2023-01-23 22:50:27 +00:00
dependabot[bot]
dbacaa6703
build(deps): Bump github.com/cockroachdb/errors from 1.8.1 to 1.9.0 in /client/v2 ( #14745 )
...
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-01-23 21:58:16 +00:00
Julien Robert
6b029a6bc1
refactor: rename nft to cosmosssdk.io/x/nft ( #14725 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-23 11:48:34 +00:00
Julien Robert
4f6f6c0002
feat: use same port for grpc-web and api server ( #14652 )
2023-01-20 15:07:17 +00:00
Sai Kumar
a4cf8e8c6f
feat(cli): cancel gov proposal by proposer before voting period ends ( #13010 )
...
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Marko <marbar3778@yahoo.com>
Closes https://github.com/cosmos/cosmos-sdk/issues/11554
2023-01-20 13:07:09 +00:00
dependabot[bot]
6e963785dc
build(deps): Bump github.com/spf13/viper from 1.14.0 to 1.15.0 ( #14697 )
...
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-01-19 17:54:41 +01:00
Julien Robert
44fbb0df9c
refactor: reduce tendermint deps ( #14616 )
2023-01-18 11:28:18 +01:00
Amaury
40f7e5dc64
feat: Add Textual SignModeHandler ( #14650 )
...
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-01-18 09:56:17 +00:00
Julien Robert
5233d5e67c
feat: add a new command to list supported algos ( #14655 )
2023-01-17 23:24:02 +01:00
Julien Robert
781a4d6d77
ci: test ledger in build CI ( #14642 )
...
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-17 14:55:03 +00:00
Julien Robert
067f759b14
Revert "build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.12.2 to 0.13.0 ( #14636 ) ( #14641 )
2023-01-17 13:44:52 +00:00