Commit Graph

11034 Commits

Author SHA1 Message Date
Matt Kocubinski
dde6fcd7bb
refactor(x/auth): doc and remove deprecated fn from #15822 (#15932) 2023-04-24 17:38:51 +00:00
Julien Robert
866cfa4860
refactor: embed address codec in auth keeper (#15929) 2023-04-24 15:02:26 +00:00
atheeshp
7b5602492c
refactor: add delegations by validator index (#15731)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-24 14:14:09 +00:00
mmsqe
4d41a87a36
feat: add moduleStateCb to allow access moduleState in sim test (#15903)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-24 13:06:34 +00:00
Julien Robert
3030cc4c14
build: enable orm proto gen in proto-builder (#15922) 2023-04-24 12:45:17 +00:00
dependabot[bot]
c7ed066cc2
build(deps): Bump cosmossdk.io/api from 0.4.0 to 0.4.1 in /core (#15921)
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-04-24 11:50:46 +00:00
Dev Ojha
b73c17cb9c
perf: Add a map coins struct to speedup bank genesis (#15764)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-24 09:51:37 +00:00
Facundo Medica
af3122aa6c
feat!: Provide logger through depinject (#15818)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-24 09:42:55 +00:00
Marko
8e896f4d31
refactor(abci): add msg index to event (#15845)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
2023-04-24 09:07:14 +00:00
testinginprod
295c261b18
feat(codec): Add collections value codec for interfaces. (#15898)
Co-authored-by: unknown unknown <unknown@unknown>
2023-04-24 08:34:42 +00:00
dependabot[bot]
294027cf2d
build(deps): Bump github.com/bits-and-blooms/bitset from 1.6.0 to 1.7.0 (#15916)
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-04-24 07:52:29 +00:00
Facundo Medica
f0018246f1
chore: signmode textual audit fixes (#15715)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: 0000 1000 1101 0010 <96826920+08d2@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-23 20:49:32 +00:00
Bryce Neal
93d64cc6fe
feat: Add PrepareCheckState and Precommit callbacks (#14860)
Co-authored-by: dydxwill <119354122+dydxwill@users.noreply.github.com>
2023-04-23 16:04:36 +00:00
Marko
be081b1051
test: rewrite group tx e2e tests as unit tests (#15909)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-21 22:38:24 +00:00
dependabot[bot]
56e0b01f8c
build(deps): Bump github.com/otiai10/copy from 1.10.0 to 1.11.0 in /tools/cosmovisor (#15905)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 06:37:44 +00:00
dependabot[bot]
89caf149fc
build(deps): Bump github.com/cosmos/gogoproto from 1.4.7 to 1.4.8 in /store (#15904)
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-04-21 06:37:16 +00:00
Julien Robert
d2d6d0abd6
test(sims): fix sim-import-export and improve sims (#15835) 2023-04-20 19:12:25 +00:00
Aaron Craelius
654f26e55c
fix!: correctly annotate validator and consensus address fields (#15710) 2023-04-20 16:55:13 +00:00
Matt Kocubinski
86b88b1ace
refactor!: use x/tx/signing in client.TxConfig (#15822) 2023-04-20 16:20:21 +00:00
Julien Robert
b6812c1130
ci: run orm tests (#15885) 2023-04-20 15:03:31 +00:00
Greg Szabo
99bbe5121a
docs:SECURITY.md Update SECURITY.md (#15827)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-20 09:23:38 +00:00
Mark Rushakoff
9dc7b60541
test: remove duplicated authz e2e test cases (#15893) 2023-04-19 20:07:48 +00:00
Mantas Vidutis
5948b38c13
fix: list keys output for empty keys (#15876) 2023-04-19 19:43:26 +00:00
Mark Rushakoff
5eb9a45d47
test: print full module name for headers during 'make test' (#15884) 2023-04-19 15:48:15 +00:00
Mark Rushakoff
8fb4a6df53
test: increase nondeterminism tries per seed by 1 (#15883)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-19 15:35:28 +00:00
Julien Robert
c0eade17fe
test: fix module cli tests (#15882) 2023-04-19 14:24:07 +00:00
Mark Rushakoff
7b10ada768
refactor!: instantiate client.TxConfig once for simulations (#15875) 2023-04-19 12:47:27 +00:00
Julien Robert
aa683247d5
docs(depinject): explain need appmodule.Module interface (#15880) 2023-04-19 07:41:31 +00:00
Julien Robert
58f3a4a237
chore(orm)!: rename orm package to use a vanity url (#15870) 2023-04-18 16:58:32 +00:00
Mark Rushakoff
87aefb7a18
build: use cosmos/gogoproto@v1.4.8 for optimized registry merge (#15862) 2023-04-18 15:34:46 +00:00
Facundo Medica
8231841a89
feat:(textual) Add bool value renderer (#15863)
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2023-04-18 15:34:44 +00:00
Julien Robert
10d7d15f04
refactor(group): move ValidateBasic logic to msgServer (#15785)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-18 14:26:33 +00:00
Marko
e9e582aede
refactor(crisis & vesting): remove global bech32 (#15852)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-04-18 14:10:20 +00:00
Matt, Park
33657b3bf9
chore: Better logging for signature verification failure (#15867) 2023-04-18 13:06:09 +00:00
dependabot[bot]
2b86956db0
build(deps): Bump github.com/bits-and-blooms/bitset from 1.5.0 to 1.6.0 (#15865)
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-04-18 07:30:57 +00:00
dependabot[bot]
9d84192497
build(deps): Bump github.com/rs/zerolog from 1.29.0 to 1.29.1 in /log (#15866)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 07:30:30 +00:00
dependabot[bot]
b0e2bdd605
build(deps): Bump postcss from 8.4.21 to 8.4.22 in /docs (#15860)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 17:46:33 +00:00
dependabot[bot]
a934ad68d4
build(deps): Bump cosmossdk.io/collections from 0.0.0-20230413101615-b81cd0ebb86e to 0.1.0 (#15859)
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-04-17 15:34:47 +00:00
atheeshp
debf1fa4d2
refactor(x/gov): move ValidateBasic to msg server (#15832)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-17 15:31:59 +00:00
testinginprod
64d09e3c23
chore(collections): release v0.1.0 (#15858)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-17 15:03:14 +00:00
testinginprod
73c8064145
refactor(auth): use collections for GlobalAccountNumber (#15830)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
2023-04-17 08:57:08 +00:00
Amaury
0931193521
chore: Audit Textual any, coins, message (#15550)
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: 0000 1000 1101 0010 <96826920+08d2@users.noreply.github.com>
2023-04-14 22:40:42 +00:00
Matt Kocubinski
209805b36a
fix(x/tx): fix int64 usage for 32 bit platforms (#15849) 2023-04-14 19:36:20 +00:00
Marko
d6762e930d
refactor(groups): remove global bech32 (#15707)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-04-14 16:25:22 +00:00
Julien Robert
d31157f60a
build: add helper for quickly setting up simapp (#15846) 2023-04-14 15:28:43 +00:00
Likhita Polavarapu
7132a7624e
refactor(staking): add missing msgServer tests and move ValidateBasic() logic to msgServer (#15820) 2023-04-14 14:54:29 +00:00
Julien Robert
d7c8353989
ci: add merge_queue trigger for required workflows (#15847) 2023-04-14 15:54:48 +00:00
Marko
c4489d9785
refactor: remove duplicate vesting tests (#15844) 2023-04-14 15:32:32 +02:00
dependabot[bot]
a7d8477a19
build(deps): Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 (#15839)
Bumps [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) from 4.1.0 to 4.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="bacf8444a8"><code>bacf844</code></a> secp256k1: Prepare v4.2.0.</li>
<li><a href="e0ad9b8687"><code>e0ad9b8</code></a> secp256k1: Update PrivKeyFromBytes comment.</li>
<li><a href="6c5b953d28"><code>6c5b953</code></a> secp256k1: Add GeneratePrivateKeyFromRand tests.</li>
<li><a href="bd0b82d0be"><code>bd0b82d</code></a> secp256k1: Require concerete rand for privkey gen.</li>
<li><a href="b4fab9efd8"><code>b4fab9e</code></a> chaincfg/chainhash: Prepare v1.0.4.</li>
<li><a href="d71616bddb"><code>d71616b</code></a> secp256k1: Add GeneratePrivateKeyFromRand function</li>
<li><a href="9aa79ec168"><code>9aa79ec</code></a> chaincfg: Introduce subsidy split change r2 agenda.</li>
<li><a href="7db7325c42"><code>7db7325</code></a> chaincfg: Introduce BLAKE3 PoW agenda.</li>
<li><a href="ce46220cf7"><code>ce46220</code></a> secp256k1: Fix typo in a doc comment</li>
<li><a href="ca02bcaf5a"><code>ca02bca</code></a> docs: Add release notes for v1.7.7.</li>
<li>Additional commits viewable in <a href="https://github.com/decred/dcrd/compare/blockchain/v4.1.0...dcrec/secp256k1/v4.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/decred/dcrd/dcrec/secp256k1/v4&package-manager=go_modules&previous-version=4.1.0&new-version=4.2.0)](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-04-14 10:14:21 +00:00
Marko
8d6c23faa4
feat: add endblocker with valsetupdate type (#15829) 2023-04-14 09:41:29 +00:00