Julien Robert
|
ed6b3ab7b4
|
fix(client/v2): fix comment parsing (#19377)
|
2024-03-18 17:26:05 +00:00 |
|
dependabot[bot]
|
b239590cb4
|
build(deps): Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6 (#19748)
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>
|
2024-03-15 10:45:07 +00:00 |
|
Matt Kocubinski
|
c807aaede8
|
refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
|
2024-03-14 14:19:15 +00:00 |
|
Likhita Polavarapu
|
36981e640f
|
test(client/v2): Fix TestMsg flakiness (#19753)
|
2024-03-14 10:36:53 +00:00 |
|
dependabot[bot]
|
d4e52069f7
|
build(deps): Bump protobuf to 1.33.0, x/tx to 0.13.1, grpc to 1.62.1 and prometheus 0.50.0 (#19655)
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-09 07:33:16 +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 |
|
Julián Toledano
|
25aea8af8a
|
refactor!: remove global config from x/auth and client (#19447)
|
2024-03-06 13:14:16 +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 |
|
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 |
|
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 |
|
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 |
|
Julien Robert
|
1c9361ca4e
|
refactor: use slices std (#19598)
|
2024-02-29 09:57:42 +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 |
|
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 |
|
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 |
|
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 |
|
Julien Robert
|
b304cf7556
|
refactor!: kill basic manager (#19512)
|
2024-02-22 14:44:49 +00:00 |
|
dependabot[bot]
|
d1d3bf0620
|
build(deps): Bump google.golang.org/grpc from 1.61.1 to 1.62.0 (#19518)
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-22 14:32:10 +00:00 |
|
Julien Robert
|
4d5b140ad2
|
fix: check bugs from #19224 (#19524)
|
2024-02-22 13:58:23 +00:00 |
|
testinginprod
|
e846eca366
|
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2024-02-21 09:36:21 +00:00 |
|
dependabot[bot]
|
b098abfcac
|
build(deps): Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.3 to 1.0.0-beta.4 (#19470)
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-19 09:04:28 +00:00 |
|
Hwangjae Lee
|
c01db814b9
|
docs: fixed typo in client/broadcast.go (#19469)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2024-02-19 08:50:21 +00:00 |
|
Hwangjae Lee
|
16b19638ef
|
refactor(client): removed unused function (#19468)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
|
2024-02-19 08:12:10 +00:00 |
|
dependabot[bot]
|
74dfab2684
|
build(deps): Bump github.com/prometheus/common from 0.46.0 to 0.47.0 (#19449)
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-16 08:38:09 +00:00 |
|
testinginprod
|
4a88a58e1b
|
refactor(accounts): Remove UserOperation in favour of using Tx for abstracted accounts (#19395)
|
2024-02-15 12:24:33 +00:00 |
|
dependabot[bot]
|
01bad3ebb6
|
build(deps): Bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#19425)
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-14 10:15:51 +00:00 |
|
Marko
|
869c96c403
|
refactor(bank, feegrant, authz): avoid creating baseaccount (#19188)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-02-13 12:52:06 +00:00 |
|
dependabot[bot]
|
cfc3739033
|
build(deps): Bump github.com/cockroachdb/pebble from 1.0.0 to 1.1.0 in /store (#19387)
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: Facundo <facundomedica@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-02-12 02:35:11 +00:00 |
|
Julien Robert
|
72a56d9933
|
fix(simapp): fix default home (#19393)
|
2024-02-10 22:47:12 +00:00 |
|
Jay Namsayin
|
195bd4ae65
|
docs(client/v2): remove duplicate GetTxCmd mention (#19378)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-02-08 08:11:29 +00:00 |
|
dependabot[bot]
|
3e3b1ae5a1
|
build(deps): Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#19379)
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-08 07:50:44 +00:00 |
|
dependabot[bot]
|
8f77368f2a
|
build(deps): Bump cosmossdk.io/log from 1.3.0 to 1.3.1 (#19356)
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-06 06:34:07 +00:00 |
|
dependabot[bot]
|
b418daed4d
|
build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#19346)
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-05 09:49:10 +00:00 |
|
dependabot[bot]
|
c9902b2677
|
build(deps): Bump github.com/linxGnu/grocksdb from 1.8.11 to 1.8.12 in /store (#19333)
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: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
|
2024-02-02 16:54:41 +00:00 |
|
Julien Robert
|
0830071053
|
feat(x/gov): execute any msg as sudo (#19304)
|
2024-02-02 08:41:50 +00:00 |
|
Julien Robert
|
13780bd6d5
|
feat(x/gov): add yes_quorum parameter (#19167)
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2024-01-30 22:04:24 +00:00 |
|
Connor Davis
|
3e05255956
|
fix(simapp): home flag is not respected (#18994)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-01-30 21:38:22 +00:00 |
|
dependabot[bot]
|
789ade1409
|
build(deps): Bump github.com/cometbft/cometbft from 0.38.4 to 0.38.5 (#19232)
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-01-25 08:44:19 +00:00 |
|
Cosmos SDK
|
3c4a91efd0
|
chore: fix spelling errors (#19220)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-01-24 13:10:08 +00:00 |
|
Julien Robert
|
bff1d823f5
|
refactor(client/v2,simapp): align and simplify sign mode wiring (#19216)
|
2024-01-24 10:52:07 +00:00 |
|
Julián Toledano
|
61c367d9d1
|
feat(client/v2/offchain): sign and verify file (#18626)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
|
2024-01-24 10:48:51 +00:00 |
|
dependabot[bot]
|
b981f9d359
|
build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#19203)
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-01-24 08:36:58 +00:00 |
|
Marko
|
7f0f405723
|
chore(sims): move sims with depinject to tests (#19121)
|
2024-01-23 13:21:59 +00:00 |
|
dependabot[bot]
|
9853db0dde
|
build(deps): Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 (#19187)
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-01-23 13:04:29 +00:00 |
|
dependabot[bot]
|
aff6d0a2db
|
build(deps): Bump github.com/cometbft/cometbft from 0.38.2 to 0.38.4 (#19168)
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-01-23 12:48:32 +00:00 |
|
dependabot[bot]
|
2587e756c1
|
build(deps): Bump github.com/hdevalence/ed25519consensus from 0.1.0 to 0.2.0 (#19113)
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-01-19 09:56:49 +00:00 |
|
Julien Robert
|
8f39bfb4e4
|
fix(client/v2): resolve keyring flags properly (#19060)
|
2024-01-18 19:26:45 +00:00 |
|