dependabot[bot]
d1e5a443ca
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.11.1 to 0.12.0 ( #14012 )
...
Bumps [github.com/cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go ) from 0.11.1 to 0.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/ledger-cosmos-go/releases ">github.com/cosmos/ledger-cosmos-go's releases</a>.</em></p>
<blockquote>
<h2>Update deps</h2>
<ul>
<li>Update dependencies:</li>
<li>Depends on zondax/ledger-go instead of cosmos/ledger-go</li>
<li>Include updates from zondax/ledger-go and zondax/hid (fixing mac build issue)</li>
<li>Update copyrights</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/a105dbb4ed2a90eb8dce275c96016e7bc4eb52d2 "><code>a105dbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/34 ">#34</a> from cosmos/updates</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/543eb77c2c3ff632d31b910ba28560103a268e7a "><code>543eb77</code></a> update deps</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/d852bb596e978c69b94c3b91abfcefe64e97de0b "><code>d852bb5</code></a> update copyright</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/036a277666f380f5fdf94890eebfb046d5b6d34e "><code>036a277</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/25 ">#25</a> from cosmos/dependabot/go_modules/github.com/stretchr/...</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/940cd3bd0d0902338bfc47763ff044014e176391 "><code>940cd3b</code></a> Bump github.com/stretchr/testify from 1.7.1 to 1.8.0</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/e736b9afa7d17a53588cb18f2ad379f1da6717ff "><code>e736b9a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/26 ">#26</a> from Zondax/update/ledger-go</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/998c2b9ed77d5c9a8bf2908a49a51a2bc2eab360 "><code>998c2b9</code></a> update ledger-go to 0.12.2</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/343ae35a1aabf193e7cf1bdc5497e0dc1d46acda "><code>343ae35</code></a> Bump github.com/stretchr/testify from 1.3.0 to 1.7.1 (<a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/20 ">#20</a>)</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/af7b6f9472df0cac4d7be0b38ac67cf53417032e "><code>af7b6f9</code></a> migrate to github actions (<a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/19 ">#19</a>)</li>
<li><a href="https://github.com/cosmos/ledger-cosmos-go/commit/9d8c40fbe73676066462fa6f323f875325935d24 "><code>9d8c40f</code></a> all: use named returns for proper defers + fix fmt.Errorf misuse (<a href="https://github-redirect.dependabot.com/cosmos/ledger-cosmos-go/issues/18 ">#18</a>)</li>
<li>See full diff in <a href="https://github.com/cosmos/ledger-cosmos-go/compare/v0.11.1...v0.12.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>
2022-11-25 12:03:05 +00:00
AdamKorcz
560ba867ff
fix: fix broken OSS-Fuzz build ( #13889 )
2022-11-25 06:55:35 +01:00
Likhita Polavarapu and Julien Robert
a19eead691
refactor: x/crisis audit changes ( #13990 )
...
* wip: nits
* add tests for VerifyInvariant and increase codecov for keeper
* add genesis test
* cover all keeper code in tests
Co-authored-by: Julien Robert <julien@rbrt.fr >
2022-11-24 14:53:22 +00:00
e260fc1c89
feat: Add tx encode and decode endpoints for amino txs ( #13882 )
...
* add proto changes
* make proto-gen
* wip: adds tests
* wip: tests
* remove consoles
* wip: fix something
* fix: encode amino tests
* add decode amino tests
* wip: address requested changes
* update proto inline docs
* address review comments
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com >
Co-authored-by: Julien Robert <julien@rbrt.fr >
Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com >
2022-11-24 13:41:03 +00:00
Emmanuel T Odeke
00ad3ecedc
perf: crypto/types: use native slice index producing for loop in (*CompactBitArry).NumTrueBitsBefore ( #14000 )
...
Noticed while examining a bunch of profiles, that the for loop inside
(*CompactBitArry).NumTrueBitsBefore unnecessarily consumed a bunch of
time:
```shell
7.55s 9.88s (flat, cum) 93.38% of Total
240ms 250ms 88:func (bA *CompactBitArray) NumTrueBitsBefore(index int) int {
. . 89: onesCount := 0
70ms 340ms 90: max := bA.Count()
70ms 70ms 91: if index > max {
. . 92: index = max
. . 93: }
. . 94: // below we iterate over the bytes then over bits (in low endian) and count bits set to 1
2.54s 2.76s 95: for elem := 0; elem < len(bA.Elems); elem++ {
```
but we can use the native for loop that produces indices while iterating
over slices. Just by simply changing the form results in an improvement
```shell
7.50s 9.95s (flat, cum) 94.94% of Total
240ms 320ms 88:func (bA *CompactBitArray) NumTrueBitsBefore(index int) int {
. . 89: onesCount := 0
170ms 420ms 90: max := bA.Count()
90ms 100ms 91: if index > max {
. . 92: index = max
. . 93: }
. . 94: // below we iterate over the bytes then over bits (in low endian) and count bits set to 1
1.49s 1.62s 95: for elem := range bA.Elems {
```
and an improvement in CPU time
```shell
$ benchstat before.txt after.txt
name old time/op new time/op delta
NumTrueBitsBefore/new-8 13.3ns ± 1% 12.5ns ± 1% -6.07% (p=0.000 n=10+10)
name old alloc/op new alloc/op delta
NumTrueBitsBefore/new-8 0.00B 0.00B ~ (all equal)
name old allocs/op new allocs/op delta
NumTrueBitsBefore/new-8 0.00 0.00 ~ (all equal)
```
Fixes #13999
2022-11-24 10:46:04 +00:00
Jim Larson
077abae250
feat: value renderer for google.protobuf.Any ( #13671 )
...
* chore: skeleton files for any renderer
* feat: first cut at Any renderer and tests
* test: Any fields, more tests, rename lookup by field
* docs: make Any example match the stated spec, and the implementation.
* refactor: use protojson for better test case legibility
* test: use protocmp for proto equality
See https://developers.google.com/protocol-buffers/docs/reference/go/faq#deepequal
* refactor: use json.RawMessage instead of remarshalling
* refactor: consistent pointer receiver for Textual
2022-11-24 08:04:55 +00:00
Julien Robert and Marko
cfa224c04e
chore: add group and gov/v1 in swagger ( #13984 )
...
Co-authored-by: Marko <marbar3778@yahoo.com >
2022-11-24 00:24:38 +01:00
908fda1f53
feat: sender mempool impl ( #13888 )
...
* draft sender mempool impl
* select
* nit
* random sender update
* nit
* prevent memory leak
* fix nil return
* small fixes
* added tests
* change count
* finish tx order test removed the three address test due to make the test to bloated when including non determinism
* remove unsued variable
* nit
* fix
* temoral commit braking
* nit most
* nit most
* final
* comments
* t
* comments
* test
* add nolint
* Fix comment
* golint comment
* golint
* improve format?
* more gosec disable
* Fix ctr usage
* use #nosec
* Update types/mempool/sender_nonce.go
* Kocubinski/random sender nonce (#13956 )
* refactor
* fix iteration logic
* fix merge err
* import fixes
* derive order randomness from seed only
* gosec fix
* ignore gosec again
* comments
* property based
* minor fixes
* added property test
* comment
* fix imports
* comment
* Update types/mempool/sender_nonce_property_test.go
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com >
* remove unesessary loop
* improve function name
* Update types/mempool/sender_nonce.go
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com >
* change import name
* change validation to be preemvtive
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com >
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com >
2022-11-24 00:15:41 +01:00
Facundo Medica
644f906966
refactor: (secp256k1) cleaner way to check for lower S form signatures ( #13884 )
...
## Description
TLDR; check for `s.IsOverHalfOrder()` with less steps
Before this PR:
```go
// parse the signature:
signature := signatureFromBytes(sigStr)
// Reject malleable signatures. libsecp256k1 does this check but btcec doesn't.
// see: https://github.com/ethereum/go-ethereum/blob/f9401ae011ddf7f8d2d95020b7446c17f8d98dc1/crypto/signature_nocgo.go#L90-L93
// Serialize() would negate S value if it is over half order.
// Hence, if the signature is different after Serialize() if should be rejected.
modifiedSignature, parseErr := ecdsa.ParseDERSignature(signature.Serialize())
if parseErr != nil {
return false
}
if !signature.IsEqual(modifiedSignature) {
return false
}
```
It's serializing the signature into a new variable and then comparing if both are equal. Inside `Serialize()` we have:
https://github.com/decred/dcrd/blob/5d537320a0fe2357daf444cc12c62680579689da/dcrec/secp256k1/ecdsa/signature.go#L88-L95
```go
// Ensure the S component of the signature is less than or equal to the half
// order of the group because both S and its negation are valid signatures
// modulo the order, so this forces a consistent choice to reduce signature
// malleability.
sigS := new(secp256k1.ModNScalar).Set(&sig.s)
if sigS.IsOverHalfOrder() {
sigS.Negate()
}
```
Before btcec update to v2:
Until btcec update this was simpler because S was exported in the signature: https://github.com/cosmos/cosmos-sdk/commit/ed9cd41396815bd236770f73bb30e083e63e8b64#diff-30a6b594e157a12a28bf8a26f65ab4de1dc3c65c8419e5756f0b9c25d9ce1a93L46
```go
if signature.S.Cmp(secp256k1halfN) > 0 {
return false
}
```
Closes: #XXXX
---
### 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/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)
2022-11-23 17:16:00 +00:00
Julien Robert
2849050e1a
ci: improve test skipping mechanism ( #13987 )
2022-11-23 14:39:43 +01:00
Amaury and Likhita Polavarapu
fe5b0ff4a5
feat(textual): Add Enum value renderer ( #13853 )
...
* feat(textual): Add Enum value renderer
* parse
* Update ADR
* Fix test
* Update tx/textual/internal/testpb/1.proto
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
2022-11-23 11:01:33 +00:00
Youngtaek Yoon
b585d17e72
fix: make downgrade verification work again ( #13936 )
2022-11-23 10:51:54 +00:00
Julien Robert
ae91105fec
ci: configure monorepo sonarcloud ( #13944 )
2022-11-23 10:47:18 +00:00
dependabot[bot]
e1fcb2c21f
build(deps): Bump actions/add-to-project from 0.3.0 to 0.4.0 ( #13975 )
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
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-22 17:49:47 +01:00
Emmanuel T Odeke
2739f839d0
fix: types: remove unnecessary/pedantic code from removeZeroCoins ( #13967 )
...
Simplifies and makes clearer the code in removeZeroCoins by
removing unnecessary checks that boiled down to still running
in the same final for loop.
Fixes #13958
2022-11-22 12:24:02 +01:00
Julien Robert
d6da7037b6
fix(group): migrate group policy account to base accounts with credentials ( #13742 )
2022-11-21 22:46:48 +00:00
Julien Robert and Marko
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
dependabot[bot]
95e370bf76
build(deps): Bump minimatch, recursive-readdir and serve-handler ( #13954 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ), [recursive-readdir](https://github.com/jergason/recursive-readdir ) and [serve-handler](https://github.com/zeit/serve-handler ). These dependencies needed to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases )
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 )
Updates `serve-handler` from 6.1.3 to 6.1.5
- [Release notes](https://github.com/zeit/serve-handler/releases )
- [Commits](https://github.com/zeit/serve-handler/compare/6.1.3...6.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: recursive-readdir
dependency-type: indirect
- dependency-name: serve-handler
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-21 18:51:14 +01:00
dependabot[bot] and github-actions
c7d49217d6
build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0 ( #13953 )
...
* build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.51.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.51.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-21 17:46:07 +01:00
Amaury
f124cb71ae
refactor: x/consensus audit changes ( #13949 )
2022-11-21 16:17:40 +01:00
sleepy ramen
82b64e6d00
fix: docker-compose for rosetta-cli tests ( #132 ) ( #13946 )
2022-11-21 13:12:43 +00:00
atheeshp and Likhita Polavarapu
42597ee593
chore: added new field account-id with uint64 in AccountAddressByID ( #13780 )
...
* add changes
* Update CHANGELOG.md
* Update CHANGELOG.md
* review changes
* add test
* fix static check
* fix lint
* fix lint
* fix lint
* review changes
* review changes
* review changes
* review changes
* fix tests
* Update CHANGELOG.md
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
* Update CHANGELOG.md
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
* Update proto/cosmos/auth/v1beta1/query.proto
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
* review changes
* lint
* review changes
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com >
2022-11-21 11:50:10 +00:00
Adam Moser
385bff589d
docs: relocate abci.go in docs/building-modules ( #13934 )
2022-11-20 16:05:28 +01:00
d8391cb679
build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.1 to 2.3.2 ( #13926 )
...
* build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.3.1 to 2.3.2
Bumps [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd ) from 2.3.1 to 2.3.2.
- [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.1...btcec/v2.3.2 )
---
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.1 to 2.3.2 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>
Co-authored-by: Julien Robert <julien@rbrt.fr >
2022-11-18 17:21:29 +00:00
Julien Robert
034554c141
ci: fix sonarcloud code coverage ( #13925 )
...
* ci: fix sonarcloud codecoverage
* updates
* updates
* trigger ci
* trigger ci
* updates
2022-11-18 16:49:23 +00:00
John Letey
5581f7f300
fix: correctly propagate msg errors in gov ( #13918 )
...
* fix: correctly propagate msg errors in gov
* chore: update changelog
* fix: correctly check proposal status in tests
* chore: delete unused var
2022-11-18 16:27:06 +00:00
Julien Robert
eb4afa74ba
ci: configure sonarcloud ( #13921 )
2022-11-18 15:14:49 +00:00
Jacob Gadikian and Julien Robert
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] and github-actions
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 and Julien Robert
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] and Julien Robert
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