Commit Graph

12491 Commits

Author SHA1 Message Date
Julien Robert
0f5314c031
ci: upstream dep-assert and nomenclature from server/v2 (#19703) 2024-03-08 17:00:09 +00:00
Qt
2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
Matt, Park
2bf7e9f846
fix: fix ragel denom validation introduced in #19511 (#19701) 2024-03-08 15:42:30 +00:00
Marko
28801fc666
chore(store/v2): bump iavl (#19699) 2024-03-08 11:18:59 +00:00
dependabot[bot]
0a98bfb0ab
build(deps): Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 (#19693)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 09:01:55 +00:00
Matt, Park
a1e3a85ae1
feat(x/bank): Replace regex parsing of denom validation to generated parsing (#19511) 2024-03-07 09:34:49 +00:00
Matt Kocubinski
4edf6b2a85
refactor: remove dependency x/module -> sdk through InterfaceRegistry (#19652) 2024-03-06 21:12:24 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
mmsqe
06a398931e
refactor(x/auth): allow empty public keys for GetSignBytesAdapter (#19651) 2024-03-06 12:45:26 +00:00
Julien Robert
41f9272339
feat(x/tx): add enum as string encoder option (#19618) 2024-03-05 20:57:30 +00:00
dependabot[bot]
e8c9cd28b4
build(deps): Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#19647)
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: likhita-809 <likhita@vitwit.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-03-05 13:36:39 +00:00
Qt
b2e8feb61f
refactor(crypto): unify the error handling methods in the crypto package that are different from the project style (#19650) 2024-03-05 13:36:10 +00:00
Cosmos SDK
d37871af50
chore: fix spelling errors (#19649)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-03-05 12:58:02 +00:00
Marko
0d3f4a82d4
feat(x/accounts): add event emission to accounts module (#19636)
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-05 11:23:15 +00:00
Marko
89bba66111
docs: add section on creating a testnets from mainnet exports (#19475) 2024-03-05 09:43:23 +00:00
Hwangjae Lee
e21d6e4ec9
docs(client): fixed typo in client/tx/aux_builder.go (#19643)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
2024-03-05 07:52:30 +00:00
samricotta
afcb62bd9f
refactor(x/gov)!: migrate to use env var (#19481)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-05 06:01:37 +00:00
Julien Robert
3e63309220
refactor(x/group)!: use router service (#19638) 2024-03-04 15:37:35 +00:00
Julien Robert
3cbdf5ac13
fix 2024-03-04 16:20:52 +01:00
Julien Robert
8c1299176c
refactor(x/authz)!: use router service (#19637)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-03-04 14:26:18 +00:00
dependabot[bot]
7f84815716
build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#19628)
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>
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-04 10:28:51 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Qt
83a7f0ee37
docs(log,crypto,depinject/appconfig): update docs (#19625)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-04 10:18:04 +00:00
mergify[bot]
84a1ee2232
fix(staking): fix impossible conditions (backport #19621) (#19624)
Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-04 11:00:46 +01:00
Marko
ab34a95270
test: fix staking (#19623) 2024-03-04 10:52:17 +01:00
Marko
7628592c6a
chore(core): bring changes from serverv2 (#19617) 2024-03-01 18:05:20 +00:00
Julien Robert
69f03cd17f
feat(x/gov): add custom fuction to calculate vote results and vp (#19592) 2024-03-01 17:24:16 +00:00
Nikhil Vasan
7155a1cd52
Merge pull request from GHSA-95rx-m9m5-m94v
* validate ExtendedCommit against LastCommit

* test cases

* lint

---------

Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-01 17:25:33 +01:00
Matt Kocubinski
55370b0198
feat(store): remove RawDB dependency from snapshot store (#19608) 2024-03-01 16:17:48 +00:00
dependabot[bot]
3d59013709
build(deps): Bump github.com/prometheus/common from 0.48.0 to 0.49.0 (#19609)
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>
2024-03-01 12:54:17 +00:00
Qt
febb7b7ece
docs(math): update math docs (#19615) 2024-03-01 12:36:00 +00:00
Julien Robert
1c9361ca4e
refactor: use slices std (#19598) 2024-02-29 09:57:42 +00:00
Julien Robert
975ddc1d31
refactor(x/auth/ante): don't use simulate bool in ante handler (#19586)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-02-29 08:39:03 +00:00
dependabot[bot]
0a801e1c03
build(deps): Bump github.com/prometheus/common from 0.47.0 to 0.48.0 (#19533)
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: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-28 21:09:19 +00:00
Qt
35c4243da9
docs(math): update math docs (#19590) 2024-02-28 15:48:57 +00:00
Julien Robert
e4d97090d8
test: move slash redelegation test to integration (#19581) 2024-02-28 10:09:38 +00:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module (#19445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
khanh
8585d538f1
Merge pull request from GHSA-86h5-xcpx-cfqc
* check undelegation after redelegation

* add comment

* using app v1

* set up test

* update test

* Update x/staking/keeper/slash.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* use switch inside slashing logic

* update slash redelegation test

---------

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-27 17:28:05 +01:00
dependabot[bot]
f44d9784e7
build(deps): Bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#19574)
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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-02-27 14:38:19 +00:00
Julien Robert
b894603d15
build: fix make proto-gen (#19536) 2024-02-27 13:57:48 +00:00
Julien Robert
316750cc8c
chore(server): implement comment (#19569) 2024-02-27 07:55:37 +00:00
dependabot[bot]
6cb34d827a
build(deps): Bump actions/add-to-project from 0.5.0 to 0.6.0 (#19575)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 07:52:03 +00:00
Julien Robert
27595925be
refactor(x/bank): remove duplicate logger (#19572) 2024-02-27 07:34:54 +00:00
Devon Bear
23359a0b6d
feat(server): Allow calling back into the application struct in PostSetup. (#19455)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-02-26 16:15:01 +00:00
Qt
acdb356540
refactor: use errors.New to replace fmt.Errorf with no parameters (#19568) 2024-02-26 15:17:43 +00:00
dependabot[bot]
62ef5cac9c
build(deps): Bump github.com/cosmos/cosmos-db from 1.0.0 to 1.0.2 (#19567)
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>
2024-02-26 10:34:41 +00:00
dependabot[bot]
03958b9666
build(deps): Bump cosmossdk.io/math from 1.2.0 to 1.3.0 (#19555)
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>
2024-02-26 10:32:04 +00:00
Qt
0686af719d
refactor(x/auth): simplify unnecessary code (#19552) 2024-02-25 21:54:05 +00:00
Devon Bear
7c05f4188b
fix(depinject): Authtx was not accepting custom signers (#19549) 2024-02-25 14:38:22 +01:00
Julien Robert
8432570e52
chore: api cleanups (#19541) 2024-02-25 09:27:32 +00:00