Julien Robert
|
98e09a720d
|
refactor(server/v2): add missing comet flags (#21123)
|
2024-07-31 15:58:50 +00:00 |
|
Marko
|
df72853b3c
|
chore: rename snapshots to v2 in store/v2 (#21100)
|
2024-07-31 13:29:47 +00:00 |
|
lfz941
|
6eea0ae6d2
|
refactor(store/v2): handle the error returned by batch.Close correctly (#21095)
|
2024-07-31 03:37:18 +00:00 |
|
Akhil Kumar P
|
e7b6d73147
|
feat(confix): add migration to v2 (#21052)
|
2024-07-29 06:16:21 +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 |
|
yukionfire
|
d6ad92db0f
|
chore(all): replace all fmt.Errorf without paramters with errors.New (#21068)
|
2024-07-25 14:54:49 +02:00 |
|
Hieu Vu
|
0ca95ee5eb
|
feat(server/v2) Add prune cmd to serverv2 (#20736)
|
2024-07-23 16:48:54 +00:00 |
|
son trinh
|
2d6f97e984
|
refactor(storev2): update snapshot manager and migration manager tests (#20441)
|
2024-07-22 09:49:47 +00:00 |
|
Tuan Tran
|
023ed3558d
|
chore(docs): fix comments that do not start with the name of the exported element (#20999)
|
2024-07-19 16:21:01 +00:00 |
|
Qt
|
3304d0803d
|
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
|
2024-07-18 12:01:45 +02:00 |
|
Marko
|
9436bcb7f2
|
chore: various cleanup (#20864)
|
2024-07-18 09:12:58 +00:00 |
|
yukionfire
|
7d2a6b99e4
|
fix(store/v2): using defer to ensure close db handle (#20871)
|
2024-07-17 15:11:37 +00:00 |
|
dependabot[bot]
|
5d66cf9450
|
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#20920)
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-07-10 08:09:24 +00:00 |
|
dependabot[bot]
|
b64fa900d5
|
build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#20902)
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-07-08 07:48:08 +00:00 |
|
dependabot[bot]
|
59f4aa39ed
|
build(deps): Bump github.com/cometbft/cometbft from 1.0.0-alpha.2.0.20240530055211-ae27f7eb3c08 to 1.0.0-rc1 in /x/auth (#20851)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
|
2024-07-03 10:42:28 +00:00 |
|
Marko
|
4e6507462e
|
chore: set empty hash to hash of nothing (#20775)
|
2024-07-02 14:15:44 +00:00 |
|
Matt Kocubinski
|
7c0ff0774f
|
refactor(store): fetch store keys from commit store if not provided (#20801)
|
2024-07-01 15:24:10 +00:00 |
|
cool-developer
|
be0e2eef0c
|
feat(store/v2): add WorkingHash (#20706)
|
2024-06-27 17:50:58 +00:00 |
|
Hieu Vu
|
e3c5b25e15
|
Rename in pruning test (#20795)
|
2024-06-27 10:40:05 +00:00 |
|
dependabot[bot]
|
bf756f0e39
|
build(deps): Bump github.com/prometheus/common from 0.54.0 to 0.55.0 (#20792)
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-06-27 09:20:48 +00:00 |
|
cool-developer
|
ad52b415f1
|
chore(store/v2): refactor the pruning option (#20730)
|
2024-06-26 14:59:54 +00:00 |
|
cool-developer
|
929803d6cc
|
chore(store/v2): load the CommitID when LoadVersion (#20776)
|
2024-06-25 19:55:55 +00:00 |
|
son trinh
|
5762b0b817
|
refactor(store/v2): Migrate some v1 tests for rootmultistore (#20368)
|
2024-06-24 19:53:02 +00:00 |
|
dependabot[bot]
|
2e774b973d
|
build(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#20632)
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: son trinh <trinhleson2000@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Marko <marko@baricevic.me>
|
2024-06-13 08:57:14 +00:00 |
|
mmsqe
|
b22269dde1
|
fix(store): avoid nil error on not exhausted payload stream (#20644)
Co-authored-by: Marko <marko@baricevic.me>
|
2024-06-12 17:48:08 +00:00 |
|
Hoa Nguyen
|
4fa658e687
|
refactor(store): add miss defer (#20602)
|
2024-06-11 09:02:36 +00:00 |
|
Marko
|
439f2f9d5b
|
feat: upstream changes from server modular (#20584)
|
2024-06-06 13:01:41 +00:00 |
|
Marko
|
514830e56a
|
feat: add changes from server modular to main (#20583)
|
2024-06-06 13:00:01 +00:00 |
|
dependabot[bot]
|
dc558b1ce6
|
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563)
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-06-06 08:26:02 +00:00 |
|
dependabot[bot]
|
0ba790645b
|
build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 (#20542)
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-06-05 07:42:20 +00:00 |
|
dependabot[bot]
|
6ea50ef980
|
build(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#20534)
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-06-04 08:55:12 +00:00 |
|
cool-developer
|
b8c8482903
|
feat(store/v2): pruning manager (#20430)
|
2024-05-29 13:53:47 +00:00 |
|
Marko
|
c7dc9156c3
|
chore: force reload sonar cloud (#20480)
|
2024-05-29 11:12:09 +00:00 |
|
Tuan Tran
|
2b34f69e87
|
refactor: remove defer in loop (#20223)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2024-05-29 09:10:24 +00:00 |
|
Marko
|
18a203b783
|
ci: fix sonar exclusion files (#20467)
|
2024-05-28 13:10:38 +00:00 |
|
Marko
|
1b47dc91a3
|
chore: move logger to core (#20388)
|
2024-05-28 12:30:09 +00:00 |
|
Matt Kocubinski
|
e05fe92593
|
refactor(store/v2): remove snapshot conversion fns from store/v2 (#20445)
|
2024-05-24 15:47:24 +00:00 |
|
dependabot[bot]
|
98ba5b42a3
|
build(deps): Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#20446)
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-05-24 09:37:33 +00:00 |
|
Matt Kocubinski
|
9fd3d13e2c
|
fix(store/v2): Remove should not error on miss (#20423)
|
2024-05-18 07:10:59 +00:00 |
|
dependabot[bot]
|
16437119e0
|
build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#20390)
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-05-15 13:04:59 +00:00 |
|
Marko
|
080229f300
|
chore: remove cockroach db errors (#20386)
|
2024-05-15 06:35:08 +00:00 |
|
cool-developer
|
fbc61d2f5d
|
refactor(store/v2): get rid of WorkingHash (#20379)
|
2024-05-14 13:49:31 +00:00 |
|
Matt Kocubinski
|
7ae23e287a
|
chore: upstream runtime/v2 (#20320)
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-14 12:43:28 +00:00 |
|
cool-developer
|
559f78403a
|
chore(store/v2): cleanup the migration API (#20298)
|
2024-05-13 12:37:55 +00:00 |
|
cool-developer
|
8d1946c9ec
|
chore: cleanup store/v2 interface (#20280)
|
2024-05-13 11:14:01 +00:00 |
|
Hoa Nguyen
|
22aa95ccbd
|
chore: make fmt.Errorf use %w to wrap error instead of %v (#20350)
|
2024-05-12 08:11:25 +00:00 |
|
Kien Trinh
|
0c91044220
|
refactor: remove directive errors comparison (#20344)
|
2024-05-10 19:09:21 +00:00 |
|
dependabot[bot]
|
6a2618f15f
|
build(deps): Bump github.com/hashicorp/go-metrics from 0.5.1 to 0.5.3 in /store (#20335)
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-05-10 12:29:33 +00:00 |
|
dependabot[bot]
|
ec9155a923
|
build(deps): Bump github.com/cosmos/iavl from 1.1.2 to 1.1.4 in /store (#20334)
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-05-10 12:24:39 +00:00 |
|
dependabot[bot]
|
febf1025db
|
build(deps): Bump cosmossdk.io/errors from 1.0.0 to 1.0.1 in /store (#20337)
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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
|
2024-05-10 12:13:21 +00:00 |
|