Commit Graph

560 Commits

Author SHA1 Message Date
Julien Robert
30003f6679
ci: split system tests in two job (#22080) 2024-10-03 11:15:26 +00:00
dependabot[bot]
cb0fcf3691
build(deps): Bump actions/github-script from 6 to 7 (#21942)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 06:56:32 +00:00
Julien Robert
2c8569404c
ci: add auto assign job (#21939) 2024-09-26 20:09:54 +00:00
Julien Robert
f927e9b551
ci: actually enable v2 system test (#21539)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
2024-09-26 13:16:28 +00:00
Marko
e52d3b16e0
chore: pr reminder for slack (#21830)
Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
2024-09-25 12:50:45 +00:00
dependabot[bot]
71f18076d6
build(deps): Bump cosmossdk.io/api from 0.7.5 to 0.7.6 (#21895)
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-09-25 07:03:18 +00:00
testinginprod
81ec7ea9e7
feat(auth): support accounts from auth (#21688) 2024-09-17 18:12:45 +00:00
Julien Robert
01473479c7
test: fix sims (#21735) 2024-09-15 16:06:58 +00:00
Julien Robert
bd52dcf096
ci: remove duplicate gosec & lint fixes (#21685) 2024-09-12 12:30:50 +00:00
Julien Robert
17bd18b12c
build(deps): bump rocksdb & core & update ci codeowners (#21652) 2024-09-12 08:51:14 +00:00
auricom
4fe934e8af
ci: centralized job for rocksdb libaries cache (#21657) 2024-09-11 20:12:45 +00:00
auricom
aa8bf41eb9
ci: rocksdb version in makefile (#21654) 2024-09-11 12:30:19 +00:00
Julien Robert
071aa508eb
refactor(store/v2): human readable ss/sc types (#21645)
Co-authored-by: auricom <27022259+auricom@users.noreply.github.com>
2024-09-11 10:21:23 +00:00
auricom
c536c0f18c
ci: remove nix from gh workflows (#21572) 2024-09-11 08:08:09 +00:00
dependabot[bot]
d78ad877c6
build(deps): Bump peter-evans/create-pull-request from 6 to 7 (#21533)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 07:49:35 +00:00
Marko
70488a89a8
refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
Alexander Peters
62bf23a5ae
fix(sims): OOM at sim-multi-seed-long run (#21503) 2024-09-03 13:41:22 +00:00
Hieu Vu
4096fb803b
refactor(simapp): Audit simapp (#21311) 2024-08-29 21:23:26 +00:00
dependabot[bot]
fc87374ff7
build(deps): Bump bufbuild/buf-setup-action from 1.37.0 to 1.38.0 (#21385)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 19:20:16 +00:00
dependabot[bot]
7abeee5888
build(deps): Bump bufbuild/buf-setup-action from 1.36.0 to 1.37.0 (#21344)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 07:18:01 +00:00
Julien Robert
6276b015bb
chore: fix all lint issue since golangci-lint bump (#21326) 2024-08-16 13:03:24 +00:00
Diogo Teles Sant'Anna
adf5d1b3bb
ci: fix github workflow vulnerable to script injection (#21304)
Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
2024-08-15 13:48:50 +00:00
Julien Robert
819330872c
build(deps): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
Julien Robert
76e1fa30fb
fix(cosmovisor): fix upgrade detection (#20585) 2024-08-12 20:08:36 +00:00
Julien Robert
cc25f59e61
ci: add compat check 052 x main (#21174) 2024-08-07 08:39:14 +00:00
Julien Robert
641f964651
ci: attempt to fix goreleaser (#21194) 2024-08-07 08:26:51 +00:00
dependabot[bot]
4b4ec478df
build(deps): Bump bufbuild/buf-setup-action from 1.35.1 to 1.36.0 (#21191)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 07:38:09 +00:00
Aaron Craelius
e7844e640c
feat(schema): testing utilities (#20705)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-31 06:58:30 +00:00
Julien Robert
73a9396a0a
ci: make init-simapp v1 / v2 consistent (#21082) 2024-07-28 07:28:05 +00:00
Aaron Craelius
5c90246b3f
feat(log): remove core dependency and update core interface to be dependency free (#21045)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-26 11:00:27 +00:00
Alexander Peters
897f4f8484
ci: Use large box for 052 branch sims on CI (#21067) 2024-07-25 12:55:49 +00:00
dependabot[bot]
6a2d039e12
build(deps): Bump bufbuild/buf-setup-action from 1.35.0 to 1.35.1 (#21063)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 07:28:23 +00:00
Marko
24977a92a2
ci: add 52 labels and ci (#21041) 2024-07-24 07:44:50 +00:00
dependabot[bot]
7501ccd700
build(deps): Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.0 (#21028)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 08:37:41 +00:00
Cosmos SDK
ba7e6be7e9
ci: skip spelling check in go.mod/go.sum (#21021)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-22 12:34:31 +00:00
Aaron Craelius
9376db5508
feat(indexer): postgres schema creation + CI config (#20701)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-18 09:34:09 +00:00
zakir
d8b9b6916a
test: failed to get sub viper (#20981) 2024-07-18 06:49:33 +00:00
Facundo Medica
a923e13ce9
ci: set up x/acounts/multisig (#20934)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-13 10:38:55 +00:00
Julien Robert
cc1267b1a3
ci: enable ci for schema (#20888) 2024-07-05 10:52:49 +00:00
dependabot[bot]
5c8e1bf6e8
build(deps): Bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (#20824)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 09:04:52 +00:00
cool-developer
db09ef5120
ci: store-v2 test CI/CD (#20818) 2024-06-29 13:25:59 +00:00
dependabot[bot]
26913b0734
build(deps): Bump actions/add-to-project from 1.0.1 to 1.0.2 (#20764)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 05:53:12 +00:00
dependabot[bot]
9763303281
build(deps): Bump bufbuild/buf-setup-action from 1.33.0 to 1.34.0 (#20753)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 03:55:43 +00:00
Matt Kocubinski
2d014b26c2
feat: simapp/v2 (#20412)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-19 15:18:32 +00:00
dependabot[bot]
335aa1bbcb
build(deps): Bump docker/build-push-action from 5 to 6 (#20709)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 06:07:11 +00:00
Marko
9a2c5b82ad
ci: remove runsim from ci (#20702) 2024-06-18 05:33:30 +00:00
Alexander Peters
6335631348
perf: Replace runsim with Go stdlib testing (#20490) 2024-06-17 14:42:04 +00:00
dependabot[bot]
fa45e10f4d
build(deps): Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (#20669)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 05:58:47 +00:00
testinginprod
fe22e9a5da
feat(core): add coretest package (#20487)
Co-authored-by: unknown unknown <unknown@unknown>
2024-06-05 22:11:33 +00:00
Marko
dbc0e659c0
chore: remove sonar from simapp (#20528) 2024-06-03 13:06:08 +00:00